Home
last modified time | relevance | path

Searched defs:crocus_vtable (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_screen.h61 struct crocus_vtable { struct
62 void (*destroy_state)(struct crocus_context *ice);
63 void (*init_render_context)(struct crocus_batch *batch);
64 void (*init_compute_context)(struct crocus_batch *batch);
65 void (*upload_render_state)(struct crocus_context *ice,
71 void (*update_surface_base_address)(struct crocus_batch *batch);
73 void (*upload_compute_state)(struct crocus_context *ice,
76 void (*rebind_buffer)(struct crocus_context *ice,
78 void (*resolve_conditional_render)(struct crocus_context *ice);
79 void (*emit_compute_predicate)(struct crocus_batch *batch);
[all …]