Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkSafetyCriticalUtil.cpp465 …std::set<VkBlendFactor> constFactors = { VK_BLEND_FACTOR_CONSTANT_COLOR, VK_BLEND_FACTOR_ONE_MINUS… in calculateGraphicsPipelineHash() local
476 …if (constFactors.find(gpCI.pColorBlendState->pAttachments[i].srcColorBlendFactor) != end(constFact… in calculateGraphicsPipelineHash()
477 …if (constFactors.find(gpCI.pColorBlendState->pAttachments[i].dstColorBlendFactor) != end(constFact… in calculateGraphicsPipelineHash()
478 …if (constFactors.find(gpCI.pColorBlendState->pAttachments[i].srcAlphaBlendFactor) != end(constFact… in calculateGraphicsPipelineHash()
479 …if (constFactors.find(gpCI.pColorBlendState->pAttachments[i].dstAlphaBlendFactor) != end(constFact… in calculateGraphicsPipelineHash()