HomeSort by: relevance | last modified time | path
    Searched refs:dst_handle (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_surface.h 113 struct svga_winsys_surface *dst_handle,
123 struct svga_winsys_surface *dst_handle,
svga_state_constants.c 593 struct svga_winsys_surface *dst_handle = NULL; local
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...]
svga_surface.c 52 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);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_surface.h 113 struct svga_winsys_surface *dst_handle,
123 struct svga_winsys_surface *dst_handle,
svga_state_constants.c 484 struct svga_winsys_surface *dst_handle; local
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,
svga_surface.c 52 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);
  /xsrc/external/mit/libdrm/dist/include/drm/
qxl_drm.h 77 __u32 dst_handle; /* 0 if to command buffer */ member in struct:drm_qxl_reloc
drm.h 966 __u32 dst_handle; member in struct:drm_syncobj_transfer
  /xsrc/external/mit/libdrm/dist/amdgpu/
amdgpu_cs.c 881 uint32_t dst_handle,
891 dst_handle, dst_point,
amdgpu.h 1942 * \param dst_handle - \c [in] sync object handle
1953 uint32_t dst_handle,
  /xsrc/external/mit/xf86-video-qxl/dist/src/
qxl_kms.c 533 r->dst_handle = dst_bo->handle;
747 r->dst_handle = dst_bo->handle;
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm.h 874 __u32 dst_handle; member in struct:drm_syncobj_transfer
  /xsrc/external/mit/libdrm/dist/
xf86drm.h 976 uint32_t dst_handle, uint64_t dst_point,
xf86drm.c 5353 uint32_t dst_handle, uint64_t dst_point,
5362 args.dst_handle = dst_handle;

Completed in 20 milliseconds