Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_screen.h60 struct crocus_vtable { struct
61 void (*destroy_state)(struct crocus_context *ice);
62 void (*init_render_context)(struct crocus_batch *batch);
63 void (*init_compute_context)(struct crocus_batch *batch);
64 void (*upload_render_state)(struct crocus_context *ice,
70 void (*update_surface_base_address)(struct crocus_batch *batch);
72 void (*upload_compute_state)(struct crocus_context *ice,
75 void (*rebind_buffer)(struct crocus_context *ice,
77 void (*resolve_conditional_render)(struct crocus_context *ice);
78 void (*emit_compute_predicate)(struct crocus_batch *batch);
[all …]