Searched refs:SAMPLE_REGISTER_SFAIL (Results 1 – 1 of 1) sorted by relevance
132 #define SAMPLE_REGISTER_SFAIL(SFAIL_EXPRESSION) \ in executeStencilSFail() macro150 case STENCILOP_KEEP: SAMPLE_REGISTER_SFAIL(stencilBufferValue) break; in executeStencilSFail()151 case STENCILOP_ZERO: SAMPLE_REGISTER_SFAIL(0) break; in executeStencilSFail()152 case STENCILOP_REPLACE: SAMPLE_REGISTER_SFAIL(clampedStencilRef) break; in executeStencilSFail()153 …case STENCILOP_INCR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue+1, 0, (1<<numStencilBits)… in executeStencilSFail()154 …case STENCILOP_DECR: SAMPLE_REGISTER_SFAIL(de::clamp(stencilBufferValue-1, 0, (1<<numStencilBits)… in executeStencilSFail()155 …case STENCILOP_INCR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue + 1) & ((1<<numStencilBits) - … in executeStencilSFail()156 …case STENCILOP_DECR_WRAP: SAMPLE_REGISTER_SFAIL((stencilBufferValue - 1) & ((1<<numStencilBits) - … in executeStencilSFail()157 …case STENCILOP_INVERT: SAMPLE_REGISTER_SFAIL((~stencilBufferValue) & ((1<<numStencilBits) - 1)) … in executeStencilSFail()162 #undef SAMPLE_REGISTER_SFAIL in executeStencilSFail()