Home
last modified time | relevance | path

Searched refs:isStageDisabled (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DTextureStage.cpp66 if(!isStageDisabled()) in textureStageState()
394 bool TextureStage::isStageDisabled() const in isStageDisabled() function in sw::TextureStage
404 return previousStage->isStageDisabled(); in isStageDisabled()
410 …return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE… in writesCurrent()
H A DTextureStage.hpp171 bool isStageDisabled() const;
H A DContext.cpp1223 if(textureStage[i].isStageDisabled()) in diffuseUsed()
1237 …if(textureStage[i].usesCurrent() || textureStage[i].isStageDisabled()) // Current color contains… in diffuseUsed()
1306 if(textureStage[i].isStageDisabled()) break; in specularUsed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DTextureStage.cpp66 if(!isStageDisabled()) in textureStageState()
394 bool TextureStage::isStageDisabled() const in isStageDisabled() function in sw::TextureStage
404 return previousStage->isStageDisabled(); in isStageDisabled()
410 …return !isStageDisabled() && destinationArgument == DESTINATION_CURRENT && stageOperation != STAGE… in writesCurrent()
H A DTextureStage.hpp171 bool isStageDisabled() const;
H A DContext.cpp1223 if(textureStage[i].isStageDisabled()) in diffuseUsed()
1237 …if(textureStage[i].usesCurrent() || textureStage[i].isStageDisabled()) // Current color contains… in diffuseUsed()
1306 if(textureStage[i].isStageDisabled()) break; in specularUsed()