Home
last modified time | relevance | path

Searched refs:push_fragment_density_support (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/tests/
Dvklayertests_descriptor_renderpass_framebuffer.cpp3210 bool push_fragment_density_support = false; in TEST_F() local
3213push_fragment_density_support = DeviceExtensionSupported(gpu(), nullptr, VK_EXT_FRAGMENT_DENSITY_M… in TEST_F()
3214 …if (push_fragment_density_support) m_device_extension_names.push_back(VK_EXT_FRAGMENT_DENSITY_MAP_… in TEST_F()
3374 if (!push_fragment_density_support) { in TEST_F()
Dvklayertests_buffer_image_memory_sampler.cpp6070 bool push_fragment_density_support = false; in TEST_F() local
6073push_fragment_density_support = DeviceExtensionSupported(gpu(), nullptr, VK_EXT_FRAGMENT_DENSITY_M… in TEST_F()
6074 …if (push_fragment_density_support) m_device_extension_names.push_back(VK_EXT_FRAGMENT_DENSITY_MAP_… in TEST_F()
6172 if (!push_fragment_density_support) { in TEST_F()