Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1409 const uint32_t maxColorAttachmentsWithDepthStencilInput = std::min<uint32_t>( in ensureCapsInitialized() local
1416 if (maxColorAttachmentsWithDepthStencilInput >= 4 && in ensureCapsInitialized()
1420 mNativeCaps.maxColorAttachments = maxColorAttachmentsWithDepthStencilInput; in ensureCapsInitialized()