Home
last modified time | relevance | path

Searched refs:getBlendConstants (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Vulkan/
DVkPipeline.hpp67 const sw::Color<float>& getBlendConstants() const;
DVkPipeline.cpp449 const sw::Color<float>& GraphicsPipeline::getBlendConstants() const in getBlendConstants() function in vk::GraphicsPipeline
DVkCommandBuffer.cpp165 executionState.renderer->setBlendConstant(pipeline->getBlendConstants()); in play()