Home
last modified time | relevance | path

Searched refs:lost_genx_state (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h138 void (*lost_genx_state)(struct iris_context *ice, struct iris_batch *batch); member
Diris_context.c85 batch->screen->vtbl.lost_genx_state(ice, batch); in iris_lost_context_state()
Diris_state.c8116 screen->vtbl.lost_genx_state = iris_lost_genx_state; in genX()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h142 void (*lost_genx_state)(struct crocus_context *ice, struct crocus_batch *batch); member
Dcrocus_context.c99 screen->vtbl.lost_genx_state(ice, batch); in crocus_lost_context_state()
Dcrocus_state.c9215 screen->vtbl.lost_genx_state = crocus_lost_genx_state;