Searched refs:alphaTestActive (Results 1 – 7 of 7) sorted by relevance
519 bool Context::alphaTestActive() in alphaTestActive() function in sw::Context1493 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
341 bool alphaTestActive();
124 bool alphaTestActive() const in alphaTestActive() function
962 if(context->alphaTestActive()) in update()
539 if(!state.alphaTestActive()) in alphaTest()731 if(!state.colorWriteActive(index) && !(index == 0 && state.alphaTestActive())) in clampColor()
56 const bool earlyDepthTest = !state.depthOverride && !state.alphaTestActive(); in quad()212 if((shader && shader->containsKill()) || state.alphaTestActive()) in quad()2721 return state.colorWriteMask || state.alphaTestActive() || state.shaderContainsKill; in colorUsed()
268 if(!state.alphaTestActive()) in alphaTest()