/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_screen.h | 75 struct hash_table *bo_handles; member
|
H A D | v3d_job.c | 125 uint32_t *bo_handles = (void *)(uintptr_t)job->submit.bo_handles; in v3d_job_add_bo() local
|
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_internal.h | 77 struct handle_table bo_handles; member
|
/third_party/libdrm/include/drm/ |
H A D | virtgpu_drm.h | 67 __u64 bo_handles; member
|
H A D | vc4_drm.h | 127 __u64 bo_handles; member
|
/third_party/mesa3d/src/gallium/winsys/radeon/drm/ |
H A D | radeon_drm_winsys.h | 82 struct hash_table *bo_handles; member
|
/third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
H A D | virgl_drm_winsys.h | 99 struct hash_table *bo_handles; member
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_screen.h | 90 struct hash_table *bo_handles; member
|
H A D | vc4_simulator.c | 243 uint32_t *bo_handles = (uint32_t *)(uintptr_t)args->bo_handles; in vc4_simulator_pin_bos() local
|
H A D | vc4_context.h | 221 struct vc4_cl bo_handles; member
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_screen.h | 78 struct hash_table *bo_handles; member
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | panfrost_drm.h | 64 __u64 bo_handles; member
|
H A D | virtgpu_drm.h | 71 __u64 bo_handles; member
|
H A D | v3d_drm.h | 194 __u64 bo_handles; member 309 __u32 bo_handles[4]; member 334 __u64 bo_handles; member
|
H A D | vc4_drm.h | 127 __u64 bo_handles; member
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator.c | 391 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 D | v3dv_queue.c | 783 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 D | pan_job.c | 619 uint32_t *bo_handles; in panfrost_batch_submit_ioctl() local [all...] |
/third_party/libdrm/ |
H A D | xf86drmMode.c | 281 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
|