Home
last modified time | relevance | path

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

/external/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()
/external/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.c409 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.c502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c2222 tmp = lp_build_gather(gallivm, vs_type.length, in draw_llvm_generate()