Searched refs:PIPE_CONTROL_FLUSH_ENABLE (Results 1 – 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_pipe_control.c | 189 PIPE_CONTROL_FLUSH_ENABLE); in iris_emit_buffer_barrier_for() 194 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE, in iris_emit_buffer_barrier_for() 202 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE, in iris_emit_buffer_barrier_for()
|
D | iris_query.c | 144 flags |= PIPE_CONTROL_FLUSH_ENABLE; in mark_available() 782 PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_result()
|
D | iris_context.h | 332 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
|
D | iris_state.c | 4733 PIPE_CONTROL_FLUSH_ENABLE | in surf_state_update_clear_value() 7397 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) in batch_mark_sync_for_pipe_control() 7416 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) in batch_mark_sync_for_pipe_control() 7812 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "", in iris_emit_raw_pipe_control() 7850 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE; in iris_emit_raw_pipe_control()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_conditional_render.c | 65 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_overflow_query() 87 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_occlusion_query()
|
D | brw_pipe_control.h | 59 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
|
D | genX_pipe_control.c | 471 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE; in genX()
|
D | gfx6_queryobj.c | 66 flags |= PIPE_CONTROL_FLUSH_ENABLE; in set_query_availability()
|
D | brw_draw.c | 1195 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE); in brw_draw_prims()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_query.c | 166 flags |= PIPE_CONTROL_FLUSH_ENABLE; in mark_available() 837 PIPE_CONTROL_FLUSH_ENABLE); in set_predicate_for_result()
|
D | crocus_context.h | 252 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator
|
D | crocus_state.c | 7878 PIPE_CONTROL_FLUSH_ENABLE); 8831 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "", 8859 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|