Searched refs:lp_build_transpose_aos (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_swizzle.h | 119 lp_build_transpose_aos(struct gallivm_state *gallivm,
|
D | lp_bld_swizzle.c | 647 lp_build_transpose_aos(struct gallivm_state *gallivm, in lp_build_transpose_aos() function 718 lp_build_transpose_aos(gallivm, type, src, dst); in lp_build_transpose_aos_n()
|
D | lp_bld_format_soa.c | 75 lp_build_transpose_aos(gallivm, soa_type, aos_channels, dst_soa); in convert_to_soa() 635 lp_build_transpose_aos(gallivm, lp_int_type(type), packed, dst); in lp_build_fetch_rgba_soa()
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 985 lp_build_transpose_aos(gallivm, soa_type, soa, aos); in convert_to_aos() 987 lp_build_transpose_aos(gallivm, soa_type, soa, soa); in convert_to_aos() 1051 lp_build_transpose_aos(gallivm, vs_type, soa, soa); in store_clip()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1334 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type() 1463 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type()
|