Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp1652 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount() argument
1654 for (size_t bit : angle::BitSet32<32>(supportedCounts & kSupportedSampleCounts)) in GetSampleCount()
Dvk_utils.h1087 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp4668 const auto& supportedCounts = properties.limits.framebufferNoAttachmentsSampleCounts; in checkSupport() local
4672 if ((supportedCounts & count) == 0u) in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp4668 const auto& supportedCounts = properties.limits.framebufferNoAttachmentsSampleCounts; in checkSupport() local
4672 if ((supportedCounts & count) == 0u) in checkSupport()