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.c1296 struct lp_type type32x4 = src_type; in convert_to_blend_type() local
1299 type32x4.width = 32; in convert_to_blend_type()
1300 ltype32x4 = lp_build_vec_type(gallivm, type32x4); in convert_to_blend_type()
1496 struct lp_type type32x4 = dst_type; in convert_from_blend_type() local
1500 type32x4.width = 32; in convert_from_blend_type()
1506 src[i] = lp_build_pack2(gallivm, type32x4, type16x8, in convert_from_blend_type()
1507 src[i], lp_build_zero(gallivm, type32x4)); in convert_from_blend_type()