Searched refs:src_handle (Results 1 – 8 of 8) sorted by relevance
/external/clang/tools/scan-build-py/libear/ |
D | __init__.py | 215 with open(template, 'r') as src_handle: 218 for line in src_handle:
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.h | 111 struct svga_winsys_surface *src_handle,
|
D | svga_surface.c | 49 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/ |
D | qxl_drm.h | 77 __u32 src_handle; /* dest handle to compute address from */ member
|
/external/kernel-headers/original/uapi/drm/ |
D | qxl_drm.h | 76 __u32 src_handle; /* dest handle to compute address from */ member
|
/external/virglrenderer/src/ |
D | vrend_renderer.h | 265 uint32_t src_handle, uint32_t src_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 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()
|
D | vrend_renderer.c | 7010 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()
|