HomeSort by: relevance | last modified time | path
    Searched refs:bo_handle (Results 1 - 25 of 44) sorted by relevancy

1 2

  /xsrc/external/mit/libdrm/dist/tests/modetest/
cursor.h 28 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
cursor.c 46 uint32_t bo_handle; member in struct:cursor
83 handle = cursor->bo_handle;
97 cursor->bo_handle, cursor->w, cursor->h);
166 int cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id,
174 cursor->bo_handle = bo_handle;
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.h 54 uint32_t bo_handle; member in struct:radv_amdgpu_winsys_bo::__anon598::__anon599
radv_amdgpu_cs.c 394 unsigned hash = cs->handles[i].bo_handle & (ARRAY_SIZE(cs->buffer_hash_table) - 1);
438 if (cs->handles[index].bo_handle == bo)
442 if (cs->handles[i].bo_handle == bo) {
473 cs->handles[cs->num_buffers].bo_handle = bo;
545 radv_amdgpu_cs_add_buffer_internal(cs, bo->bo_handle, bo->priority);
561 radv_amdgpu_cs_add_buffer_internal(parent, child->handles[i].bo_handle,
677 handles[i].bo_handle = ws->global_bo_list.bos[i]->bo_handle;
717 handles[i].bo_handle = extra_bo_array[i]->bo_handle;
    [all...]
radv_amdgpu_bo.c 540 r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
674 ASSERTED int r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
765 r = amdgpu_bo_export(result.buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
1072 (long long)(bos[i]->base.va + bos[i]->size), bos[i]->bo_handle,
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_bo.h 57 uint32_t bo_handle; member in struct:radv_amdgpu_winsys_bo::__anon3286::__anon3287
radv_amdgpu_cs.c 471 unsigned hash = cs->handles[i].bo_handle &
515 if (cs->handles[index].bo_handle == bo)
519 if (cs->handles[i].bo_handle == bo) {
543 cs->handles[cs->num_buffers].bo_handle = bo;
604 radv_amdgpu_cs_add_buffer_internal(cs, bo->bo_handle, bo->priority);
615 child->handles[i].bo_handle,
666 handles[num].bo_handle = bo->bo_handle;
713 handles[i].bo_handle = extra_bo_array[i]->bo_handle;
    [all...]
radv_amdgpu_bo.c 399 r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
510 MAYBE_UNUSED int r = amdgpu_bo_export(buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
583 r = amdgpu_bo_export(result.buf_handle, amdgpu_bo_handle_type_kms, &bo->bo_handle);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/virgl/drm/
virtgpu_drm.h 93 uint32_t bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member in struct:drm_virtgpu_resource_create
100 uint32_t bo_handle; member in struct:drm_virtgpu_resource_info
112 uint32_t bo_handle; member in struct:drm_virtgpu_3d_transfer_to_host
119 uint32_t bo_handle; member in struct:drm_virtgpu_3d_transfer_from_host
virgl_drm_winsys.c 65 (void *)(uintptr_t)res->bo_handle);
74 args.handle = res->bo_handle;
86 waitcmd.handle = res->bo_handle;
220 res->bo_handle = createcmd.bo_handle;
260 tohostcmd.bo_handle = res->bo_handle;
285 fromhostcmd.bo_handle = res->bo_handle;
431 res->bo_handle = handle
    [all...]
virgl_drm_winsys.h 39 uint32_t bo_handle; member in struct:virgl_hw_res
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
virtgpu_drm.h 104 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member in struct:drm_virtgpu_resource_create
111 __u32 bo_handle; member in struct:drm_virtgpu_resource_info
127 __u32 bo_handle; member in struct:drm_virtgpu_3d_transfer_to_host
136 __u32 bo_handle; member in struct:drm_virtgpu_3d_transfer_from_host
169 __u32 bo_handle; member in struct:drm_virtgpu_resource_create_blob
i915_drm.h 1656 __u32 bo_handle; member in struct:drm_intel_overlay_put_image
1731 __u32 bo_handle; member in struct:drm_i915_gem_wait
  /xsrc/external/mit/libdrm/dist/include/drm/
virtgpu_drm.h 120 __u32 bo_handle; /* if this is set - recreate a new resource attached to this bo ? */ member in struct:drm_virtgpu_resource_create
127 __u32 bo_handle; member in struct:drm_virtgpu_resource_info
143 __u32 bo_handle; member in struct:drm_virtgpu_3d_transfer_to_host
152 __u32 bo_handle; member in struct:drm_virtgpu_3d_transfer_from_host
191 __u32 bo_handle; member in struct:drm_virtgpu_resource_create_blob
i915_drm.h 1797 __u32 bo_handle; member in struct:drm_intel_overlay_put_image
1872 __u32 bo_handle; member in struct:drm_i915_gem_wait
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/virgl/drm/
virgl_drm_winsys.c 92 (void *)(uintptr_t)res->bo_handle);
101 args.handle = res->bo_handle;
117 waitcmd.handle = res->bo_handle;
237 res->bo_handle = drm_rc_blob.bo_handle;
305 res->bo_handle = createcmd.bo_handle;
358 tohostcmd.bo_handle = res->bo_handle;
387 fromhostcmd.bo_handle = res->bo_handle
    [all...]
virgl_drm_winsys.h 41 uint32_t bo_handle; member in struct:virgl_hw_res
  /xsrc/external/mit/libdrm/dist/
xf86drmMode.h 297 uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
354 int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height);
356 int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y);
xf86drmMode.c 260 uint8_t bpp, uint32_t pitch, uint32_t bo_handle,
272 f.handle = bo_handle;
432 drm_public int drmModeSetCursor(int fd, uint32_t crtcId, uint32_t bo_handle,
442 arg.handle = bo_handle;
447 drm_public int drmModeSetCursor2(int fd, uint32_t crtcId, uint32_t bo_handle,
458 arg.handle = bo_handle;
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_glamor.c 154 uint32_t bo_handle; local
156 if (!amdgpu_bo_get_handle(bo, &bo_handle))
159 return glamor_egl_create_textured_pixmap(pixmap, bo_handle,
  /xsrc/external/mit/MesaLib/dist/src/intel/tools/
intel_sanitize_gpu.c 258 .bo_handle = batch_bo,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
intel_sanitize_gpu.c 258 .bo_handle = batch_bo,
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_gem.c 175 .bo_handle = gem_handle,
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
i915_drm.h 1333 __u32 bo_handle; member in struct:drm_intel_overlay_put_image
1408 __u32 bo_handle; member in struct:drm_i915_gem_wait
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_overlay.c 381 request.bo_handle = frame->bo->handle;
394 request.bo_handle, request.stride_Y, request.stride_UV,

Completed in 38 milliseconds

1 2