Home
last modified time | relevance | path

Searched refs:pImportSemaphoreFdInfo (Results 1 – 25 of 36) sorted by relevance

12

/external/mesa3d/src/intel/vulkan/
Danv_queue.c2288 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/
Dtu_kgsl.c464 const VkImportSemaphoreFdInfoKHR *pImportSemaphoreFdInfo) in tu_ImportSemaphoreFdKHR() argument
/external/mesa3d/prebuilt-intermediates/vulkan/
Danv_entrypoints.h1728 …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);
Danv_entrypoints.c2552 …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/
Dradv_device.c7729 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/
Dlayer_chassis_dispatch.cpp4286 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()
Dparameter_validation.cpp6628 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()
Dparameter_validation.h1036 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
Dobject_tracker.cpp3040 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR() argument
3043 if (pImportSemaphoreFdInfo) { in PreCallValidateImportSemaphoreFdKHR()
3044 …skip |= ValidateObject(device, pImportSemaphoreFdInfo->semaphore, kVulkanObjectTypeSemaphore, fals… in PreCallValidateImportSemaphoreFdKHR()
Dthread_safety.h2658 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
2662 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
Dlayer_chassis_dispatch.h1066 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
Dchassis.h1324 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
Dobject_tracker.h1403 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
Dthread_safety.cpp3464 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { in PreCallRecordImportSemaphoreFdKHR() argument
3470 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo, in PostCallRecordImportSemaphoreFdKHR() argument
Dchassis.cpp5696 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()
Dvk_dispatch_table_helper.h79 …emaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) { return … in StubImportSemaphoreFdKHR() argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkDeviceDriverImpl.inl810 …ortSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const
812 return m_vk.importSemaphoreFdKHR(device, pImportSemaphoreFdInfo);
DvkConcreteDeviceInterface.inl165 …phoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const;
DvkVirtualDeviceInterface.inl165 …eFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) const = 0;
DvkNullDriverImpl.inl1530 …LL importSemaphoreFdKHR (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo) argument
1533 DE_UNREF(pImportSemaphoreFdInfo);
DvkFunctionPointerTypes.inl220 …eFdKHRFunc) (VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/external/vulkan-validation-layers/layers/
Dcore_validation.h1871 …ateImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
1872 …cordImportSemaphoreFdKHR(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo,
Dcore_validation.cpp12432 …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/
Dvulkan_core.h5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h5310 …vkImportSemaphoreFdKHR)(VkDevice device, const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);
5316 const VkImportSemaphoreFdInfoKHR* pImportSemaphoreFdInfo);

12