Lines Matching refs:OUT_BATCH
158 OUT_BATCH(BRW_PIPE_CONTROL | (4 - 2));
159 OUT_BATCH(BRW_PIPE_CONTROL_CS_STALL |
161 OUT_BATCH(0); /* address */
162 OUT_BATCH(0); /* write data */
164 OUT_BATCH(BRW_PIPE_CONTROL | (4 - 2));
165 OUT_BATCH(BRW_PIPE_CONTROL_WRITE_QWORD);
168 OUT_BATCH(0); /* write data */
171 OUT_BATCH(BRW_PIPE_CONTROL | (4 - 2));
172 OUT_BATCH(BRW_PIPE_CONTROL_WC_FLUSH |
175 OUT_BATCH(0); /* write address */
176 OUT_BATCH(0); /* write data */
191 OUT_BATCH(MI_FLUSH_DW | 2);
192 OUT_BATCH(0); /* address low */
193 OUT_BATCH(0); /* address high */
194 OUT_BATCH(0); /* dword data */
199 OUT_BATCH(MI_FLUSH_DW | 2);
200 OUT_BATCH(0); /* address */
201 OUT_BATCH(0); /* qword low */
202 OUT_BATCH(0); /* qword high */
210 OUT_BATCH(BRW_PIPE_CONTROL | (4 - 2));
211 OUT_BATCH(BRW_PIPE_CONTROL_WC_FLUSH |
214 OUT_BATCH(0); /* write address */
215 OUT_BATCH(0); /* write data */
225 OUT_BATCH(MI_FLUSH | flags);
249 OUT_BATCH(MI_BATCH_BUFFER_END);
252 OUT_BATCH(MI_NOOP);