Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h168 size_t colorAttachmentRange() const { return mColorAttachmentRange; } in colorAttachmentRange() function
169 size_t depthStencilAttachmentIndex() const { return colorAttachmentRange(); } in depthStencilAttachmentIndex()
Dvk_cache_utils.cpp323 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeUnresolveSubpass()
990 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc()
1063 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in InitializeRenderPassFromDesc()
2031 blendState.attachmentCount = static_cast<uint32_t>(mRenderPassDesc.colorAttachmentRange()); in initializePipeline()
3550 for (uint32_t colorIndexGL = 0; colorIndexGL < desc.colorAttachmentRange(); ++colorIndexGL) in addRenderPass()
DUtilsVk.cpp2383 framebuffer->getRenderPassDesc().colorAttachmentRange())), in blitResolveImpl()