Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h241 PIPE_CONTROL_TLB_INVALIDATE = (1 << 7), enumerator
Dcrocus_state.c8701 if (GFX_VER >= 6 && GFX_VER < 8 && (flags & PIPE_CONTROL_TLB_INVALIDATE)) {
8712 if (GFX_VER >= 7 && (flags & PIPE_CONTROL_TLB_INVALIDATE)) {
8849 (flags & PIPE_CONTROL_TLB_INVALIDATE) ? "TLB " : "",
8874 pc.TLBInvalidate = flags & PIPE_CONTROL_TLB_INVALIDATE;
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_context.h339 PIPE_CONTROL_TLB_INVALIDATE = (1 << 7), enumerator
Diris_state.c7992 if (flags & PIPE_CONTROL_TLB_INVALIDATE) { in iris_emit_raw_pipe_control()
8126 (flags & PIPE_CONTROL_TLB_INVALIDATE) ? "TLB " : "", in iris_emit_raw_pipe_control()
8168 pc.TLBInvalidate = flags & PIPE_CONTROL_TLB_INVALIDATE; in iris_emit_raw_pipe_control()