Searched refs:n_dwords (Results 1 – 2 of 2) sorted by relevance
540 const unsigned n_dwords = devinfo->gen >= 8 ? 5 : 4; in brw_emit_mi_flush() local541 BEGIN_BATCH_BLT(n_dwords); in brw_emit_mi_flush()542 OUT_BATCH(MI_FLUSH_DW | (n_dwords - 2)); in brw_emit_mi_flush()546 if (n_dwords == 5) in brw_emit_mi_flush()
105 const unsigned n_dwords = devinfo->gen >= 8 ? 5 : 4; in set_blitter_tiling() local109 OUT_BATCH(MI_FLUSH_DW | (n_dwords - 2)); in set_blitter_tiling()113 if (n_dwords == 5) in set_blitter_tiling()