Home
last modified time | relevance | path

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

/external/swiftshader/src/Shader/
DPixelShader.hpp33 bool containsKill() const;
DPixelShader.cpp116 bool PixelShader::containsKill() const in containsKill() function in sw::PixelShader
DPixelRoutine.cpp212 if((shader && shader->containsKill()) || state.alphaTestActive()) in quad()
/external/swiftshader/src/Renderer/
DContext.cpp1493 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
DPixelProcessor.cpp960 state.shaderContainsKill = context->pixelShader ? context->pixelShader->containsKill() : false; in update()