Home | History | Annotate | Download | only in i965

Lines Matching refs:blend1

93 	    blend[b].blend1.logic_op_enable = 1;
94 blend[b].blend1.logic_op_func =
144 blend[b].blend1.pre_blend_clamp_enable = 1;
145 blend[b].blend1.post_blend_clamp_enable = 1;
146 blend[b].blend1.clamp_range = BRW_RENDERTARGET_CLAMPRANGE_FORMAT;
150 blend[b].blend1.alpha_test_enable = 1;
151 blend[b].blend1.alpha_test_func =
158 blend[b].blend1.dither_enable = 1;
159 blend[b].blend1.y_dither_offset = 0;
160 blend[b].blend1.x_dither_offset = 0;
163 blend[b].blend1.write_disable_r = !ctx->Color.ColorMask[b][0];
164 blend[b].blend1.write_disable_g = !ctx->Color.ColorMask[b][1];
165 blend[b].blend1.write_disable_b = !ctx->Color.ColorMask[b][2];
166 blend[b].blend1.write_disable_a = !ctx->Color.ColorMask[b][3];
175 blend[b].blend1.alpha_to_coverage =
183 blend[b].blend1.alpha_to_one = false;
185 blend[b].blend1.alpha_to_one =
188 blend[b].blend1.alpha_to_coverage_dither = (brw->intel.gen >= 7);
191 blend[b].blend1.alpha_to_coverage = false;
192 blend[b].blend1.alpha_to_one = false;