Home
last modified time | relevance | path

Searched refs:eDeviceOnly (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_enums.hpp1421 eDeviceOnly = VK_EVENT_CREATE_DEVICE_ONLY_BIT, enumerator
1432 EventCreateFlagBits::eDeviceOnly;
Dvulkansc_to_string.hpp263 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()
2307 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()
Dvulkan_enums.hpp2353 eDeviceOnly = VK_EVENT_CREATE_DEVICE_ONLY_BIT, enumerator
2364 EventCreateFlagBits::eDeviceOnly;
Dvulkan_to_string.hpp337 if ( value & EventCreateFlagBits::eDeviceOnly ) result += "DeviceOnly | "; in to_string()
4377 case EventCreateFlagBits::eDeviceOnly : return "DeviceOnly"; in to_string()