Searched defs:blend_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c794 LLVMValueRef blend_mask; local
1075 &blend_mask, 1);
1077 blend_mask = lp_build_const_int_vec(variant->gallivm, blend_type, ~0);
1104 blend_mask,
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c794 LLVMValueRef blend_mask; local
1075 &blend_mask, 1);
1077 blend_mask = lp_build_const_int_vec(variant->gallivm, blend_type, ~0);
1104 blend_mask,

Completed in 110 milliseconds