Home
last modified time | relevance | path

Searched defs:bo_handles (Results 1 - 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_screen.h75 struct hash_table *bo_handles; member
H A Dv3d_job.c125 uint32_t *bo_handles = (void *)(uintptr_t)job->submit.bo_handles; in v3d_job_add_bo() local
/third_party/libdrm/amdgpu/
H A Damdgpu_internal.h77 struct handle_table bo_handles; member
/third_party/libdrm/include/drm/
H A Dvirtgpu_drm.h67 __u64 bo_handles; member
H A Dvc4_drm.h127 __u64 bo_handles; member
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_winsys.h82 struct hash_table *bo_handles; member
/third_party/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirgl_drm_winsys.h99 struct hash_table *bo_handles; member
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_screen.h90 struct hash_table *bo_handles; member
H A Dvc4_simulator.c243 uint32_t *bo_handles = (uint32_t *)(uintptr_t)args->bo_handles; in vc4_simulator_pin_bos() local
H A Dvc4_context.h221 struct vc4_cl bo_handles; member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_screen.h78 struct hash_table *bo_handles; member
/third_party/mesa3d/include/drm-uapi/
H A Dpanfrost_drm.h64 __u64 bo_handles; member
H A Dvirtgpu_drm.h71 __u64 bo_handles; member
H A Dv3d_drm.h194 __u64 bo_handles; member
309 __u32 bo_handles[4]; member
334 __u64 bo_handles; member
H A Dvc4_drm.h127 __u64 bo_handles; member
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator.c391 uint32_t *bo_handles = (uint32_t *)(uintptr_t)submit->bo_handles; in v3d_simulator_pin_bos() local
403 uint32_t *bo_handles = (uint32_t *)(uintptr_t)submit->bo_handles; in v3d_simulator_unpin_bos() local
676 uint32_t *bo_handles = (uint32_t *)(uintptr_t)args->bo_handles; v3d_simulator_submit_csd_ioctl() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_queue.c783 uint32_t *bo_handles = in handle_cl_job() local
938 uint32_t *bo_handles = in handle_csd_job() local
[all...]
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_job.c619 uint32_t *bo_handles; in panfrost_batch_submit_ioctl() local
[all...]
/third_party/libdrm/
H A Dxf86drmMode.c281 drmModeAddFB2WithModifiers(int fd, uint32_t width, uint32_t height, uint32_t pixel_format, const uint32_t bo_handles[4], const uint32_t pitches[4], const uint32_t offsets[4], const uint64_t modifier[4], uint32_t *buf_id, uint32_t flags) drmModeAddFB2WithModifiers() argument
307 drmModeAddFB2(int fd, uint32_t width, uint32_t height, uint32_t pixel_format, const uint32_t bo_handles[4], const uint32_t pitches[4], const uint32_t offsets[4], uint32_t *buf_id, uint32_t flags) drmModeAddFB2() argument

Completed in 25 milliseconds