Lines Matching refs:cmds
349 struct batch_chunk cmds, state; in emit_batch() local
353 batch_init(&cmds, vma, start, 0, bv->cmd_size); in emit_batch()
362 gen7_emit_pipeline_flush(&cmds); in emit_batch()
363 batch_add(&cmds, PIPELINE_SELECT | PIPELINE_SELECT_MEDIA); in emit_batch()
364 batch_add(&cmds, MI_NOOP); in emit_batch()
365 gen7_emit_state_base_address(&cmds, interface_descriptor); in emit_batch()
366 gen7_emit_pipeline_flush(&cmds); in emit_batch()
368 gen7_emit_vfe_state(&cmds, bv, urb_size - 1, 0, 0); in emit_batch()
370 gen7_emit_interface_descriptor_load(&cmds, in emit_batch()
375 gen7_emit_media_object(&cmds, i); in emit_batch()
377 batch_add(&cmds, MI_BATCH_BUFFER_END); in emit_batch()