Searched refs:isSupportedSampleCount (Results 1 – 2 of 2) sorted by relevance
113 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevic…682 bool isSupportedSampleCount (const InstanceInterface& instanceInterface, VkPhysicalDevice physicalD… in isSupportedSampleCount() function1611 …if (!isSupportedSampleCount(context.getInstanceInterface(), context.getPhysicalDevice(), samples[s… in testRasterSamplesConsistency()2009 …if (!isSupportedSampleCount(context.getInstanceInterface(), context.getPhysicalDevice(), m_multisa… in initialize()
1275 …const bool isSupportedSampleCount = (*pLoopNumSamples & sampleLocationsProperties.sampleLocationSa… in testQueryMultisampleProperties() local1277 if (isSupportedSampleCount) in testQueryMultisampleProperties()