Home
last modified time | relevance | path

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

/external/mesa3d/include/drm-uapi/
Dv3d_drm.h127 __u32 bo_handle_count; member
251 __u32 bo_handle_count; member
Dpanfrost_drm.h67 __u32 bo_handle_count; member
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/mesa3d/src/broadcom/simulator/
Dv3d_simulator.c342 for (int i = 0; i < submit->bo_handle_count; i++) in v3d_simulator_pin_bos()
354 for (int i = 0; i < submit->bo_handle_count; i++) in v3d_simulator_unpin_bos()
530 for (int i = 0; i < args->bo_handle_count; i++) in v3d_simulator_submit_csd_ioctl()
539 for (int i = 0; i < args->bo_handle_count; i++) in v3d_simulator_submit_csd_ioctl()
/external/kernel-headers/original/uapi/drm/
Dv3d_drm.h197 __u32 bo_handle_count; member
337 __u32 bo_handle_count; member
Dpanfrost_drm.h67 __u32 bo_handle_count; member
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/igt-gpu-tools/tests/
Dvc4_lookup_fail.c65 .bo_handle_count = 1,
Dpanfrost_submit.c131 submit->args->bo_handle_count = 1;
/external/igt-gpu-tools/include/drm-uapi/
Dpanfrost_drm.h54 __u32 bo_handle_count; member
Dv3d_drm.h123 __u32 bo_handle_count; member
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/mesa3d/src/broadcom/drm-shim/
Dv3dx.c135 for (int i = 0; i < submit->bo_handle_count; i++) in v3dX()
177 for (int i = 0; i < submit->bo_handle_count; i++) in v3dX()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c594 submit.bo_handle_count = job->bo_count; in handle_cl_job()
596 (uint32_t *) malloc(sizeof(uint32_t) * MAX2(4, submit.bo_handle_count * 2)); in handle_cl_job()
602 assert(bo_idx == submit.bo_handle_count); in handle_cl_job()
680 submit->bo_handle_count = job->bo_count; in handle_csd_job()
682 (uint32_t *) malloc(sizeof(uint32_t) * MAX2(4, submit->bo_handle_count * 2)); in handle_csd_job()
688 assert(bo_idx == submit->bo_handle_count); in handle_csd_job()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c974 panfrost_batch_record_bo(entry, bo_handles, submit.bo_handle_count++); in panfrost_batch_submit_ioctl()
976 panfrost_pool_get_bo_handles(&batch->pool, bo_handles + submit.bo_handle_count); in panfrost_batch_submit_ioctl()
977 submit.bo_handle_count += panfrost_pool_num_bos(&batch->pool); in panfrost_batch_submit_ioctl()
978 panfrost_pool_get_bo_handles(&batch->invisible_pool, bo_handles + submit.bo_handle_count); in panfrost_batch_submit_ioctl()
979 submit.bo_handle_count += panfrost_pool_num_bos(&batch->invisible_pool); in panfrost_batch_submit_ioctl()
983 bo_handles[submit.bo_handle_count++] = dev->tiler_heap->gem_handle; in panfrost_batch_submit_ioctl()
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_job.c125 if (job->submit.bo_handle_count >= job->bo_handles_size) { in v3d_job_add_bo()
131 bo_handles[job->submit.bo_handle_count++] = bo->handle; in v3d_job_add_bo()
Dv3dx_draw.c1569 submit.bo_handle_count = job->submit.bo_handle_count; in v3d_launch_grid()
/external/libdrm/include/drm/
Dvc4_drm.h144 __u32 bo_handle_count; member
/external/mesa3d/src/panfrost/bifrost/test/
Dbi_submit.c87 .bo_handle_count = bo_count, in bit_submit()
/external/igt-gpu-tools/lib/
Digt_panfrost.c259 submit->args->bo_handle_count = 6; in igt_panfrost_trivial_job()
Digt_vc4.c105 .bo_handle_count = 1, in igt_vc4_get_cleared_bo()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_job.c449 submit.bo_handle_count = cl_offset(&job->bo_handles) / 4; in vc4_job_submit()
Dvc4_simulator.c245 exec->bo_count = args->bo_handle_count; in vc4_simulator_pin_bos()