Searched defs:colorAttachmentIndex (Results 1 – 13 of 13) sorted by relevance
44 uint32_t colorAttachmentIndex) in GrVkRenderPass()
348 bool GrVkRenderPass::colorAttachmentIndex(uint32_t* index) const { in colorAttachmentIndex() function in GrVkRenderPass
160 VkRenderPass renderPass, uint32_t colorAttachmentIndex) { in findCompatibleExternalRenderPass()
124 uint32_t colorAttachmentIndex = 0; in CreateRenderPassForQuery() local
460 for (auto colorAttachmentIndex : fboData.getEnabledDrawBuffers()) in clearFramebuffer() local
103 uint32_t colorAttachmentIndex = 0; in ComboRenderPassDescriptor() local
850 size_t colorAttachmentIndex = texIndex >= 3 ? texIndex - 3 : texIndex; in TEST_P() local
1190 uint32_t colorAttachmentIndex = 0; in CreateRenderPassDescriptor() local
2677 vk::PackedAttachmentIndex colorAttachmentIndex(0); in startNewRenderPass() local
2145 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in beginDynamicRendering() local2959 const deUint32 colorAttachmentIndex = colorAttachmentReference.getAttachment(); in pushDynamicRenderingCommands() local6120 const deUint32 colorAttachmentIndex = subpassColorAttachments[colorAttachmentNdx]; in addAttachmentAllocationTests() local
795 …void addSubpassColorAttachmentWithResolve (const deUint32 colorAttachmentIndex, const VkImageLayou… in addSubpassColorAttachmentWithResolve()