Searched refs:tmpsoa (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_fs.c | 1310 LLVMValueRef tmpsoa[4]; in convert_to_blend_type() local 1329 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type() 1332 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type() 1334 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type() 1462 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local 1463 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type() 1467 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type() 1471 src_type, tmpsoa); in convert_from_blend_type()
|