Searched refs:prefetch_distance (Results 1 - 6 of 6) sorted by relevance

/external/pixman/pixman/
H A Dpixman-arm-simd-asm.h164 * between 0 and prefetch_distance (inclusive) cache lines ahead so there
170 .rept prefetch_distance+1
203 PF pld, [ptr, #32*(prefetch_distance+2)]
211 60: PF pld, [ptr, #32*(prefetch_distance+1)]
225 PF pld, [SCRATCH, #32*prefetch_distance]
237 PF add, WK1, WK1, #32*(bpp*pix_per_block/256-1)*(prefetch_distance+1)
239 80: PF pld, [SCRATCH, #32*(prefetch_distance+1)]
255 PF pld, [SCRATCH, #32*(prefetch_distance+2)]
256 81: PF pld, [SCRATCH, #32*(prefetch_distance+1)]
423 PF pld, [DST, #32*prefetch_distance
[all...]
H A Dpixman-arm-simd-asm-scaled.S64 * prefetch_distance - prefetch in the source image by that many
71 prefetch_distance, \
116 mov PF_OFFS, #prefetch_distance
H A Dpixman-android-neon.S214 prefetch_distance, flags
234 mov PF_OFFS, #prefetch_distance
H A Dpixman-arm-neon-asm.h623 prefetch_distance, \ variable
650 .if prefetch_distance == 0
775 .if prefetch_distance < 0 || prefetch_distance > 15
776 .error "invalid prefetch distance (prefetch_distance)"
813 /* PF_CTL = prefetch_distance | ((h - 1) << 4) */
815 PF add PF_CTL, #(prefetch_distance - 0x10)
H A Dpixman-arm-neon-asm-bilinear.S607 * prefetch_distance - prefetch in the source image by that many pixels ahead
620 prefetch_distance, \
648 mov PF_OFFS, #prefetch_distance
667 .set prefetch_offset, prefetch_distance
671 mov PF_OFFS, #prefetch_distance
H A Dpixman-arm-neon-asm.S3111 * prefetch_distance - prefetch in the source image by that many
3117 prefetch_distance, flags
3137 mov PF_OFFS, #prefetch_distance

Completed in 179 milliseconds