Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.c205 crocus_batch_free(&ice->batches[CROCUS_BATCH_RENDER]); in crocus_destroy_context()
207 crocus_batch_free(&ice->batches[CROCUS_BATCH_COMPUTE]); in crocus_destroy_context()
Dcrocus_batch.h188 void crocus_batch_free(struct crocus_batch *batch);
Dcrocus_batch.c542 crocus_batch_free(struct crocus_batch *batch) in crocus_batch_free() function