Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.cpp1399 ASSERT(colorIndexGL < mAttachmentFormats.size()); in packColorAttachment()
1407 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachment()
1417 ASSERT(colorIndexGL < mAttachmentFormats.size()); in packColorAttachmentGap()
1424 uint8_t &packedFormat = mAttachmentFormats[colorIndexGL]; in packColorAttachmentGap()
1433 ASSERT(index < mAttachmentFormats.size()); in packDepthStencilAttachment()
1435 uint8_t &packedFormat = mAttachmentFormats[index]; in packDepthStencilAttachment()
Dvk_cache_utils.h219 return static_cast<angle::FormatID>(mAttachmentFormats[index]);
280 FramebufferNonResolveAttachmentArray<uint8_t> mAttachmentFormats; variable