Searched defs:dst_handle (Results 1 - 9 of 9) sorted by relevance
/third_party/libdrm/include/drm/ |
H A D | qxl_drm.h | 77 __u32 dst_handle; /* 0 if to command buffer */ member
|
H A D | drm.h | 874 __u32 dst_handle; member
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.c | 48 svga_texture_copy_region(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned srcSubResource, unsigned src_x, unsigned src_y, unsigned src_z, struct svga_winsys_surface *dst_handle, unsigned dstSubResource, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned width, unsigned height, unsigned depth) svga_texture_copy_region() argument 78 svga_texture_copy_handle(struct svga_context *svga, struct svga_winsys_surface *src_handle, unsigned src_x, unsigned src_y, unsigned src_z, unsigned src_level, unsigned src_layer, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_layer, unsigned width, unsigned height, unsigned depth) svga_texture_copy_handle() argument
|
H A D | svga_state_constants.c | 754 struct svga_winsys_surface *dst_handle = NULL; in emit_constbuf() local [all...] |
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 861 amdgpu_cs_syncobj_transfer(amdgpu_device_handle dev, uint32_t dst_handle, uint64_t dst_point, uint32_t src_handle, uint64_t src_point, uint32_t flags) amdgpu_cs_syncobj_transfer() argument
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 1305 uint32_t dst_handle = sem_info->signal.syncobj[i]; in radv_amdgpu_cs_submit_zero() local
|
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_descriptor_set.c | 975 D3D12_CPU_DESCRIPTOR_HANDLE dst_handle = in dzn_descriptor_heap_copy() local
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 874 __u32 dst_handle; member
|
/third_party/libdrm/ |
H A D | xf86drm.c | 5027 drmSyncobjTransfer(int fd, uint32_t dst_handle, uint64_t dst_point, uint32_t src_handle, uint64_t src_point, uint32_t flags) drmSyncobjTransfer() argument
|
Completed in 24 milliseconds