Searched refs:prefetch_distance (Results 1 – 6 of 6) sorted by relevance
/third_party/pixman/pixman/ |
D | pixman-arm-simd-asm.h | 185 .rept prefetch_distance+1 218 PF pld, [ptr, #32*(prefetch_distance+2)] 226 60: PF pld, [ptr, #32*(prefetch_distance+1)] 240 PF pld, [SCRATCH, #32*prefetch_distance] 252 PF add, WK1, WK1, #32*(bpp*pix_per_block/256-1)*(prefetch_distance+1) 254 80: PF pld, [SCRATCH, #32*(prefetch_distance+1)] 270 PF pld, [SCRATCH, #32*(prefetch_distance+2)] 271 81: PF pld, [SCRATCH, #32*(prefetch_distance+1)] 456 PF pld, [DST, #32*prefetch_distance - dst_alignment] 488 add X, X, #(prefetch_distance+2)*pix_per_block - 128/dst_w_bpp [all …]
|
D | pixman-arm-simd-asm-scaled.S | 62 prefetch_distance, \ 107 mov PF_OFFS, #prefetch_distance
|
D | pixman-arm-neon-asm.h | 623 prefetch_distance, \ 644 .if prefetch_distance == 0 769 .if prefetch_distance < 0 || prefetch_distance > 15 809 PF add PF_CTL, #(prefetch_distance - 0x10)
|
D | pixman-arm-neon-asm-bilinear.S | 610 prefetch_distance, \ 638 mov PF_OFFS, #prefetch_distance 657 .set prefetch_offset, prefetch_distance 661 mov PF_OFFS, #prefetch_distance
|
D | pixman-arm-neon-asm.S | 3107 prefetch_distance, flags 3127 mov PF_OFFS, #prefetch_distance
|
/third_party/mesa3d/src/amd/common/ |
D | ac_rtld.c | 454 unsigned prefetch_distance = 0; in ac_rtld_open() local 457 prefetch_distance = 16; in ac_rtld_open() 459 prefetch_distance = 3; in ac_rtld_open() 461 if (prefetch_distance) in ac_rtld_open() 462 binary->rx_size = align(binary->rx_size + prefetch_distance * 64, 64); in ac_rtld_open()
|