Lines Matching refs:dst_offset
526 u32 dst_offset, u8 dst_access, in emit_copy_ccs() argument
564 *cs++ = dst_offset; in emit_copy_ccs()
577 u32 dst_offset, u32 src_offset, int size) in emit_copy() argument
592 *cs++ = dst_offset; in emit_copy()
603 *cs++ = dst_offset; in emit_copy()
614 *cs++ = dst_offset; in emit_copy()
687 u32 src_offset, dst_offset; in intel_context_migrate_copy() local
735 dst_offset = CHUNK_SZ; in intel_context_migrate_copy()
738 dst_offset = 0; in intel_context_migrate_copy()
742 dst_offset = 2 * CHUNK_SZ; in intel_context_migrate_copy()
788 dst_offset, len); in intel_context_migrate_copy()
800 err = emit_copy(rq, dst_offset, src_offset, len); in intel_context_migrate_copy()
815 ccs_is_src ? src_offset : dst_offset, in intel_context_migrate_copy()
828 err = emit_copy_ccs(rq, dst_offset, dst_access, in intel_context_migrate_copy()
855 dst_offset, INDIRECT_ACCESS, in intel_context_migrate_copy()
866 dst_offset, INDIRECT_ACCESS, in intel_context_migrate_copy()
867 dst_offset, DIRECT_ACCESS, in intel_context_migrate_copy()