Searched refs:colorAttachmentRange (Results 1 – 3 of 3) sorted by relevance
294 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeUnresolveSubpass()963 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc()1041 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc()2007 blendState.attachmentCount = static_cast<uint32_t>(mRenderPassDesc.colorAttachmentRange()); in initializePipeline()3430 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in addRenderPass()
171 size_t colorAttachmentRange() const { return mColorAttachmentRange; } in colorAttachmentRange() function172 size_t depthStencilAttachmentIndex() const { return colorAttachmentRange(); } in depthStencilAttachmentIndex()
2286 framebuffer->getRenderPassDesc().colorAttachmentRange())), in blitResolveImpl()