Home
last modified time | relevance | path

Searched refs:lp_build_gather (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.c467 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/
Dlp_bld_gather.h55 lp_build_gather(struct gallivm_state *gallivm,
Dlp_bld_format_soa.c455 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()
Dlp_bld_format_aos.c514 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()
Dlp_bld_gather.c408 lp_build_gather(struct gallivm_state *gallivm, in lp_build_gather() function
Dlp_bld_sample_aos.c408 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()
Dlp_bld_format_yuv.c501 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_sample_soa.c2377 LLVMValueRef weights = lp_build_gather(gallivm, coord_bld->type.length, in lp_build_sample_aniso()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2234 tmp = lp_build_gather(gallivm, vs_type.length, in draw_llvm_generate()