Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c1810 struct lp_type type32x4 = src_type; in convert_to_blend_type() local
1813 type32x4.width = 32; in convert_to_blend_type()
1814 ltype32x4 = lp_build_vec_type(gallivm, type32x4); in convert_to_blend_type()
2010 struct lp_type type32x4 = dst_type; in convert_from_blend_type() local
2014 type32x4.width = 32; in convert_from_blend_type()
2020 src[i] = lp_build_pack2(gallivm, type32x4, type16x8, in convert_from_blend_type()
2021 src[i], lp_build_zero(gallivm, type32x4)); in convert_from_blend_type()