Searched refs:tmpsoa (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_state_fs.c | 1954 LLVMValueRef tmpsoa[4]; in convert_to_blend_type() local 1973 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1976 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type() 1978 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type() 2106 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local 2107 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type() 2111 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type() 2115 src_type, tmpsoa); in convert_from_blend_type()
|
Completed in 9 milliseconds