Searched refs:lp_build_transpose_aos (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.h | 120 lp_build_transpose_aos(struct gallivm_state *gallivm,
|
D | lp_bld_swizzle.c | 630 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()
|
D | lp_bld_format_soa.c | 77 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()
|
D | lp_bld_format_s3tc.c | 291 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/ |
D | draw_llvm.c | 1343 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/ |
D | lp_state_fs.c | 1978 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()
|