Searched refs:tmpsoa (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1889 LLVMValueRef tmpsoa[4]; in convert_to_blend_type() local 1908 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1911 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type() 1913 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type() 2041 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local 2042 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type() 2046 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type() 2050 src_type, tmpsoa); in convert_from_blend_type()
|