Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.c243 iris_batch_free(&ice->batches[IRIS_BATCH_RENDER]); in iris_destroy_context()
244 iris_batch_free(&ice->batches[IRIS_BATCH_COMPUTE]); in iris_destroy_context()
Diris_batch.h183 void iris_batch_free(struct iris_batch *batch);
Diris_batch.c444 iris_batch_free(struct iris_batch *batch) in iris_batch_free() function