Searched refs:PIPE_CONTROL_DEPTH_STALL (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_pipe_control.c | 130 crocus_emit_pipe_control_flush(batch, "depth stall", PIPE_CONTROL_DEPTH_STALL); in crocus_emit_depth_stall_flushes() 132 crocus_emit_pipe_control_flush(batch, "depth stall", PIPE_CONTROL_DEPTH_STALL); in crocus_emit_depth_stall_flushes()
|
D | crocus_resolve.c | 677 PIPE_CONTROL_DEPTH_STALL); in crocus_hiz_exec() 720 PIPE_CONTROL_DEPTH_STALL); in crocus_hiz_exec()
|
D | crocus_context.h | 246 PIPE_CONTROL_DEPTH_STALL = (1 << 12), enumerator
|
D | crocus_state.c | 1957 PIPE_CONTROL_DEPTH_STALL | in genX() 5706 | PIPE_CONTROL_DEPTH_STALL, in gen7_emit_vs_workaround_flush() 6811 PIPE_CONTROL_DEPTH_STALL | 8540 if (flags & PIPE_CONTROL_DEPTH_STALL) { 8551 if (GFX_VER >= 6 && (flags & PIPE_CONTROL_DEPTH_STALL)) { 8572 assert(!(flags & PIPE_CONTROL_DEPTH_STALL)); 8602 assert(!(flags & (PIPE_CONTROL_DEPTH_STALL | 8732 PIPE_CONTROL_DEPTH_STALL | 8827 PIPE_CONTROL_DEPTH_STALL | 8847 (flags & PIPE_CONTROL_DEPTH_STALL) ? "ZStall " : "", [all …]
|
D | crocus_query.c | 212 PIPE_CONTROL_DEPTH_STALL, in write_value()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_utrace.c | 152 { .iris = PIPE_CONTROL_DEPTH_STALL, .ds = INTEL_DS_DEPTH_STALL_BIT, }, in iris_utrace_pipe_flush_bit_to_ds_stall_flag()
|
D | iris_clear.c | 262 PIPE_CONTROL_DEPTH_STALL : 0) | in fast_clear_color() 294 PIPE_CONTROL_DEPTH_STALL : 0) | in fast_clear_color()
|
D | iris_query.c | 195 PIPE_CONTROL_DEPTH_STALL); in write_value() 199 PIPE_CONTROL_DEPTH_STALL, in write_value()
|
D | iris_resolve.c | 606 PIPE_CONTROL_DEPTH_STALL | in iris_hiz_exec() 641 PIPE_CONTROL_DEPTH_STALL); in iris_hiz_exec()
|
D | iris_context.h | 344 PIPE_CONTROL_DEPTH_STALL = (1 << 12), enumerator
|
D | iris_state.c | 1792 PIPE_CONTROL_DEPTH_STALL | in genX() 5777 PIPE_CONTROL_DEPTH_STALL | in genX() 7862 if (flags & PIPE_CONTROL_DEPTH_STALL) { in iris_emit_raw_pipe_control() 7905 assert(!(flags & (PIPE_CONTROL_DEPTH_STALL | in iris_emit_raw_pipe_control() 8025 PIPE_CONTROL_DEPTH_STALL | in iris_emit_raw_pipe_control() 8094 PIPE_CONTROL_DEPTH_STALL | in iris_emit_raw_pipe_control() 8106 flags |= PIPE_CONTROL_DEPTH_STALL; in iris_emit_raw_pipe_control() 8124 (flags & PIPE_CONTROL_DEPTH_STALL) ? "ZStall " : "", in iris_emit_raw_pipe_control() 8184 pc.DepthStallEnable = flags & PIPE_CONTROL_DEPTH_STALL; in iris_emit_raw_pipe_control()
|