Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_soa.c453 packed = lp_build_gather(gallivm, in lp_build_fetch_rgba_soa()
608 packed[i] = lp_build_gather(gallivm, gather_type.length, in lp_build_fetch_rgba_soa()
691 packed = lp_build_gather(gallivm, type.length, in lp_build_fetch_rgba_soa()
721 packed = lp_build_gather(gallivm, type.length, 32, fetch_type, in lp_build_fetch_rgba_soa()
728 packed = lp_build_gather(gallivm, type.length, 32, fetch_type, in lp_build_fetch_rgba_soa()
Dlp_bld_gather.h55 lp_build_gather(struct gallivm_state *gallivm,
Dlp_bld_format_aos.c511 packed = lp_build_gather(gallivm, type.length/4, in lp_build_fetch_rgba_aos()
547 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_format_yuv.c502 packed = lp_build_gather(gallivm, n, 32, fetch_type, TRUE, base_ptr, offset, FALSE); in lp_build_fetch_subsampled_rgba_aos()
Dlp_bld_sample_aos.c593 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_nearest()
936 rgba8 = lp_build_gather(bld->gallivm, in lp_build_sample_fetch_image_linear()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1845 tmp = lp_build_gather(gallivm, vs_type.length, in draw_llvm_generate()