Home
last modified time | relevance | path

Searched refs:GetDeviceGroupSurfacePresentModesKHR (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/generated/
Dvk_layer_dispatch_table.h385 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
Dvk_dispatch_table_helper.h563 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR) gpa(dev… in layer_init_device_dispatch_table()
564 …if (table->GetDeviceGroupSurfacePresentModesKHR == nullptr) { table->GetDeviceGroupSurfacePresentM… in layer_init_device_dispatch_table()
Dlayer_chassis_dispatch.cpp3725 … (!wrap_handles) return layer_data->device_dispatch_table.GetDeviceGroupSurfacePresentModesKHR(dev… in DispatchGetDeviceGroupSurfacePresentModesKHR()
3729 …VkResult result = layer_data->device_dispatch_table.GetDeviceGroupSurfacePresentModesKHR(device, s… in DispatchGetDeviceGroupSurfacePresentModesKHR()
Dchassis.cpp4728 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModesKHR( in GetDeviceGroupSurfacePresentModesKHR() function
9441 … {"vkGetDeviceGroupSurfacePresentModesKHR", {false, (void*)GetDeviceGroupSurfacePresentModesKHR}},
Dchassis.h1064 VKAPI_ATTR VkResult VKAPI_CALL GetDeviceGroupSurfacePresentModesKHR(
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h768 PFN_vkGetDeviceGroupSurfacePresentModesKHR GetDeviceGroupSurfacePresentModesKHR; member
Dvk_enum_to_str.c4791 …table->GetDeviceGroupSurfacePresentModesKHR = (PFN_vkGetDeviceGroupSurfacePresentModesKHR) gpa(dev… in vk_load_device_commands()