Home
last modified time | relevance | path

Searched refs:src_handle (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
Dsvga_surface.c49 struct svga_winsys_surface *src_handle, in svga_texture_copy_region() argument
73 src_handle, srcSubResource, &box)); in svga_texture_copy_region()
79 struct svga_winsys_surface *src_handle, in svga_texture_copy_handle() argument
92 src.handle = src_handle; in svga_texture_copy_handle()
/third_party/libdrm/include/drm/
Dqxl_drm.h76 __u32 src_handle; /* dest handle to compute address from */ member
Ddrm.h873 __u32 src_handle; member
/third_party/libdrm/amdgpu/
Damdgpu_cs.c864 uint32_t src_handle, in amdgpu_cs_syncobj_transfer() argument
873 src_handle, src_point, in amdgpu_cs_syncobj_transfer()
Damdgpu.h1785 uint32_t src_handle,
/third_party/node/deps/v8/src/objects/
Dmap.cc1144 Handle<Map> Map::RawCopy(Isolate* isolate, Handle<Map> src_handle, in RawCopy() argument
1147 src_handle->instance_type(), instance_size, TERMINAL_FAST_ELEMENTS_KIND, in RawCopy()
1153 Map src = *src_handle; in RawCopy()
1174 Handle<HeapObject> prototype(src_handle->prototype(), isolate); in RawCopy()
Dobjects.cc3921 Isolate* isolate, Handle<DescriptorArray> src_handle, int enumeration_index, in CopyForFastObjectClone() argument
3932 auto src = *src_handle; in CopyForFastObjectClone()
/third_party/mesa3d/include/drm-uapi/
Ddrm.h873 __u32 src_handle; member
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1306 uint32_t src_handle = queue_syncobj; in radv_amdgpu_cs_submit_zero() local
1309 ret = amdgpu_cs_syncobj_transfer(ctx->ws->dev, dst_handle, 0, src_handle, 0, 0); in radv_amdgpu_cs_submit_zero()
1314 ret = amdgpu_cs_syncobj_export_sync_file(ctx->ws->dev, src_handle, &fd); in radv_amdgpu_cs_submit_zero()
/third_party/libdrm/
Dxf86drm.h948 uint32_t src_handle, uint64_t src_point,
Dxf86drm.c5029 uint32_t src_handle, uint64_t src_point, in drmSyncobjTransfer() argument
5036 args.src_handle = src_handle; in drmSyncobjTransfer()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_descriptor_set.c977 D3D12_CPU_DESCRIPTOR_HANDLE src_handle = in dzn_descriptor_heap_copy() local
982 src_handle, in dzn_descriptor_heap_copy()