Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_tris.c937 #define DD_POINT_ATTEN (1 << 9) macro
939 #define ANY_FALLBACK_FLAGS (DD_LINE_STIPPLE | DD_TRI_STIPPLE | DD_POINT_ATTEN)
957 (ctx->Point._Attenuated ? DD_POINT_ATTEN : 0); in intelChooseRenderState()
1000 if (flags & DD_POINT_ATTEN) { in intelChooseRenderState()