Home
last modified time | relevance | path

Searched refs:setDestinationArgument (Results 1 – 10 of 10) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DTextureStage.hpp159 void setDestinationArgument(DestinationArgument destinationArgument);
H A DTextureStage.cpp210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument) in setDestinationArgument() function in sw::TextureStage
H A DPixelProcessor.hpp220 …void setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgum…
H A DPixelProcessor.cpp311 …void PixelProcessor::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument … in setDestinationArgument() function in sw::PixelProcessor
315 context->textureStage[stage].setDestinationArgument(destinationArgument); in setDestinationArgument()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DTextureStage.hpp159 void setDestinationArgument(DestinationArgument destinationArgument);
H A DTextureStage.cpp210 void TextureStage::setDestinationArgument(DestinationArgument destinationArgument) in setDestinationArgument() function in sw::TextureStage
H A DPixelProcessor.hpp220 …void setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument destinationArgum…
H A DPixelProcessor.cpp311 …void PixelProcessor::setDestinationArgument(unsigned int stage, TextureStage::DestinationArgument … in setDestinationArgument() function in sw::PixelProcessor
315 context->textureStage[stage].setDestinationArgument(destinationArgument); in setDestinationArgument()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D8/
H A DDirect3DDevice8.cpp3811 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_CURRENT); in SetTextureStageState()
3814 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_TEMP); in SetTextureStageState()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/D3D9/
H A DDirect3DDevice9.cpp5042 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_CURRENT); in SetTextureStageState()
5045 renderer->setDestinationArgument(stage, sw::TextureStage::DESTINATION_TEMP); in SetTextureStageState()