Home
last modified time | relevance | path

Searched refs:panfrost_pool_get_bo_handles (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_pool.h71 panfrost_pool_get_bo_handles(struct pan_pool *pool, uint32_t *handles);
Dpan_pool.c76 panfrost_pool_get_bo_handles(struct pan_pool *pool, uint32_t *handles) in panfrost_pool_get_bo_handles() function
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.c976 panfrost_pool_get_bo_handles(&batch->pool, bo_handles + submit.bo_handle_count); 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()