Home
last modified time | relevance | path

Searched refs:isColorAttachmentEnabled (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp419 if (desc.isColorAttachmentEnabled(colorIndexGL)) in InitializeUnresolveSubpass()
426 ASSERT(desc.isColorAttachmentEnabled(colorIndexGL)); in InitializeUnresolveSubpass()
1001 if (!desc.isColorAttachmentEnabled(colorIndexGL)) in InitializeRenderPassFromDesc()
1071 ASSERT(desc.isColorAttachmentEnabled(colorIndexGL)); in InitializeRenderPassFromDesc()
1463 ASSERT(isColorAttachmentEnabled(colorIndexGL)); in packColorResolveAttachment()
1523 bool RenderPassDesc::isColorAttachmentEnabled(size_t colorIndexGL) const in isColorAttachmentEnabled() function in rx::vk::RenderPassDesc
1540 colorAttachmentCount += isColorAttachmentEnabled(i); in attachmentCount()
3552 if (!desc.isColorAttachmentEnabled(colorIndexGL)) in addRenderPass()
Dvk_cache_utils.h171 bool isColorAttachmentEnabled(size_t colorIndexGL) const;