Searched refs:colorUsed (Results 1 – 7 of 7) sorted by relevance
161 : colorUsed(numColorAttachments, DE_FALSE) in TestParams()168 std::vector<deBool> colorUsed; member259 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 …]
486 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
447 bool colorUsed();
185 if(!colorUsed()) in alphaBlendActive()569 bool Context::colorUsed() const in colorUsed() function in sw::Context
146 bool colorUsed() const;
89 bool colorUsed();
199 if(colorUsed()) in quad()252 if(colorUsed()) in quad()2727 bool PixelRoutine::colorUsed() in colorUsed() function in sw::PixelRoutine