Home
last modified time | relevance | path

Searched refs:dst_handle (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c550 struct svga_winsys_surface *dst_handle; in emit_constbuf_vgpu10() local
654 dst_handle = svga->state.hw_draw.const0_handle; in emit_constbuf_vgpu10()
660 dst_handle = svga_buffer_handle(svga, dst_buffer); in emit_constbuf_vgpu10()
661 if (!dst_handle) { in emit_constbuf_vgpu10()
668 svga->state.hw_draw.const0_handle = dst_handle; in emit_constbuf_vgpu10()
676 dst_handle, in emit_constbuf_vgpu10()
Dsvga_surface.h109 struct svga_winsys_surface *dst_handle,
Dsvga_surface.c52 struct svga_winsys_surface *dst_handle, in svga_texture_copy_handle() argument
68 dst.handle = dst_handle; in svga_texture_copy_handle()
/external/clang/tools/scan-build-py/libear/
D__init__.py217 with open(output, 'w') as dst_handle:
219 dst_handle.write(transform(line, self.results))
/external/libdrm/include/drm/
Dqxl_drm.h74 uint32_t dst_handle; /* 0 if to command buffer */ member
/external/kernel-headers/original/uapi/drm/
Dqxl_drm.h77 __u32 dst_handle; /* 0 if to command buffer */ member