Home
last modified time | relevance | path

Searched refs:colorAttachmentRange (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp294 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()
Dvk_cache_utils.h171 size_t colorAttachmentRange() const { return mColorAttachmentRange; } in colorAttachmentRange() function
172 size_t depthStencilAttachmentIndex() const { return colorAttachmentRange(); } in depthStencilAttachmentIndex()
DUtilsVk.cpp2286 framebuffer->getRenderPassDesc().colorAttachmentRange())), in blitResolveImpl()