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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c2140 unsigned sz_a = src_fmt->channel[j].size; local in function:convert_from_blend_type
2169 } else if (!src_type.floating && sz_a < blend_type.width) {
2170 LLVMValueRef mask_val = lp_build_const_int_vec(gallivm, src_type, (1UL << sz_a) - 1);

Completed in 7 milliseconds