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.c1275 struct lp_type type32x4 = src_type; in convert_to_blend_type() local
1278 type32x4.width = 32; in convert_to_blend_type()
1279 ltype32x4 = lp_build_vec_type(gallivm, type32x4); in convert_to_blend_type()
1475 struct lp_type type32x4 = dst_type; in convert_from_blend_type() local
1479 type32x4.width = 32; in convert_from_blend_type()
1485 src[i] = lp_build_pack2(gallivm, type32x4, type16x8, in convert_from_blend_type()
1486 src[i], lp_build_zero(gallivm, type32x4)); in convert_from_blend_type()