Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_enums.hpp5471 eLocalMultiDevice = VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR enumerator
5481 case DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice: return "LocalMultiDevice"; in to_string()
11862 VkFlags( DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice )
11902 if ( value & DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice ) in to_string()
/third_party/vulkan-headers/include/vulkan/
Dvulkan_enums.hpp4449 eLocalMultiDevice = VK_DEVICE_GROUP_PRESENT_MODE_LOCAL_MULTI_DEVICE_BIT_KHR enumerator
4460 DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice;
Dvulkan_to_string.hpp1895 if ( value & DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice ) in to_string()
6830 case DeviceGroupPresentModeFlagBitsKHR::eLocalMultiDevice: return "LocalMultiDevice"; in to_string()