Searched defs:iris_vtable (Results 1 – 1 of 1) sorted by relevance
57 struct iris_vtable { struct58 void (*destroy_state)(struct iris_context *ice);59 void (*init_render_context)(struct iris_batch *batch);60 void (*init_compute_context)(struct iris_batch *batch);61 void (*upload_render_state)(struct iris_context *ice,64 void (*update_surface_base_address)(struct iris_batch *batch,66 void (*upload_compute_state)(struct iris_context *ice,69 void (*rebind_buffer)(struct iris_context *ice,71 void (*resolve_conditional_render)(struct iris_context *ice);72 void (*load_register_reg32)(struct iris_batch *batch, uint32_t dst,[all …]