Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c1940 struct lp_type type32x4 = src_type; in convert_to_blend_type() local
1943 type32x4.width = 32; in convert_to_blend_type()
1944 ltype32x4 = lp_build_vec_type(gallivm, type32x4); in convert_to_blend_type()
2140 struct lp_type type32x4 = dst_type; in convert_from_blend_type() local
2144 type32x4.width = 32; in convert_from_blend_type()
2150 src[i] = lp_build_pack2(gallivm, type32x4, type16x8, in convert_from_blend_type()
2151 src[i], lp_build_zero(gallivm, type32x4)); in convert_from_blend_type()

Completed in 7 milliseconds