Searched defs:colorAttachmentIndex (Results 1 – 12 of 12) 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()
41 uint32_t colorAttachmentIndex) in GrVkRenderPass()
340 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
158 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass()
460 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer() local
1190 uint32_t colorAttachmentIndex = 0; in CreateRenderPassDescriptor() local
2653 vk::PackedAttachmentIndex colorAttachmentIndex(0); in startNewRenderPass() local
3830 …for (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassInde… in PreCallValidateCreateRenderPass() local3838 …for (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassInde… in PreCallValidateCreateRenderPass() local6876 …for (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassInde… in PreCallValidateCreateRenderPass2KHR() local6886 …for (uint32_t colorAttachmentIndex = 0; colorAttachmentIndex < pCreateInfo->pSubpasses[subpassInde… in PreCallValidateCreateRenderPass2KHR() local
728 …void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayou… in addSubpassColorAttachmentWithResolve()
5393 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local