Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_blend_aos.c83 LLVMValueRef inv_const_alpha; member
160 if(!bld->inv_const_alpha) in lp_build_blend_factor_unswizzled()
161 bld->inv_const_alpha = lp_build_comp(&bld->base, const_alpha); in lp_build_blend_factor_unswizzled()
162 return bld->inv_const_alpha; in lp_build_blend_factor_unswizzled()