Home
last modified time | relevance | path

Searched refs:emit_raw_pipe_control (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c83 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 Dcrocus_screen.h108 void (*emit_raw_pipe_control)(struct crocus_batch *batch, member
H A Dcrocus_state.c9195 screen->vtbl.emit_raw_pipe_control = crocus_emit_raw_pipe_control;
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe_control.c80 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 Diris_screen.h105 void (*emit_raw_pipe_control)(struct iris_batch *batch, member
H A Diris_state.c8415 screen->vtbl.emit_raw_pipe_control = iris_emit_raw_pipe_control; in init_screen_state()

Completed in 31 milliseconds