Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/i915/
Dgem_stolen.c167 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/
Dsvga_surface.h110 struct svga_winsys_surface *src_handle,
120 struct svga_winsys_surface *src_handle,
Dsvga_surface.c49 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__.py215 with open(template, 'r') as src_handle:
218 for line in src_handle:
/external/llvm-project/clang/tools/scan-build-py/libear/
D__init__.py214 with open(template, 'r') as src_handle:
217 for line in src_handle:
/external/igt-gpu-tools/include/drm-uapi/
Dqxl_drm.h76 __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
Ddrm.h742 __u32 src_handle; member
/external/libdrm/include/drm/
Dqxl_drm.h76 __u32 src_handle; /* dest handle to compute address from */ member
Ddrm.h735 __u32 src_handle; member
/external/virglrenderer/src/
Dvrend_renderer.h249 uint32_t src_handle,
320 uint32_t src_handle, uint32_t src_level,
324 uint32_t dst_handle, uint32_t src_handle,
Dvrend_decode.c965 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()
Dvrend_renderer.c8185 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/
Damdgpu.c178 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/
Dintel_batchbuffer.c686 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()
Dintel_batchbuffer.h254 uint32_t src_handle,
/external/libdrm/amdgpu/
Damdgpu.h1739 uint32_t src_handle,
Damdgpu_cs.c842 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/
Ddrm.h735 __u32 src_handle; member
/external/libdrm/
Dxf86drm.h944 uint32_t src_handle, uint64_t src_point,
Dxf86drm.c4571 uint32_t src_handle, uint64_t src_point, in drmSyncobjTransfer() argument
4578 args.src_handle = src_handle; in drmSyncobjTransfer()