Searched refs:BLEND_NONE (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_atom_blend.c221 ctx->Color._AdvancedBlendMode != BLEND_NONE) {
225 ctx->Color._AdvancedBlendMode == BLEND_NONE) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dblend.h161 return blend_enabled ? mode : BLEND_NONE;
H A Dblend.c480 return BLEND_NONE;
487 * return the corresponding BLEND_* enum. Otherwise, return BLEND_NONE
494 advanced_blend_mode_from_gl_enum(mode) : BLEND_NONE;
670 ctx->Color._AdvancedBlendMode = BLEND_NONE;
729 ctx->Color._AdvancedBlendMode = BLEND_NONE;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dblend.h161 return blend_enabled ? mode : BLEND_NONE;
H A Dblend.c500 return BLEND_NONE;
507 * return the corresponding BLEND_* enum. Otherwise, return BLEND_NONE
514 advanced_blend_mode_from_gl_enum(mode) : BLEND_NONE;
700 set_advanced_blend_mode(ctx, BLEND_NONE);
759 set_advanced_blend_mode(ctx, BLEND_NONE);
H A Ddraw_validate.c111 ctx->Color._AdvancedBlendMode != BLEND_NONE) {
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp290 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE));
386 case BLEND_NONE:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_blend_equation_advanced.cpp290 ir_if *if_blending = new(mem_ctx) ir_if(is_mode(mode, BLEND_NONE));
387 case BLEND_NONE:
/xsrc/external/mit/MesaLib.old/dist/src/compiler/
H A Dshader_enums.h735 BLEND_NONE = 0x0000, enumerator in enum:gl_advanced_blend_mode
/xsrc/external/mit/MesaLib/dist/src/compiler/
H A Dshader_enums.h913 BLEND_NONE = 0, enumerator in enum:gl_advanced_blend_mode
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_wm_surface_state.c989 ctx->Color._AdvancedBlendMode == BLEND_NONE &&
H A DgenX_state_upload.c2852 ctx->Color._AdvancedBlendMode == BLEND_NONE

Completed in 24 milliseconds