Searched refs:fragmentDensityMapFeatures (Results 1 – 2 of 2) sorted by relevance
40 VkPhysicalDeviceFragmentDensityMapFeaturesEXT* fragmentDensityMapFeatures = nullptr; in DeviceFeatures() local96 …fragmentDensityMapFeatures = reinterpret_cast<VkPhysicalDeviceFragmentDensityMapFeaturesEXT*>(rawS… in DeviceFeatures()150 if (fragmentDensityMapFeatures) in DeviceFeatures()151 fragmentDensityMapFeatures->fragmentDensityMap = false; in DeviceFeatures()
154 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in getDevice() local155 …sityMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in getDevice()1328 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in checkSupport() local1329 …tyMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in checkSupport()1336 if (!fragmentDensityMapFeatures.fragmentDensityMap) in checkSupport()1338 if (m_testParams.dynamicDensityMap && !fragmentDensityMapFeatures.fragmentDensityMapDynamic) in checkSupport()1340 …if (m_testParams.nonSubsampledImages && !fragmentDensityMapFeatures.fragmentDensityMapNonSubsample… in checkSupport()