Searched refs:dst_handle (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_constants.c | 484 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()
|
D | svga_surface.h | 114 struct svga_winsys_surface *dst_handle,
|
D | svga_surface.c | 52 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__.py | 217 with open(output, 'w') as dst_handle: 219 dst_handle.write(transform(line, self.results))
|
/external/libdrm/include/drm/ |
D | qxl_drm.h | 78 __u32 dst_handle; /* 0 if to command buffer */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | qxl_drm.h | 77 __u32 dst_handle; /* 0 if to command buffer */ member
|
/external/virglrenderer/src/ |
D | vrend_renderer.h | 263 uint32_t dst_handle, uint32_t dst_level, 269 uint32_t dst_handle, uint32_t src_handle,
|
D | vrend_decode.c | 910 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()
|
D | vrend_renderer.c | 7008 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()
|