Lines Matching refs:pAttachments
466 if (gpCI.pColorBlendState->pAttachments != DE_NULL) in calculateGraphicsPipelineHash()
473 …pAttachments[i].blendEnable, deUint32(gpCI.pColorBlendState->pAttachments[i].srcColorBlendFactor),… in calculateGraphicsPipelineHash()
474 …pAttachments[i].srcAlphaBlendFactor), deUint32(gpCI.pColorBlendState->pAttachments[i].dstAlphaBlen… in calculateGraphicsPipelineHash()
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()
658 if (rCI.pAttachments != DE_NULL) in calculateRenderPassHash()
660 …pAttachments[i].flags), deUint32(rCI.pAttachments[i].format), deUint32(rCI.pAttachments[i].samples… in calculateRenderPassHash()
698 if (rCI.pAttachments != DE_NULL) in calculateRenderPass2Hash()
700 …pAttachments[i].flags), deUint32(rCI.pAttachments[i].format), deUint32(rCI.pAttachments[i].samples… in calculateRenderPass2Hash()