Home
last modified time | relevance | path

Searched refs:bo_handle_count (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc5/
Dvc5_drm.h103 __u32 bo_handle_count; member
Dvc5_job.c129 if (job->submit.bo_handle_count >= job->bo_handles_size) { in vc5_job_add_bo()
135 bo_handles[job->submit.bo_handle_count++] = bo->handle; in vc5_job_add_bo()
/external/kernel-headers/original/uapi/drm/
Dv3d_drm.h115 __u32 bo_handle_count; member
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/mesa3d/include/drm-uapi/
Dvc4_drm.h138 __u32 bo_handle_count; member
/external/libdrm/include/drm/
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c450 submit.bo_handle_count = cl_offset(&job->bo_handles) / 4; in vc4_job_submit()
Dvc4_simulator.c221 exec->bo_count = args->bo_handle_count; in vc4_simulator_pin_bos()