Searched refs:VK_AMD_device_coherent_memory_enabled (Results 1 – 3 of 3) sorted by relevance
66 bool VK_AMD_device_coherent_memory_enabled = false; variable1390 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()
72 extern bool VK_AMD_device_coherent_memory_enabled;
6132 if(!VK_AMD_device_coherent_memory_enabled) in TestDeviceCoherentMemory()