Home
last modified time | relevance | path

Searched refs:max_gem_handle (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c202 batch->max_gem_handle = 0; in iris_init_batch()
289 batch->max_gem_handle = in add_bo_to_batch()
290 MAX2(batch->max_gem_handle, iris_get_backing_bo(bo)->gem_handle); in add_bo_to_batch()
772 calloc(batch->max_gem_handle + 1, sizeof(unsigned)); in submit_batch()
923 batch->max_gem_handle = 0; in _iris_batch_flush()
Diris_batch.h90 uint32_t max_gem_handle; member