| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_pipe_control.c | 189 PIPE_CONTROL_FLUSH_ENABLE); 194 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE, 202 [IRIS_DOMAIN_OTHER_WRITE] = PIPE_CONTROL_FLUSH_ENABLE,
|
| H A D | iris_query.c | 144 flags |= PIPE_CONTROL_FLUSH_ENABLE; 782 PIPE_CONTROL_FLUSH_ENABLE);
|
| H A D | iris_context.h | 332 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator in enum:pipe_control_flags
|
| H A D | iris_state.c | 4734 PIPE_CONTROL_FLUSH_ENABLE | 7398 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) 7417 if ((flags & PIPE_CONTROL_FLUSH_ENABLE)) 7813 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "", 7851 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_conditional_render.c | 66 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE); 88 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE);
|
| H A D | brw_pipe_control.h | 59 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator in enum:pipe_control_flags
|
| H A D | genX_pipe_control.c | 467 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|
| H A D | gen6_queryobj.c | 67 flags |= PIPE_CONTROL_FLUSH_ENABLE;
|
| H A D | brw_draw.c | 1157 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_conditional_render.c | 65 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE); 87 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE);
|
| H A D | brw_pipe_control.h | 59 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator in enum:pipe_control_flags
|
| H A D | genX_pipe_control.c | 471 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|
| H A D | gfx6_queryobj.c | 66 flags |= PIPE_CONTROL_FLUSH_ENABLE;
|
| H A D | brw_draw.c | 1195 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_FLUSH_ENABLE);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_query.c | 166 flags |= PIPE_CONTROL_FLUSH_ENABLE; 837 PIPE_CONTROL_FLUSH_ENABLE);
|
| H A D | crocus_context.h | 252 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator in enum:pipe_control_flags
|
| H A D | crocus_state.c | 7878 PIPE_CONTROL_FLUSH_ENABLE); 8831 (flags & PIPE_CONTROL_FLUSH_ENABLE) ? "PipeCon " : "", 8859 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 210 PIPE_CONTROL_FLUSH_ENABLE = (1 << 18), enumerator in enum:pipe_control_flags
|
| H A D | iris_query.c | 174 flags |= PIPE_CONTROL_FLUSH_ENABLE; 1028 iris_emit_pipe_control_flush(batch, PIPE_CONTROL_FLUSH_ENABLE);
|
| H A D | iris_state.c | 5996 iris_emit_raw_pipe_control(batch, PIPE_CONTROL_FLUSH_ENABLE, bo, 6279 pc.PipeControlFlushEnable = flags & PIPE_CONTROL_FLUSH_ENABLE;
|