Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1342 mMaxColorInputAttachmentCount = std::min<uint32_t>(mNativeCaps.maxColorAttachments, in ensureCapsInitialized()
1349 mMaxColorInputAttachmentCount = 1; in ensureCapsInitialized()
1375 mMaxColorInputAttachmentCount = in ensureCapsInitialized()
1376 std::min<uint32_t>(mMaxColorInputAttachmentCount, mNativeCaps.maxColorAttachments); in ensureCapsInitialized()
H A Dvk_renderer.h264 uint32_t getMaxColorInputAttachmentCount() const { return mMaxColorInputAttachmentCount; } in getMaxColorInputAttachmentCount()
933 mutable uint32_t mMaxColorInputAttachmentCount; variable
H A Dvk_renderer.cpp1739 mMaxColorInputAttachmentCount(0), in Renderer()