Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_FLUSH_LLC (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h235 PIPE_CONTROL_FLUSH_LLC = (1 << 1), enumerator
Dcrocus_state.c8631 if (flags & PIPE_CONTROL_FLUSH_LLC) {
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h333 PIPE_CONTROL_FLUSH_LLC = (1 << 1), enumerator
Diris_state.c7922 if (flags & PIPE_CONTROL_FLUSH_LLC) { in iris_emit_raw_pipe_control()