Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_screen.h60 struct iris_vtable { struct
61 void (*destroy_state)(struct iris_context *ice);
62 void (*init_render_context)(struct iris_batch *batch);
63 void (*init_compute_context)(struct iris_batch *batch);
64 void (*upload_render_state)(struct iris_context *ice,
70 void (*update_binder_address)(struct iris_batch *batch,
72 void (*upload_compute_state)(struct iris_context *ice,
75 void (*rebind_buffer)(struct iris_context *ice,
77 void (*load_register_reg32)(struct iris_batch *batch, uint32_t dst,
79 void (*load_register_reg64)(struct iris_batch *batch, uint32_t dst,
[all …]