Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h171 size_t colorAttachmentRange() const { return mColorAttachmentRange; } in colorAttachmentRange()
224 uint8_t mColorAttachmentRange; variable
Dvk_cache_utils.cpp1412 SetBitField(mColorAttachmentRange, std::max<size_t>(mColorAttachmentRange, colorIndexGL + 1)); in packColorAttachment()
1516 for (size_t i = 0; i < mColorAttachmentRange; ++i) in attachmentCount()