Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c484 struct svga_winsys_surface *dst_handle; in emit_constbuf_vgpu10() local
588 dst_handle = svga->state.hw_draw.const0_handle; in emit_constbuf_vgpu10()
594 dst_handle = svga_buffer_handle(svga, dst_buffer, in emit_constbuf_vgpu10()
596 if (!dst_handle) { in emit_constbuf_vgpu10()
603 svga->state.hw_draw.const0_handle = dst_handle; in emit_constbuf_vgpu10()
611 dst_handle, in emit_constbuf_vgpu10()
Dsvga_surface.h114 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.h78 __u32 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
/external/virglrenderer/src/
Dvrend_renderer.h263 uint32_t dst_handle, uint32_t dst_level,
269 uint32_t dst_handle, uint32_t src_handle,
Dvrend_decode.c910 uint32_t dst_handle, src_handle; in vrend_decode_resource_copy_region() local
917 dst_handle = get_buf_entry(ctx, VIRGL_CMD_RCR_DST_RES_HANDLE); in vrend_decode_resource_copy_region()
931 vrend_renderer_resource_copy_region(ctx->grctx, dst_handle, in vrend_decode_resource_copy_region()
942 uint32_t dst_handle, src_handle, temp; in vrend_decode_blit() local
958 dst_handle = get_buf_entry(ctx, VIRGL_CMD_BLIT_DST_RES_HANDLE); in vrend_decode_blit()
978 vrend_renderer_blit(ctx->grctx, dst_handle, src_handle, &info); in vrend_decode_blit()
Dvrend_renderer.c7008 uint32_t dst_handle, uint32_t dst_level, in vrend_renderer_resource_copy_region() argument
7021 dst_res = vrend_renderer_ctx_res_lookup(ctx, dst_handle); in vrend_renderer_resource_copy_region()
7028 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, dst_handle); in vrend_renderer_resource_copy_region()
7308 uint32_t dst_handle, uint32_t src_handle, in vrend_renderer_blit() argument
7313 dst_res = vrend_renderer_ctx_res_lookup(ctx, dst_handle); in vrend_renderer_blit()
7320 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, dst_handle); in vrend_renderer_blit()