Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c91 if (ctx->Color.AlphaEnabled) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c127 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pixel.c88 if (ctx->Color.AlphaEnabled) { in brw_check_blit_fragment_ops()
Dbrw_pixel_copy.c131 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
Dbrw_wm.c415 if (prog->info.fs.uses_discard || ctx->Color.AlphaEnabled) { in brw_wm_populate_key()
530 ctx->Color.AlphaEnabled) { in brw_wm_populate_key()
DgenX_state_upload.c2943 if (nr_draw_buffers == 0 && ctx->Color.AlphaEnabled)
2979 if (ctx->Color.AlphaEnabled) {
3368 if (ctx->Color.AlphaEnabled &&
4769 pb.AlphaTestEnable = color->AlphaEnabled;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c131 if (ctx->Color.AlphaEnabled && !st->lower_alpha_test && in st_update_depth_stencil_alpha()
Dst_cb_drawpixels.c1577 !ctx->Color.AlphaEnabled && in blit_copy_pixels()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv04_state_raster.c158 if (ctx->Color.AlphaEnabled) in nv04_emit_control()
Dnv10_state_raster.c43 PUSH_DATAb(push, ctx->Color.AlphaEnabled); in nv10_emit_alpha_func()
/third_party/mesa3d/src/mesa/swrast/
Ds_context.c62 if (ctx->Color.AlphaEnabled) rasterMask |= ALPHATEST_BIT; in _swrast_update_rasterflags()
214 if (ctx->Color.AlphaEnabled) { in _swrast_update_deferred_texture()
Ds_span.c1207 if (ctx->Color.AlphaEnabled) { in _swrast_write_rgba_span()
/third_party/mesa3d/src/mesa/drivers/common/
Ddriverfuncs.c250 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state()
Dmeta.h81 GLboolean AlphaEnabled; member
Dmeta.c508 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()
/third_party/mesa3d/src/mesa/main/
Dattrib.c137 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()
Denable.c417 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()
Dframebuffer.c1024 return (ctx->Color.AlphaEnabled && !buffer0_is_integer); in _mesa_is_alpha_test_enabled()
Dff_fragment_shader.cpp318 if (ctx->Color.AlphaEnabled && key->num_draw_buffers == 0) { in make_state_key()
Dblend.c1233 ctx->Color.AlphaEnabled = GL_FALSE; in _mesa_init_color()
Dmtypes.h340 GLboolean AlphaEnabled; /**< Alpha test enabled flag */ member