Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_batch.c592 iris_destroy_kernel_context(bufmgr, batch->ctx_id); in iris_batch_free()
613 iris_destroy_kernel_context(ice->batches[0].screen->bufmgr, in iris_destroy_batches()
750 iris_destroy_kernel_context(bufmgr, old_ctx); in replace_kernel_ctx()
756 iris_destroy_kernel_context(bufmgr, batch->ctx_id); in replace_kernel_ctx()
Diris_bufmgr.h510 void iris_destroy_kernel_context(struct iris_bufmgr *bufmgr, uint32_t ctx_id);
Diris_bufmgr.c2253 iris_destroy_kernel_context(struct iris_bufmgr *bufmgr, uint32_t ctx_id) in iris_destroy_kernel_context() function