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.c208 batch->max_gem_handle = 0; in iris_init_batch()
399 batch->max_gem_handle = in add_bo_to_batch()
400 MAX2(batch->max_gem_handle, iris_get_backing_bo(bo)->gem_handle); in add_bo_to_batch()
917 calloc(batch->max_gem_handle + 1, sizeof(unsigned)); in submit_batch()
1080 batch->max_gem_handle = 0; in _iris_batch_flush()
Diris_batch.h96 uint32_t max_gem_handle; member