Searched refs:eDeviceCoherentAMD (Results 1 – 2 of 2) sorted by relevance
2036 eDeviceCoherentAMD = VK_MEMORY_PROPERTY_DEVICE_COHERENT_BIT_AMD, enumerator2054 | MemoryPropertyFlagBits::eDeviceCoherentAMD
169 if ( value & MemoryPropertyFlagBits::eDeviceCoherentAMD ) result += "DeviceCoherentAMD | "; in to_string()4174 case MemoryPropertyFlagBits::eDeviceCoherentAMD : return "DeviceCoherentAMD"; in to_string()