Home
last modified time | relevance | path

Searched refs:VK_AMD_device_coherent_memory_enabled (Results 1 – 3 of 3) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/
DVulkanSample.cpp66 bool VK_AMD_device_coherent_memory_enabled = false; variable
1390 wprintf(L"VK_AMD_device_coherent_memory: %d\n", VK_AMD_device_coherent_memory_enabled ? 1 : 0); in PrintEnabledFeatures()
1426 if(VK_AMD_device_coherent_memory_enabled) in SetAllocatorCreateInfo()
1829 VK_AMD_device_coherent_memory_enabled = true; in InitializeApplication()
1877 if(VK_AMD_device_coherent_memory_enabled) in InitializeApplication()
1899 …if(VK_AMD_device_coherent_memory_enabled && !physicalDeviceCoherentMemoryFeatures.deviceCoherentMe… in InitializeApplication()
1900 VK_AMD_device_coherent_memory_enabled = false; in InitializeApplication()
1991 if(VK_AMD_device_coherent_memory_enabled) in InitializeApplication()
2002 if(VK_AMD_device_coherent_memory_enabled) in InitializeApplication()
DCommon.h72 extern bool VK_AMD_device_coherent_memory_enabled;
DTests.cpp6132 if(!VK_AMD_device_coherent_memory_enabled) in TestDeviceCoherentMemory()