Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.c94 if (ctx->Color.AlphaEnabled) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c127 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.c91 if (ctx->Color.AlphaEnabled) { in intel_check_blit_fragment_ops()
Dintel_pixel_copy.c131 if (ctx->Color.AlphaEnabled || in do_blit_copypixels()
Dbrw_wm.c458 if (prog->info.fs.uses_discard || ctx->Color.AlphaEnabled) { in brw_wm_populate_key()
567 ctx->Color.AlphaEnabled) { in brw_wm_populate_key()
DgenX_state_upload.c2919 if (nr_draw_buffers == 0 && ctx->Color.AlphaEnabled)
2955 if (ctx->Color.AlphaEnabled) {
3343 if (ctx->Color.AlphaEnabled &&
4573 pb.AlphaTestEnable = color->AlphaEnabled;
/external/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()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c152 if (ctx->Color.AlphaEnabled && in st_update_depth_stencil_alpha()
Dst_cb_drawpixels.c1314 !ctx->Color.AlphaEnabled && in blit_copy_pixels()
/external/mesa3d/src/mesa/swrast/
Ds_context.c61 if (ctx->Color.AlphaEnabled) rasterMask |= ALPHATEST_BIT; in _swrast_update_rasterflags()
219 if (ctx->Color.AlphaEnabled) { in _swrast_update_deferred_texture()
Ds_span.c1210 if (ctx->Color.AlphaEnabled) { in _swrast_write_rgba_span()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c488 save->AlphaEnabled = ctx->Color.AlphaEnabled; in _mesa_meta_begin()
491 if (ctx->Color.AlphaEnabled) in _mesa_meta_begin()
856 if (ctx->Color.AlphaEnabled != save->AlphaEnabled) in _mesa_meta_end()
857 _mesa_set_enable(ctx, GL_ALPHA_TEST, save->AlphaEnabled); in _mesa_meta_end()
2383 if (ctx->Color.AlphaEnabled && !alpha_test_raster_color(ctx)) in _mesa_meta_Bitmap()
Ddriverfuncs.c244 ctx->Driver.Enable(ctx, GL_ALPHA_TEST, ctx->Color.AlphaEnabled); in _mesa_init_driver_state()
Dmeta.h81 GLboolean AlphaEnabled; member
/external/mesa3d/src/mesa/main/
Denable.c307 if (ctx->Color.AlphaEnabled == state) in _mesa_set_enable()
312 ctx->Color.AlphaEnabled = state; in _mesa_set_enable()
1321 return ctx->Color.AlphaEnabled; in _mesa_IsEnabled()
Dattrib.c323 attr->AlphaTest = ctx->Color.AlphaEnabled; in _mesa_PushAttrib()
582 TEST_AND_UPDATE(ctx->Color.AlphaEnabled, enable->AlphaTest, GL_ALPHA_TEST); in pop_enable_group()
1014 _mesa_set_enable(ctx, GL_ALPHA_TEST, color->AlphaEnabled); in _mesa_PopAttrib()
Dframebuffer.c1016 return (ctx->Color.AlphaEnabled && !buffer0_is_integer); in _mesa_is_alpha_test_enabled()
Dff_fragment_shader.cpp314 if (ctx->Color.AlphaEnabled && key->num_draw_buffers == 0) { in make_state_key()
Dblend.c1175 ctx->Color.AlphaEnabled = GL_FALSE; in _mesa_init_color()
Dmtypes.h437 GLboolean AlphaEnabled; /**< Alpha test enabled flag */ member
/external/mesa3d/prebuilt-intermediates/main/
Dget_hash.h109 { GL_ALPHA_TEST, CONTEXT_BOOL(Color.AlphaEnabled), NO_EXTRA },