Searched refs:emit_raw_pipe_control (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_pipe_control.c | 83 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, NULL, 0, 0); in crocus_emit_pipe_control_flush() 100 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, bo, offset, imm); in crocus_emit_pipe_control_write()
|
H A D | crocus_screen.h | 108 void (*emit_raw_pipe_control)(struct crocus_batch *batch, member
|
H A D | crocus_state.c | 9195 screen->vtbl.emit_raw_pipe_control = crocus_emit_raw_pipe_control;
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_pipe_control.c | 80 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, NULL, 0, 0); in iris_emit_pipe_control_flush() 97 batch->screen->vtbl.emit_raw_pipe_control(batch, reason, flags, bo, offset, imm); in iris_emit_pipe_control_write()
|
H A D | iris_screen.h | 105 void (*emit_raw_pipe_control)(struct iris_batch *batch, member
|
H A D | iris_state.c | 8415 screen->vtbl.emit_raw_pipe_control = iris_emit_raw_pipe_control; in init_screen_state()
|
Completed in 31 milliseconds