Searched refs:fragmentDensityMapFeatures (Results 1 – 3 of 3) sorted by relevance
39 … VkPhysicalDeviceFragmentDensityMapFeaturesEXT *fragmentDensityMapFeatures = nullptr; in DeviceFeatures() local148 fragmentDensityMapFeatures = in DeviceFeatures()247 if (fragmentDensityMapFeatures) in DeviceFeatures()248 fragmentDensityMapFeatures->fragmentDensityMap = false; in DeviceFeatures()
142 …VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulka… in getDevice() local165 addFeatures(&fragmentDensityMapFeatures); in getDevice()1324 … VkPhysicalDeviceFragmentDensityMapFeaturesEXT fragmentDensityMapFeatures = initVulkanStructure(); in checkSupport() local1326 initVulkanStructure(&fragmentDensityMapFeatures); in checkSupport()1333 if (!fragmentDensityMapFeatures.fragmentDensityMap) in checkSupport()1335 if (m_testParams.dynamicDensityMap && !fragmentDensityMapFeatures.fragmentDensityMapDynamic) in checkSupport()1337 …if (m_testParams.nonSubsampledImages && !fragmentDensityMapFeatures.fragmentDensityMapNonSubsample… in checkSupport()
713 auto fragmentDensityMapFeatures = m_context.getFragmentDensityMapFeaturesEXT(); in iterate() local864 &fragmentDensityMapFeatures, in iterate()