/external/igt-gpu-tools/tests/i915/ |
D | gem_stolen.c | 167 uint32_t src_handle = 0, dest_handle = 0; in copy_test() local 171 src_handle = gem_create_stolen(fd, SIZE); in copy_test() 174 src = gem_handle_to_libdrm_bo(bufmgr, fd, "src_bo", src_handle); in copy_test() 184 gem_close(fd, src_handle); in copy_test() 300 uint32_t handle[MAX_OBJECTS], src_handle; in stolen_hibernate() local 305 src_handle = gem_create(fd, SIZE); in stolen_hibernate() 307 "bo", src_handle); in stolen_hibernate() 381 gem_close(fd, src_handle); in stolen_hibernate()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_surface.h | 110 struct svga_winsys_surface *src_handle, 120 struct svga_winsys_surface *src_handle,
|
D | svga_surface.c | 49 struct svga_winsys_surface *src_handle, in svga_texture_copy_region() argument 73 src_handle, srcSubResource, &box)); in svga_texture_copy_region() 79 struct svga_winsys_surface *src_handle, in svga_texture_copy_handle() argument 92 src.handle = src_handle; in svga_texture_copy_handle()
|
/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/llvm-project/clang/tools/scan-build-py/libear/ |
D | __init__.py | 214 with open(template, 'r') as src_handle: 217 for line in src_handle:
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | qxl_drm.h | 76 __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
|
D | drm.h | 742 __u32 src_handle; member
|
/external/libdrm/include/drm/ |
D | qxl_drm.h | 76 __u32 src_handle; /* dest handle to compute address from */ member
|
D | drm.h | 735 __u32 src_handle; member
|
/external/virglrenderer/src/ |
D | vrend_renderer.h | 249 uint32_t src_handle, 320 uint32_t src_handle, uint32_t src_level, 324 uint32_t dst_handle, uint32_t src_handle,
|
D | vrend_decode.c | 965 uint32_t dst_handle, src_handle; in vrend_decode_resource_copy_region() local 977 src_handle = get_buf_entry(buf, VIRGL_CMD_RCR_SRC_RES_HANDLE); in vrend_decode_resource_copy_region() 988 src_handle, src_level, in vrend_decode_resource_copy_region() 997 uint32_t dst_handle, src_handle, temp; in vrend_decode_blit() local 1023 src_handle = get_buf_entry(buf, VIRGL_CMD_BLIT_SRC_RES_HANDLE); in vrend_decode_blit() 1033 vrend_renderer_blit(ctx, dst_handle, src_handle, &info); in vrend_decode_blit() 1394 uint32_t src_handle; in vrend_decode_copy_transfer3d() local 1405 src_handle = get_buf_entry(buf, VIRGL_COPY_TRANSFER3D_SRC_RES_HANDLE); in vrend_decode_copy_transfer3d() 1407 return vrend_renderer_copy_transfer3d(ctx, dst_handle, src_handle, in vrend_decode_copy_transfer3d()
|
D | vrend_renderer.c | 8185 uint32_t src_handle, in vrend_renderer_copy_transfer3d() argument 8190 src_res = vrend_renderer_ctx_res_lookup(ctx, src_handle); in vrend_renderer_copy_transfer3d() 8194 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, src_handle); in vrend_renderer_copy_transfer3d() 8660 uint32_t src_handle, uint32_t src_level, in vrend_renderer_resource_copy_region() argument 8670 src_res = vrend_renderer_ctx_res_lookup(ctx, src_handle); in vrend_renderer_resource_copy_region() 8674 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, src_handle); in vrend_renderer_resource_copy_region() 9089 uint32_t dst_handle, uint32_t src_handle, in vrend_renderer_blit() argument 9093 src_res = vrend_renderer_ctx_res_lookup(ctx, src_handle); in vrend_renderer_blit() 9097 vrend_report_context_error(ctx, VIRGL_ERROR_CTX_ILLEGAL_RESOURCE, src_handle); in vrend_renderer_blit()
|
/external/minigbm/ |
D | amdgpu.c | 178 static int sdma_copy(struct amdgpu_priv *priv, int fd, uint32_t src_handle, uint32_t dst_handle, in sdma_copy() argument 205 va_args.handle = src_handle; in sdma_copy() 252 bo_list_entries[1].bo_handle = src_handle; in sdma_copy() 299 va_args.handle = src_handle; in sdma_copy()
|
/external/igt-gpu-tools/lib/ |
D | intel_batchbuffer.c | 686 uint32_t src_handle, in igt_blitter_fast_copy__raw() argument 745 fill_relocation(&relocs[1], src_handle, src_delta, 8, I915_GEM_DOMAIN_RENDER, 0); in igt_blitter_fast_copy__raw() 748 fill_object(&objs[1], src_handle, NULL, 0); in igt_blitter_fast_copy__raw()
|
D | intel_batchbuffer.h | 254 uint32_t src_handle,
|
/external/libdrm/amdgpu/ |
D | amdgpu.h | 1739 uint32_t src_handle,
|
D | amdgpu_cs.c | 842 uint32_t src_handle, in amdgpu_cs_syncobj_transfer() argument 851 src_handle, src_point, in amdgpu_cs_syncobj_transfer()
|
/external/mesa3d/include/drm-uapi/ |
D | drm.h | 735 __u32 src_handle; member
|
/external/libdrm/ |
D | xf86drm.h | 944 uint32_t src_handle, uint64_t src_point,
|
D | xf86drm.c | 4571 uint32_t src_handle, uint64_t src_point, in drmSyncobjTransfer() argument 4578 args.src_handle = src_handle; in drmSyncobjTransfer()
|