Lines Matching refs:result
41 VkResult result = VK_SUCCESS;
85 result = device->dispatch_table.ImportSemaphoreFdKHR(_device, &info);
86 if (result == VK_SUCCESS)
90 if (result == VK_SUCCESS && fence != VK_NULL_HANDLE) {
98 result = device->dispatch_table.ImportFenceFdKHR(_device, &info);
99 if (result == VK_SUCCESS)
108 return result;
121 VkResult result = VK_SUCCESS;
138 result = device->dispatch_table.GetSemaphoreFdKHR(vk_device_to_handle(device),
140 if (result != VK_SUCCESS) {
143 return result;