Lines Matching refs:mocs
633 u32 mocs; in emit_copy_ccs() local
640 mocs = FIELD_PREP(XE2_XY_CTRL_SURF_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_copy_ccs()
648 mocs = FIELD_PREP(XY_CTRL_SURF_MOCS_MASK, gt->mocs.uc_index); in emit_copy_ccs()
656 *cs++ = upper_32_bits(src_ofs) | mocs; in emit_copy_ccs()
658 *cs++ = upper_32_bits(dst_ofs) | mocs; in emit_copy_ccs()
669 u32 mocs = 0; in emit_copy() local
678 mocs = FIELD_PREP(XE2_XY_FAST_COPY_BLT_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_copy()
684 bb->cs[bb->len++] = XY_FAST_COPY_BLT_DEPTH_32 | pitch | tile_y | mocs; in emit_copy()
690 bb->cs[bb->len++] = pitch | mocs; in emit_copy()
957 *cs++ = FIELD_PREP(XE2_MEM_SET_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_clear_link_copy()
959 *cs++ = FIELD_PREP(PVC_MEM_SET_MOCS_INDEX_MASK, gt->mocs.uc_index); in emit_clear_link_copy()
979 *cs++ = FIELD_PREP(XE2_XY_FAST_COLOR_BLT_MOCS_INDEX_MASK, gt->mocs.uc_index) | in emit_clear_main_copy()
982 *cs++ = FIELD_PREP(XY_FAST_COLOR_BLT_MOCS_MASK, gt->mocs.uc_index) | in emit_clear_main_copy()