Home
last modified time | relevance | path

Searched refs:BLEND_BIT (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_context.h87 #define BLEND_BIT 0x002 /**< Blend pixels */ macro
Ds_points.c478 (swrast->_RasterMask & (BLEND_BIT | LOGIC_OP_BIT | MASKING_BIT)) || in pixel_point()
Ds_context.c60 if (ctx->Color.BlendEnabled) rasterMask |= BLEND_BIT; in _swrast_update_rasterflags()