Home
last modified time | relevance | path

Searched refs:colorUsed (Results 1 – 7 of 7) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedClearAttachmentTests.cpp161 : colorUsed(numColorAttachments, DE_FALSE) in TestParams()
168 std::vector<deBool> colorUsed; member
259 if (!m_testParams.colorUsed.empty()) in checkSupport()
293 for (size_t i = 0; i < m_testParams.colorUsed.size(); ++i) in initPrograms()
295 if (m_testParams.colorUsed[i]) in initPrograms()
302 for (size_t i = 0; i < m_testParams.colorUsed.size(); ++i) in initPrograms()
304 if (m_testParams.colorUsed[i]) in initPrograms()
336 …std::vector<AttachmentDesc> attachmentDescriptions (testParams.colorUsed.size(), attachmentDescr… in createRenderPass()
363 for (size_t i = 0; i < testParams.colorUsed.size(); ++i) in createRenderPass()
367 …(testParams.colorUsed[i] ? static_cast<deUint32>(i) : VK_ATTACHMENT_UNUSED), // deUint32 attach… in createRenderPass()
[all …]
/external/swiftshader/src/Renderer/
DContext.cpp486 if(!colorUsed()) return false; in fogActive()
754 if(!colorUsed()) in alphaBlendActive()
1185 if(!colorUsed()) in perspectiveActive()
1210 if(!colorUsed()) in diffuseUsed()
1258 if(!colorUsed()) in diffuseActive()
1292 if(!colorUsed()) in specularUsed()
1321 if(!colorUsed()) in specularActive()
1376 if(!colorUsed()) in textureActive()
1500 bool Context::colorUsed() in colorUsed() function in sw::Context
DContext.hpp447 bool colorUsed();
/external/swiftshader/src/Device/
DContext.cpp185 if(!colorUsed()) in alphaBlendActive()
569 bool Context::colorUsed() const in colorUsed() function in sw::Context
DContext.hpp146 bool colorUsed() const;
/external/swiftshader/src/Shader/
DPixelRoutine.hpp89 bool colorUsed();
DPixelRoutine.cpp199 if(colorUsed()) in quad()
252 if(colorUsed()) in quad()
2727 bool PixelRoutine::colorUsed() in colorUsed() function in sw::PixelRoutine