Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp1389 mMaxColorInputAttachmentCount = std::min<uint32_t>(mNativeCaps.maxColorAttachments, in ensureCapsInitialized()
1396 mMaxColorInputAttachmentCount = 1; in ensureCapsInitialized()
1422 mMaxColorInputAttachmentCount = in ensureCapsInitialized()
1423 std::min<uint32_t>(mMaxColorInputAttachmentCount, mNativeCaps.maxColorAttachments); in ensureCapsInitialized()
Dvk_renderer.h256 uint32_t getMaxColorInputAttachmentCount() const { return mMaxColorInputAttachmentCount; } in getMaxColorInputAttachmentCount()
915 mutable uint32_t mMaxColorInputAttachmentCount; variable
Dvk_renderer.cpp2024 mMaxColorInputAttachmentCount(0), in Renderer()