Home
last modified time | relevance | path

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

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