Searched refs:iris_batch_free (Results 1 – 3 of 3) sorted by relevance
243 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()
183 void iris_batch_free(struct iris_batch *batch);
444 iris_batch_free(struct iris_batch *batch) in iris_batch_free() function