Searched refs:supportedCounts (Results 1 – 4 of 4) sorted by relevance
1652 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount) in GetSampleCount() argument1654 for (size_t bit : angle::BitSet32<32>(supportedCounts & kSupportedSampleCounts)) in GetSampleCount()
1087 GLuint GetSampleCount(VkSampleCountFlags supportedCounts, GLuint requestedCount);
4668 const auto& supportedCounts = properties.limits.framebufferNoAttachmentsSampleCounts; in checkSupport() local4672 if ((supportedCounts & count) == 0u) in checkSupport()