Searched refs:fragmentDensityMapFeatures (Results 1 – 3 of 3) sorted by relevance
41 VkPhysicalDeviceFragmentDensityMapFeaturesEXT *fragmentDensityMapFeatures = nullptr; in DeviceFeatures() local138 …fragmentDensityMapFeatures = reinterpret_cast<VkPhysicalDeviceFragmentDensityMapFeaturesEXT *>(raw… in DeviceFeatures()226 if (fragmentDensityMapFeatures) in DeviceFeatures()227 fragmentDensityMapFeatures->fragmentDensityMap = false; in DeviceFeatures()
156 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in getDevice() local157 …sityMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in getDevice()1366 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in checkSupport() local1367 …tyMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in checkSupport()1374 if (!fragmentDensityMapFeatures.fragmentDensityMap) in checkSupport()1376 if (m_testParams.dynamicDensityMap && !fragmentDensityMapFeatures.fragmentDensityMapDynamic) in checkSupport()1378 …if (m_testParams.nonSubsampledImages && !fragmentDensityMapFeatures.fragmentDensityMapNonSubsample… in checkSupport()