Searched refs:fragmentDensityMapFeatures (Results 1 – 2 of 2) sorted by relevance
39 VkPhysicalDeviceFragmentDensityMapFeaturesEXT* fragmentDensityMapFeatures = nullptr; in DeviceFeatures() local95 …fragmentDensityMapFeatures = reinterpret_cast<VkPhysicalDeviceFragmentDensityMapFeaturesEXT*>(rawS… in DeviceFeatures()146 if (fragmentDensityMapFeatures) in DeviceFeatures()147 fragmentDensityMapFeatures->fragmentDensityMap = false; in DeviceFeatures()
156 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in getDevice() local157 …sityMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in getDevice()1115 VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in checkSupport() local1116 …tyMap2FeaturesEXT fragmentDensityMap2Features = initVulkanStructure(&fragmentDensityMapFeatures); in checkSupport()1123 if (!fragmentDensityMapFeatures.fragmentDensityMap) in checkSupport()1125 if (m_testParams.dynamicDensityMap && !fragmentDensityMapFeatures.fragmentDensityMapDynamic) in checkSupport()1127 …if (m_testParams.nonSubsampledImages && !fragmentDensityMapFeatures.fragmentDensityMapNonSubsample… in checkSupport()