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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_batch.h90 uint32_t max_gem_handle; member in struct:iris_batch
H A Diris_batch.c202 batch->max_gem_handle = 0;
289 batch->max_gem_handle =
290 MAX2(batch->max_gem_handle, iris_get_backing_bo(bo)->gem_handle);
780 calloc(batch->max_gem_handle + 1, sizeof(unsigned));
931 batch->max_gem_handle = 0;

Completed in 4 milliseconds