Searched refs:DD_POINT_ATTEN (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c938 #define DD_POINT_ATTEN (1 << 9) macro
940 #define ANY_FALLBACK_FLAGS (DD_LINE_STIPPLE | DD_TRI_STIPPLE | DD_POINT_ATTEN)
958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0);
1001 if (flags & DD_POINT_ATTEN) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_tris.c938 #define DD_POINT_ATTEN (1 << 9) macro
940 #define ANY_FALLBACK_FLAGS (DD_LINE_STIPPLE | DD_TRI_STIPPLE | DD_POINT_ATTEN)
958 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0);
1001 if (flags & DD_POINT_ATTEN) {

Completed in 5 milliseconds