Searched refs:lost_genx_state (Results 1 – 6 of 6) sorted by relevance
138 void (*lost_genx_state)(struct iris_context *ice, struct iris_batch *batch); member
85 batch->screen->vtbl.lost_genx_state(ice, batch); in iris_lost_context_state()
8116 screen->vtbl.lost_genx_state = iris_lost_genx_state; in genX()
142 void (*lost_genx_state)(struct crocus_context *ice, struct crocus_batch *batch); member
99 screen->vtbl.lost_genx_state(ice, batch); in crocus_lost_context_state()
9215 screen->vtbl.lost_genx_state = crocus_lost_genx_state;