Searched defs:dst_handle (Results 1 - 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/drm/
H A Dqxl_drm.h74 uint32_t dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
/external/libdrm/include/drm/
H A Dqxl_drm.h74 uint32_t dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_surface.c49 struct svga_winsys_surface *dst_handle,
65 dst.handle = dst_handle;
83 dst_handle, dst_level, dst_x, dst_y, dst_z);
45 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_face, struct svga_winsys_surface *dst_handle, unsigned dst_x, unsigned dst_y, unsigned dst_z, unsigned dst_level, unsigned dst_face, unsigned width, unsigned height, unsigned depth) argument

Completed in 166 milliseconds