Searched refs:new_impl (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_queue.c804 struct anv_fence_impl new_impl = { local in function:anv_ImportFenceFdKHR
810 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ;
812 new_impl.syncobj = anv_gem_syncobj_fd_to_handle(device, fd);
813 if (!new_impl.syncobj)
823 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ;
825 new_impl.syncobj = anv_gem_syncobj_create(device, 0);
826 if (!new_impl.syncobj)
829 if (anv_gem_syncobj_import_sync_file(device, new_impl.syncobj, fd)) {
830 anv_gem_syncobj_destroy(device, new_impl.syncobj);
854 fence->temporary = new_impl;
1089 struct anv_semaphore_impl new_impl = { local in function:anv_ImportSemaphoreFdKHR
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_queue.c2014 struct anv_fence_impl new_impl = { local in function:anv_ImportFenceFdKHR
2020 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ;
2022 new_impl.syncobj = anv_gem_syncobj_fd_to_handle(device, fd);
2023 if (!new_impl.syncobj)
2033 new_impl.type = ANV_FENCE_TYPE_SYNCOBJ;
2045 new_impl.syncobj = anv_gem_syncobj_create(device, create_flags);
2046 if (!new_impl.syncobj)
2050 anv_gem_syncobj_import_sync_file(device, new_impl.syncobj, fd)) {
2051 anv_gem_syncobj_destroy(device, new_impl.syncobj);
2076 fence->temporary = new_impl;
2400 struct anv_semaphore_impl new_impl = { local in function:anv_ImportSemaphoreFdKHR
[all...]

Completed in 5 milliseconds