Searched refs:new_handle (Results 1 - 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSemaphoreExternalFuchsia.hpp | 58 VkResult importHandle(zx_handle_t new_handle) override 61 handle = new_handle; 67 zx_handle_t new_handle = ZX_HANDLE_INVALID; variable 68 zx_status_t status = zx_handle_duplicate(handle, ZX_RIGHT_SAME_RIGHTS, &new_handle); 74 *pHandle = new_handle;
|
/third_party/mesa3d/src/drm-shim/ |
H A D | device.c | 385 for (int new_handle = 1; ; new_handle++) { in drm_shim_bo_get_handle() 386 void *key = (void *)(uintptr_t)new_handle; in drm_shim_bo_get_handle() 391 return new_handle; in drm_shim_bo_get_handle()
|
/third_party/mesa3d/src/freedreno/drm/msm/ |
H A D | msm_bo.c | 168 new_handle(struct fd_device *dev, uint32_t size, uint32_t flags, uint32_t *handle) in new_handle() function 202 ret = new_handle(dev, size, flags, &handle); in msm_bo_new()
|
/third_party/python/Lib/multiprocessing/ |
H A D | spawn.py | 111 new_handle = reduction.duplicate(pipe_handle, 113 fd = msvcrt.open_osfhandle(new_handle, os.O_RDONLY)
|
/third_party/mesa3d/src/vulkan/runtime/ |
H A D | vk_drm_syncobj.c | 301 uint32_t new_handle; in vk_drm_syncobj_import_opaque_fd() local 302 int err = drmSyncobjFDToHandle(device->drm_fd, fd, &new_handle); in vk_drm_syncobj_import_opaque_fd() 311 sobj->syncobj = new_handle; in vk_drm_syncobj_import_opaque_fd()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | swapchain9.c | 850 D3DWindowBuffer *new_handle; in present() local 852 create_present_buffer(This, target_width, target_height, &new_resource, &new_handle); in present() 854 if (new_handle) { in present() 856 This->present_handles[0] = new_handle; in present()
|
Completed in 7 milliseconds