Home
last modified time | relevance | path

Searched refs:lp_build_transpose_aos (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_swizzle.h120 lp_build_transpose_aos(struct gallivm_state *gallivm,
Dlp_bld_swizzle.c630 lp_build_transpose_aos(struct gallivm_state *gallivm, in lp_build_transpose_aos() function
725 lp_build_transpose_aos(gallivm, type, src, dst); in lp_build_transpose_aos_n()
Dlp_bld_format_soa.c77 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa); in convert_to_soa()
637 lp_build_transpose_aos(gallivm, lp_int_type(type), packed, dst); in lp_build_fetch_rgba_soa()
Dlp_bld_format_s3tc.c291 lp_build_transpose_aos(gallivm, lp_type32, elems, tmp); in lp_build_gather_s3tc()
2387 lp_build_transpose_aos(gallivm, lp_type32, elems, tmp); in lp_build_gather_rgtc()
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1343 lp_build_transpose_aos(gallivm, soa_type, soa, aos); in convert_to_aos()
1345 lp_build_transpose_aos(gallivm, soa_type, soa, soa); in convert_to_aos()
1408 lp_build_transpose_aos(gallivm, vs_type, soa, soa); in store_clip()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1978 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type()
2107 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type()