HomeSort by relevance Sort by last modified time
    Searched refs:prefetch_distance (Results 1 - 6 of 6) sorted by null

  /external/pixman/pixman/
pixman-arm-simd-asm.h 164 * 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 - dst_alignment
    [all...]
pixman-arm-simd-asm-scaled.S 64 * prefetch_distance - prefetch in the source image by that many
71 prefetch_distance, \
116 mov PF_OFFS, #prefetch_distance
pixman-android-neon.S 214 prefetch_distance, flags
234 mov PF_OFFS, #prefetch_distance
pixman-arm-neon-asm.h 623 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)
    [all...]
pixman-arm-neon-asm-bilinear.S 607 * 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
    [all...]
pixman-arm-neon-asm.S     [all...]

Completed in 55 milliseconds