Searched refs:dst_ofs (Results 1 – 2 of 2) sorted by relevance
20 unsigned int dst_ofs; /* byte soffset in destination format */ member37 memcpy(dst, p + data->dst_ofs, data->dst_bytes); in do_convert()121 data->dst_ofs = 4 - data->dst_bytes; in init_data()123 data->dst_ofs = snd_pcm_format_physical_width(dst_format) / 8 - in init_data()
691 u64 dst_ofs, bool dst_is_indirect, in emit_copy_ccs() argument724 *cs++ = lower_32_bits(dst_ofs); in emit_copy_ccs()725 *cs++ = upper_32_bits(dst_ofs) | mocs; in emit_copy_ccs()732 u64 dst_ofs, unsigned int size, in emit_xy_fast_copy() argument754 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in emit_xy_fast_copy()755 bb->cs[bb->len++] = upper_32_bits(dst_ofs); in emit_xy_fast_copy()764 u64 dst_ofs, unsigned int size, unsigned int pitch) in emit_mem_copy() argument775 IS_ALIGNED(lower_32_bits(dst_ofs), PAGE_COPY_MODE_PS)) { in emit_mem_copy()799 bb->cs[bb->len++] = lower_32_bits(dst_ofs); in emit_mem_copy()800 bb->cs[bb->len++] = upper_32_bits(dst_ofs); in emit_mem_copy()[all …]