Home
last modified time | relevance | path

Searched refs:src_handle (Results 1 – 8 of 8) sorted by relevance

/external/clang/tools/scan-build-py/libear/
D__init__.py215 with open(template, 'r') as src_handle:
218 for line in src_handle:
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_surface.h111 struct svga_winsys_surface *src_handle,
Dsvga_surface.c49 struct svga_winsys_surface *src_handle, in svga_texture_copy_handle() argument
63 src.handle = src_handle; in svga_texture_copy_handle()
/external/libdrm/include/drm/
Dqxl_drm.h77 __u32 src_handle; /* dest handle to compute address from */ member
/external/kernel-headers/original/uapi/drm/
Dqxl_drm.h76 __u32 src_handle; /* dest handle to compute address from */ member
/external/virglrenderer/src/
Dvrend_renderer.h265 uint32_t src_handle, uint32_t src_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
922 src_handle = get_buf_entry(ctx, VIRGL_CMD_RCR_SRC_RES_HANDLE); in vrend_decode_resource_copy_region()
933 src_handle, src_level, in vrend_decode_resource_copy_region()
942 uint32_t dst_handle, src_handle, temp; in vrend_decode_blit() local
968 src_handle = get_buf_entry(ctx, VIRGL_CMD_BLIT_SRC_RES_HANDLE); in vrend_decode_blit()
978 vrend_renderer_blit(ctx->grctx, dst_handle, src_handle, &info); in vrend_decode_blit()
Dvrend_renderer.c7010 uint32_t src_handle, uint32_t src_level, in vrend_renderer_resource_copy_region() argument
7020 src_res = vrend_renderer_ctx_res_lookup(ctx, src_handle); in vrend_renderer_resource_copy_region()
7024 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, src_handle); in vrend_renderer_resource_copy_region()
7308 uint32_t dst_handle, uint32_t src_handle, in vrend_renderer_blit() argument
7312 src_res = vrend_renderer_ctx_res_lookup(ctx, src_handle); in vrend_renderer_blit()
7316 report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, src_handle); in vrend_renderer_blit()