Searched refs:dst_handle (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h113 struct svga_winsys_surface *dst_handle,
123 struct svga_winsys_surface *dst_handle,
H A Dsvga_state_constants.c484 struct svga_winsys_surface *dst_handle; local in function:emit_constbuf_vgpu10
584 dst_handle = svga->state.hw_draw.const0_handle;
590 dst_handle = svga_buffer_handle(svga, dst_buffer,
592 if (!dst_handle) {
599 svga->state.hw_draw.const0_handle = dst_handle;
607 dst_handle,
H A Dsvga_surface.c52 struct svga_winsys_surface *dst_handle,
73 dst_handle, dstSubResource,
78 dst_handle, dstSubResource,
90 struct svga_winsys_surface *dst_handle,
106 dst.handle = dst_handle;
124 dst_handle, dst_level, dst_x, dst_y, dst_z);
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) argument
86 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_surface.h113 struct svga_winsys_surface *dst_handle,
123 struct svga_winsys_surface *dst_handle,
H A Dsvga_state_constants.c593 struct svga_winsys_surface *dst_handle = NULL; local in function:emit_constbuf
659 dst_handle = svga->state.hw_draw.const0_handle;
665 dst_handle = svga_buffer_handle(svga, dst_buffer,
667 if (!dst_handle) {
674 dst_handle = svga_buffer_handle(svga, &sbuf->b, PIPE_BIND_CONSTANT_BUFFER);
686 svga->state.hw_draw.constbufoffsets[shader][slot].handle != dst_handle ||
691 dst_handle,
695 else if (dst_handle){
711 svga->state.hw_draw.const0_handle = dst_handle;
720 svga->state.hw_draw.constbufoffsets[shader][slot].handle = dst_handle;
[all...]
H A Dsvga_surface.c52 struct svga_winsys_surface *dst_handle,
72 (svga->swc, dst_handle, dstSubResource,
82 struct svga_winsys_surface *dst_handle,
97 dst.handle = dst_handle;
115 dst_handle, dst_level, dst_x, dst_y, dst_z);
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) 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) argument
/xsrc/external/mit/libdrm/dist/include/drm/
H A Dqxl_drm.h77 __u32 dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
H A Ddrm.h916 __u32 dst_handle; member in struct:drm_syncobj_transfer
/xsrc/external/mit/libdrm/dist/amdgpu/
H A Damdgpu.h1847 * \param dst_handle - \c [in] sync object handle
1858 uint32_t dst_handle,
H A Damdgpu_cs.c881 uint32_t dst_handle,
891 dst_handle, dst_point,
880 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) argument
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_kms.c533 r->dst_handle = dst_bo->handle;
747 r->dst_handle = dst_bo->handle;
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm.h874 __u32 dst_handle; member in struct:drm_syncobj_transfer
/xsrc/external/mit/libdrm/dist/
H A Dxf86drm.h968 uint32_t dst_handle, uint64_t dst_point,
H A Dxf86drm.c5281 uint32_t dst_handle, uint64_t dst_point,
5290 args.dst_handle = dst_handle;
5280 drmSyncobjTransfer(int fd,uint32_t dst_handle,uint64_t dst_point,uint32_t src_handle,uint64_t src_point,uint32_t flags) argument

Completed in 25 milliseconds