Searched refs:lp_build_gather (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_interp.c | 467 dadx = lp_build_gather(gallivm, coeff_bld->type.length, in lp_build_interp_soa_indirect() 471 dady = lp_build_gather(gallivm, coeff_bld->type.length, in lp_build_interp_soa_indirect() 475 a = lp_build_gather(gallivm, coeff_bld->type.length, in lp_build_interp_soa_indirect() 496 a = lp_build_gather(gallivm, coeff_bld->type.length, in lp_build_interp_soa_indirect() 557 LLVMValueRef xoffset = lp_build_gather(gallivm, in lp_build_interp_soa() 564 LLVMValueRef yoffset = lp_build_gather(gallivm, in lp_build_interp_soa()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_gather.h | 55 lp_build_gather(struct gallivm_state *gallivm,
|
D | lp_bld_format_soa.c | 455 packed = lp_build_gather(gallivm, in lp_build_fetch_rgba_soa() 610 packed[i] = lp_build_gather(gallivm, gather_type.length, in lp_build_fetch_rgba_soa() 693 packed = lp_build_gather(gallivm, type.length, in lp_build_fetch_rgba_soa() 723 packed = lp_build_gather(gallivm, type.length, 32, fetch_type, in lp_build_fetch_rgba_soa() 730 packed = lp_build_gather(gallivm, type.length, 32, fetch_type, in lp_build_fetch_rgba_soa()
|
D | lp_bld_format_aos.c | 514 packed = lp_build_gather(gallivm, type.length/4, in lp_build_fetch_rgba_aos() 550 packed = lp_build_gather(gallivm, type.length/4, in lp_build_fetch_rgba_aos()
|
D | lp_bld_gather.c | 408 lp_build_gather(struct gallivm_state *gallivm, in lp_build_gather() function
|
D | lp_bld_sample_aos.c | 408 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_nearest() 661 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_linear()
|
D | lp_bld_format_yuv.c | 501 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
|
D | lp_bld_sample_soa.c | 2377 LLVMValueRef weights = lp_build_gather(gallivm, coord_bld->type.length, in lp_build_sample_aniso()
|
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 2234 tmp = lp_build_gather(gallivm, vs_type.length, in draw_llvm_generate()
|