Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp341 bool alphaTestActive();
DContext.cpp520 bool Context::alphaTestActive() in alphaTestActive() function in sw::Context
1502 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
DPixelProcessor.hpp125 bool alphaTestActive() const in alphaTestActive() function
DPixelProcessor.cpp981 if(context->alphaTestActive()) in update()
/external/swiftshader/src/Shader/
DPixelRoutine.cpp57 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()
DPixelProgram.cpp610 if(!state.alphaTestActive()) in alphaTest()
802 if(!state.colorWriteActive(index) && !(index == 0 && state.alphaTestActive())) in clampColor()
DPixelPipeline.cpp268 if(!state.alphaTestActive()) in alphaTest()