Searched refs:AlphaEnabled (Results 1 – 21 of 21) sorted by relevance
91 if (ctx->Color.AlphaEnabled) { in intel_check_blit_fragment_ops()
127 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
88 if (ctx->Color.AlphaEnabled) { in brw_check_blit_fragment_ops()
131 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
415 if (prog->info.fs.uses_discard || ctx->Color.AlphaEnabled) { in brw_wm_populate_key()530 ctx->Color.AlphaEnabled) { in brw_wm_populate_key()
2943 if (nr_draw_buffers == 0 && ctx->Color.AlphaEnabled)2979 if (ctx->Color.AlphaEnabled) {3368 if (ctx->Color.AlphaEnabled &&4769 pb.AlphaTestEnable = color->AlphaEnabled;
131 if (ctx->Color.AlphaEnabled && !st->lower_alpha_test && in st_update_depth_stencil_alpha()
1577 !ctx->Color.AlphaEnabled && in blit_copy_pixels()
158 if (ctx->Color.AlphaEnabled) in nv04_emit_control()
43 PUSH_DATAb(push, ctx->Color.AlphaEnabled); in nv10_emit_alpha_func()
62 if (ctx->Color.AlphaEnabled) rasterMask |= ALPHATEST_BIT; in _swrast_update_rasterflags()214 if (ctx->Color.AlphaEnabled) { in _swrast_update_deferred_texture()
1207 if (ctx->Color.AlphaEnabled) { in _swrast_write_rgba_span()
250 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state()
81 GLboolean AlphaEnabled; member
508 save->AlphaEnabled = ctx->Color.AlphaEnabled; in _mesa_meta_begin()511 if (ctx->Color.AlphaEnabled) in _mesa_meta_begin()874 if (ctx->Color.AlphaEnabled != save->AlphaEnabled) in _mesa_meta_end()875 _mesa_set_enable(ctx, GL_ALPHA_TEST, save->AlphaEnabled); in _mesa_meta_end()2363 if (ctx->Color.AlphaEnabled && !alpha_test_raster_color(ctx)) in _mesa_meta_Bitmap()
137 attr->AlphaTest = ctx->Color.AlphaEnabled; in _mesa_PushAttrib()338 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST); in pop_enable_group()832 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, attr->Color.AlphaEnabled, in _mesa_PopAttrib()
417 if (ctx->Color.AlphaEnabled == state) in _mesa_set_enable()423 ctx->Color.AlphaEnabled = state; in _mesa_set_enable()1578 return ctx->Color.AlphaEnabled; in _mesa_IsEnabled()
1024 return (ctx->Color.AlphaEnabled && !buffer0_is_integer); in _mesa_is_alpha_test_enabled()
318 if (ctx->Color.AlphaEnabled && key->num_draw_buffers == 0) { in make_state_key()
1233 ctx->Color.AlphaEnabled = GL_FALSE; in _mesa_init_color()
340 GLboolean AlphaEnabled; /**< Alpha test enabled flag */ member