Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2075 unsigned sz_a = src_fmt->channel[j].size; in convert_from_blend_type() local
2104 } else if (!src_type.floating && sz_a < blend_type.width) { in convert_from_blend_type()
2105 LLVMValueRef mask_val = lp_build_const_int_vec(gallivm, src_type, (1UL << sz_a) - 1); in convert_from_blend_type()