Searched refs:GetSemaphoreFdKHR (Results 1 – 10 of 10) sorted by relevance
421 PFN_vkGetSemaphoreFdKHR GetSemaphoreFdKHR; member
599 table->GetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR) gpa(device, "vkGetSemaphoreFdKHR"); in layer_init_device_dispatch_table()600 …if (table->GetSemaphoreFdKHR == nullptr) { table->GetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR)Stu… in layer_init_device_dispatch_table()
4312 …if (!wrap_handles) return layer_data->device_dispatch_table.GetSemaphoreFdKHR(device, pGetFdInfo, … in DispatchGetSemaphoreFdKHR()4322 …VkResult result = layer_data->device_dispatch_table.GetSemaphoreFdKHR(device, (const VkSemaphoreGe… in DispatchGetSemaphoreFdKHR()
5716 VKAPI_ATTR VkResult VKAPI_CALL GetSemaphoreFdKHR( in GetSemaphoreFdKHR() function9508 {"vkGetSemaphoreFdKHR", {false, (void*)GetSemaphoreFdKHR}},
1326 VKAPI_ATTR VkResult VKAPI_CALL GetSemaphoreFdKHR(
488 DECLARE_VK_PROC(GetSemaphoreFdKHR);576 ACQUIRE_DEVICE_VK_PROC(GetSemaphoreFdKHR); in init()
481 DECLARE_VK_PROC(GetSemaphoreFdKHR);566 ACQUIRE_DEVICE_VK_PROC(GetSemaphoreFdKHR); in init()
821 PFN_vkGetSemaphoreFdKHR GetSemaphoreFdKHR; member
4844 table->GetSemaphoreFdKHR = (PFN_vkGetSemaphoreFdKHR) gpa(device, "vkGetSemaphoreFdKHR"); in vk_load_device_commands()
3020 - turnip: rework GetSemaphoreFdKHR