iris: iris add load register reg32/64
These will be needed for broadwell and conditional render
This commit is contained in:

committed by
Kenneth Graunke

parent
311a1b3198
commit
e4115eaca0
@@ -308,6 +308,10 @@ struct iris_vtable {
|
||||
void (*upload_compute_state)(struct iris_context *ice,
|
||||
struct iris_batch *batch,
|
||||
const struct pipe_grid_info *grid);
|
||||
void (*load_register_reg32)(struct iris_batch *batch, uint32_t src,
|
||||
uint32_t dst);
|
||||
void (*load_register_reg64)(struct iris_batch *batch, uint32_t src,
|
||||
uint32_t dst);
|
||||
void (*load_register_imm32)(struct iris_batch *batch, uint32_t reg,
|
||||
uint32_t val);
|
||||
void (*load_register_imm64)(struct iris_batch *batch, uint32_t reg,
|
||||
|
Reference in New Issue
Block a user