Home
last modified time | relevance | path

Searched refs:containsKill (Results 1 – 10 of 10) 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.cpp213 if((shader && shader->containsKill()) || state.alphaTestActive()) in quad()
/external/swiftshader/src/Pipeline/
DPixelShader.hpp33 bool containsKill() const;
DPixelShader.cpp116 bool PixelShader::containsKill() const in containsKill() function in sw::PixelShader
DPixelRoutine.cpp213 if((shader && shader->containsKill()) || state.alphaTestActive()) in quad()
/external/swiftshader/src/Device/
DContext.cpp777 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
DPixelProcessor.cpp638 state.shaderContainsKill = context->pixelShader ? context->pixelShader->containsKill() : false; in update()
/external/swiftshader/src/Renderer/
DContext.cpp1494 return colorWriteActive() || alphaTestActive() || (pixelShader && pixelShader->containsKill()); in colorUsed()
DPixelProcessor.cpp970 state.shaderContainsKill = context->pixelShader ? context->pixelShader->containsKill() : false; in update()