Searched refs:_UsesDualSrc (Results 1 – 5 of 5) sorted by relevance
172 ctx->Color.Blend[buf]._UsesDualSrc = in update_uses_dual_src()244 ctx->Color.Blend[buf]._UsesDualSrc = ctx->Color.Blend[0]._UsesDualSrc; in blend_func_separate()
57 if (ctx->Color.Blend[i]._UsesDualSrc) { in check_blend_func_error()
468 GLboolean _UsesDualSrc; member
536 (ctx->Color.BlendEnabled & 1) && ctx->Color.Blend[0]._UsesDualSrc; in brw_wm_populate_key()
1886 ctx->Color.Blend[0]._UsesDualSrc;2883 if (GEN_GEN >= 6 && ctx->Color.Blend[i]._UsesDualSrc && alpha_to_one) {3868 ctx->Color.Blend[0]._UsesDualSrc;4619 if (alpha_to_one && color->Blend[0]._UsesDualSrc) {