Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_CACHE_FLUSH_BITS (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_pipe_control.c62 if ((flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in iris_emit_pipe_control_flush()
76 flags & PIPE_CONTROL_CACHE_FLUSH_BITS); in iris_emit_pipe_control_flush()
77 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in iris_emit_pipe_control_flush()
192 const uint32_t all_flush_bits = (PIPE_CONTROL_CACHE_FLUSH_BITS | in iris_emit_buffer_barrier_for()
319 if (bits & PIPE_CONTROL_CACHE_FLUSH_BITS) in iris_emit_buffer_barrier_for()
H A Diris_context.h363 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro
H A Diris_state.c7649 if ((flags & (PIPE_CONTROL_CACHE_FLUSH_BITS | in batch_mark_sync_for_pipe_control()
8146 (flags & (PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CACHE_INVALIDATE_BITS)) != 0; in iris_emit_raw_pipe_control()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_pipe_control.c65 (flags & PIPE_CONTROL_CACHE_FLUSH_BITS) && in crocus_emit_pipe_control_flush()
79 flags & PIPE_CONTROL_CACHE_FLUSH_BITS); in crocus_emit_pipe_control_flush()
80 flags &= ~(PIPE_CONTROL_CACHE_FLUSH_BITS | PIPE_CONTROL_CS_STALL); in crocus_emit_pipe_control_flush()
H A Dcrocus_context.h262 #define PIPE_CONTROL_CACHE_FLUSH_BITS \ macro

Completed in 18 milliseconds