Lines Matching refs:dst_offset
515 u32 dst_offset, u8 dst_access, in emit_copy_ccs() argument
553 *cs++ = dst_offset; in emit_copy_ccs()
566 u32 dst_offset, u32 src_offset, int size) in emit_copy() argument
581 *cs++ = dst_offset; in emit_copy()
592 *cs++ = dst_offset; in emit_copy()
603 *cs++ = dst_offset; in emit_copy()
676 u32 src_offset, dst_offset; in intel_context_migrate_copy() local
724 dst_offset = CHUNK_SZ; in intel_context_migrate_copy()
727 dst_offset = 0; in intel_context_migrate_copy()
731 dst_offset = 2 * CHUNK_SZ; in intel_context_migrate_copy()
777 dst_offset, len); in intel_context_migrate_copy()
789 err = emit_copy(rq, dst_offset, src_offset, len); in intel_context_migrate_copy()
804 ccs_is_src ? src_offset : dst_offset, in intel_context_migrate_copy()
817 err = emit_copy_ccs(rq, dst_offset, dst_access, in intel_context_migrate_copy()
837 err = emit_copy_ccs(rq, dst_offset, INDIRECT_ACCESS, in intel_context_migrate_copy()
838 dst_offset, DIRECT_ACCESS, len); in intel_context_migrate_copy()