Searched defs:colorAttachmentIndex (Results 1 – 8 of 8) sorted by relevance
25 explicit GrVkRenderPass(VkRenderPass renderPass, uint32_t colorAttachmentIndex) in GrVkRenderPass()
172 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
173 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass()
831 …void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayou… in addSubpassColorAttachmentWithResolve()
5212 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local