Searched refs:tmpsoa (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1824 LLVMValueRef tmpsoa[4]; in convert_to_blend_type() local 1843 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1846 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type() 1848 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type() 1976 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local 1977 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type() 1981 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type() 1985 src_type, tmpsoa); in convert_from_blend_type()
|