Searched refs:alphaTestActive (Results 1 – 7 of 7) sorted by relevance
341 bool alphaTestActive();
520 bool Context::alphaTestActive() in alphaTestActive() function in sw::Context1502 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
125 bool alphaTestActive() const in alphaTestActive() function
981 if(context->alphaTestActive()) in update()
57 const bool earlyDepthTest = !state.depthOverride && !state.alphaTestActive(); in quad()213 if((shader && shader->containsKill()) || state.alphaTestActive()) in quad()2729 return state.colorWriteMask || state.alphaTestActive() || state.shaderContainsKill; in colorUsed()
610 if(!state.alphaTestActive()) in alphaTest()802 if(!state.colorWriteActive(index) && !(index == 0 && state.alphaTestActive())) in clampColor()
268 if(!state.alphaTestActive()) in alphaTest()