Searched refs:constFactors (Results 1 – 1 of 1) sorted by relevance
465 …std::set<VkBlendFactor> constFactors = { VK_BLEND_FACTOR_CONSTANT_COLOR, VK_BLEND_FACTOR_ONE_MINUS… in calculateGraphicsPipelineHash() local476 …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()