Lines Matching refs:xe_gt_assert
679 xe_gt_assert(gt, FIELD_FIT(XE2_CCS_SIZE_MASK, num_pages - 1)); in emit_copy_ccs()
687 xe_gt_assert(gt, FIELD_FIT(CCS_SIZE_MASK, num_ccs_blks - 1)); in emit_copy_ccs()
714 xe_gt_assert(gt, !(pitch & 3)); in emit_xy_fast_copy()
715 xe_gt_assert(gt, size / pitch <= S16_MAX); in emit_xy_fast_copy()
716 xe_gt_assert(gt, pitch / 4 <= S16_MAX); in emit_xy_fast_copy()
717 xe_gt_assert(gt, pitch <= U16_MAX); in emit_xy_fast_copy()
743 xe_gt_assert(gt, IS_ALIGNED(size, pitch)); in emit_mem_copy()
744 xe_gt_assert(gt, pitch <= U16_MAX); in emit_mem_copy()
745 xe_gt_assert(gt, pitch); in emit_mem_copy()
746 xe_gt_assert(gt, size); in emit_mem_copy()
755 xe_gt_assert(gt, size / pitch <= U16_MAX); in emit_mem_copy()
765 xe_gt_assert(gt, width <= U16_MAX); in emit_mem_copy()
828 xe_gt_assert(gt, src_is_indirect || dst_is_indirect); in xe_migrate_ccs_copy()
1407 xe_gt_assert(gt, cs - bb->cs == len + bb->len); in emit_clear_link_copy()
1448 xe_gt_assert(gt, cs - bb->cs == len + bb->len); in emit_clear_main_copy()
2532 xe_gt_assert(q->gt, q == m->q); in xe_migrate_job_lock_assert()