/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_surface.h | 113 struct svga_winsys_surface *dst_handle, 123 struct svga_winsys_surface *dst_handle,
|
H A D | svga_state_constants.c | 754 struct svga_winsys_surface *dst_handle = NULL; in emit_constbuf() local 820 dst_handle = svga->state.hw_draw.const0_handle; in emit_constbuf() 826 dst_handle = svga_buffer_handle(svga, dst_buffer, in emit_constbuf() 828 if (!dst_handle) { in emit_constbuf() 835 dst_handle = svga_buffer_handle(svga, &sbuf->b, PIPE_BIND_CONSTANT_BUFFER); in emit_constbuf() 850 svga->state.hw_draw.constbufoffsets[shader][slot].handle != dst_handle || in emit_constbuf() 855 dst_handle, in emit_constbuf() 859 else if (dst_handle){ in emit_constbuf() 875 svga->state.hw_draw.const0_handle = dst_handle; in emit_constbuf() 884 svga->state.hw_draw.constbufoffsets[shader][slot].handle = dst_handle; in emit_constbuf() [all...] |
H A D | svga_surface.c | 52 struct svga_winsys_surface *dst_handle, in svga_texture_copy_region() 72 (svga->swc, dst_handle, dstSubResource, in svga_texture_copy_region() 82 struct svga_winsys_surface *dst_handle, in svga_texture_copy_handle() 97 dst.handle = dst_handle; in svga_texture_copy_handle() 115 dst_handle, dst_level, dst_x, dst_y, dst_z); in svga_texture_copy_handle() 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
|
/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/libdrm/amdgpu/ |
H A D | amdgpu_cs.c | 862 uint32_t dst_handle, in amdgpu_cs_syncobj_transfer() 872 dst_handle, dst_point, in amdgpu_cs_syncobj_transfer() 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
|
H A D | amdgpu.h | 1772 * \param dst_handle - \c [in] sync object handle 1783 uint32_t dst_handle,
|
/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 1309 ret = amdgpu_cs_syncobj_transfer(ctx->ws->dev, dst_handle, 0, src_handle, 0, 0); in radv_amdgpu_cs_submit_zero() 1318 ret = amdgpu_cs_syncobj_import_sync_file(ctx->ws->dev, dst_handle, fd); in radv_amdgpu_cs_submit_zero()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 874 __u32 dst_handle; member
|
/third_party/libdrm/ |
H A D | xf86drm.h | 947 uint32_t dst_handle, uint64_t dst_point,
|
H A D | xf86drm.c | 5028 uint32_t dst_handle, uint64_t dst_point, in drmSyncobjTransfer() 5037 args.dst_handle = dst_handle; in drmSyncobjTransfer() 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
|
/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 981 dst_handle, in dzn_descriptor_heap_copy()
|