Home
last modified time | relevance | path

Searched refs:tmpsoa (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1289 LLVMValueRef tmpsoa[4]; in convert_to_blend_type() local
1308 lp_build_r11g11b10_to_float(gallivm, tmps, tmpsoa); in convert_to_blend_type()
1311 lp_build_unpack_rgba_soa(gallivm, src_fmt, dst_type, tmps, tmpsoa); in convert_to_blend_type()
1313 lp_build_transpose_aos(gallivm, dst_type, tmpsoa, &src[i * 4]); in convert_to_blend_type()
1441 LLVMValueRef tmpsoa[4], tmpdst; in convert_from_blend_type() local
1442 lp_build_transpose_aos(gallivm, src_type, &src[i * 4], tmpsoa); in convert_from_blend_type()
1446 tmpdst = lp_build_float_to_r11g11b10(gallivm, tmpsoa); in convert_from_blend_type()
1450 src_type, tmpsoa); in convert_from_blend_type()