Searched refs:BLEND_BIT (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_context.h86 #define BLEND_BIT 0x002 /**< Blend pixels */ macro
H A Ds_points.c478 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) ||
H A Ds_context.c63 if (ctx->Color.BlendEnabled) rasterMask |= BLEND_BIT;
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_context.h87 #define BLEND_BIT 0x002 /**< Blend pixels */ macro
H A Ds_points.c471 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) ||
H A Ds_context.c63 if (ctx->Color.BlendEnabled) rasterMask |= BLEND_BIT;

Completed in 8 milliseconds