/external/mesa3d/src/intel/vulkan/ |
D | anv_queue.c | 2288 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) in anv_ImportSemaphoreFdKHR() argument 2291 ANV_FROM_HANDLE(anv_semaphore, semaphore, pImportSemaphoreFdInfo->semaphore); in anv_ImportSemaphoreFdKHR() 2292 int fd = pImportSemaphoreFdInfo->fd; in anv_ImportSemaphoreFdKHR() 2298 switch (pImportSemaphoreFdInfo->handleType) { in anv_ImportSemaphoreFdKHR() 2306 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) in anv_ImportSemaphoreFdKHR() 2387 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) { in anv_ImportSemaphoreFdKHR()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_kgsl.c | 464 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in tu_ImportSemaphoreFdKHR() argument
|
/external/mesa3d/prebuilt-intermediates/vulkan/ |
D | anv_entrypoints.h | 1728 …nv_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1729 …n7_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1730 …75_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1731 …n8_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1732 …n9_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1733 …11_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1734 …12_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | anv_entrypoints.c | 2552 …anv_ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) in anv_ImportSemaphoreFdKHR() argument 2555 return anv_device->dispatch.vkImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); in anv_ImportSemaphoreFdKHR() 3512 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu… 4018 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu… 4524 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu… 5030 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu… 5536 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu… 6042 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) __attribu…
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_device.c | 7729 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in radv_ImportSemaphoreFdKHR() argument 7732 RADV_FROM_HANDLE(radv_semaphore, sem, pImportSemaphoreFdInfo->semaphore); in radv_ImportSemaphoreFdKHR() 7737 if (pImportSemaphoreFdInfo->flags & VK_SEMAPHORE_IMPORT_TEMPORARY_BIT) { in radv_ImportSemaphoreFdKHR() 7747 switch(pImportSemaphoreFdInfo->handleType) { in radv_ImportSemaphoreFdKHR() 7749 result = radv_import_opaque_fd(device, pImportSemaphoreFdInfo->fd, &syncobj); in radv_ImportSemaphoreFdKHR() 7753 result = radv_import_sync_fd(device, pImportSemaphoreFdInfo->fd, &syncobj); in radv_ImportSemaphoreFdKHR()
|
/external/vulkan-validation-layers/layers/generated/ |
D | layer_chassis_dispatch.cpp | 4286 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) in DispatchImportSemaphoreFdKHR() argument 4289 …les) return layer_data->device_dispatch_table.ImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); in DispatchImportSemaphoreFdKHR() 4292 if (pImportSemaphoreFdInfo) { in DispatchImportSemaphoreFdKHR() 4293 … local_pImportSemaphoreFdInfo = new safe_VkImportSemaphoreFdInfoKHR(pImportSemaphoreFdInfo); in DispatchImportSemaphoreFdKHR() 4294 if (pImportSemaphoreFdInfo->semaphore) { in DispatchImportSemaphoreFdKHR() 4295 … local_pImportSemaphoreFdInfo->semaphore = layer_data->Unwrap(pImportSemaphoreFdInfo->semaphore); in DispatchImportSemaphoreFdKHR()
|
D | parameter_validation.cpp | 6628 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR() argument 6632 …aphoreFdInfo", "VK_STRUCTURE_TYPE_IMPORT_SEMAPHORE_FD_INFO_KHR", pImportSemaphoreFdInfo, VK_STRUCT… in PreCallValidateImportSemaphoreFdKHR() 6633 if (pImportSemaphoreFdInfo != NULL) in PreCallValidateImportSemaphoreFdKHR() 6635 …"vkImportSemaphoreFdKHR", "pImportSemaphoreFdInfo->pNext", NULL, pImportSemaphoreFdInfo->pNext, 0,… in PreCallValidateImportSemaphoreFdKHR() 6637 …e("vkImportSemaphoreFdKHR", "pImportSemaphoreFdInfo->semaphore", pImportSemaphoreFdInfo->semaphore… in PreCallValidateImportSemaphoreFdKHR() 6639 …ags", "VkSemaphoreImportFlagBits", AllVkSemaphoreImportFlagBits, pImportSemaphoreFdInfo->flags, kO… in PreCallValidateImportSemaphoreFdKHR() 6641 …reHandleTypeFlagBits", AllVkExternalSemaphoreHandleTypeFlagBits, pImportSemaphoreFdInfo->handleTyp… in PreCallValidateImportSemaphoreFdKHR()
|
D | parameter_validation.h | 1036 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | object_tracker.cpp | 3040 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR() argument 3043 if (pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR() 3044 …skip |= ValidateObject(device, pImportSemaphoreFdInfo->semaphore, kVulkanObjectTypeSemaphore, fals… in PreCallValidateImportSemaphoreFdKHR()
|
D | thread_safety.h | 2658 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 2662 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
|
D | layer_chassis_dispatch.h | 1066 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | chassis.h | 1324 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 3195 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { return… in PreCallValidateImportSemaphoreFdKHR() argument 3196 …ImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) {}; in PreCallRecordImportSemaphoreFdKHR() argument 3197 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo, VkResult … in PostCallRecordImportSemaphoreFdKHR() argument
|
D | object_tracker.h | 1403 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
D | thread_safety.cpp | 3464 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in PreCallRecordImportSemaphoreFdKHR() argument 3470 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo, in PostCallRecordImportSemaphoreFdKHR() argument
|
D | chassis.cpp | 5696 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in ImportSemaphoreFdKHR() argument 5701 skip |= intercept->PreCallValidateImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); in ImportSemaphoreFdKHR() 5706 intercept->PreCallRecordImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); in ImportSemaphoreFdKHR() 5708 VkResult result = DispatchImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo); in ImportSemaphoreFdKHR() 5711 intercept->PostCallRecordImportSemaphoreFdKHR(device, pImportSemaphoreFdInfo, result); in ImportSemaphoreFdKHR()
|
D | vk_dispatch_table_helper.h | 79 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { return … in StubImportSemaphoreFdKHR() argument
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDeviceDriverImpl.inl | 810 …ortSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const 812 return m_vk.importSemaphoreFdKHR(device, pImportSemaphoreFdInfo);
|
D | vkConcreteDeviceInterface.inl | 165 …phoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const;
|
D | vkVirtualDeviceInterface.inl | 165 …eFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const = 0;
|
D | vkNullDriverImpl.inl | 1530 …LL importSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) argument 1533 DE_UNREF(pImportSemaphoreFdInfo);
|
D | vkFunctionPointerTypes.inl | 220 …eFdKHRFunc) (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 1871 …ateImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 1872 …cordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
|
D | core_validation.cpp | 12432 …teImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR() argument 12433 return ValidateImportSemaphore(pImportSemaphoreFdInfo->semaphore, "vkImportSemaphoreFdKHR"); in PreCallValidateImportSemaphoreFdKHR() 12436 …cordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo, in PostCallRecordImportSemaphoreFdKHR() argument 12439 … RecordImportSemaphoreState(pImportSemaphoreFdInfo->semaphore, pImportSemaphoreFdInfo->handleType, in PostCallRecordImportSemaphoreFdKHR() 12440 pImportSemaphoreFdInfo->flags); in PostCallRecordImportSemaphoreFdKHR()
|
/external/skqp/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|
/external/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo); 5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
|