Searched refs:init_compute_context (Results 1 – 6 of 6) sorted by relevance
91 screen->vtbl.init_compute_context(batch); in crocus_lost_context_state()320 screen->vtbl.init_compute_context(&ice->batches[CROCUS_BATCH_COMPUTE]); in crocus_create_context()
64 void (*init_compute_context)(struct crocus_batch *batch); member
9192 screen->vtbl.init_compute_context = crocus_init_compute_context;
73 batch->screen->vtbl.init_compute_context(batch); in iris_lost_context_state()378 screen->vtbl.init_compute_context(&ice->batches[IRIS_BATCH_COMPUTE]); in iris_create_context()
63 void (*init_compute_context)(struct iris_batch *batch); member
8411 screen->vtbl.init_compute_context = iris_init_compute_context; in genX()