Searched defs:dst_offset_in_bytes (Results 1 – 1 of 1) sorted by relevance
136 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint8_t) + x * output_stride_in_bytes; in transpose_8bit_elements() local171 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint8_t) + x * output_stride_in_bytes; in transpose_8bit_elements() local193 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint8_t) + id.x() * output_stride_in_bytes; in transpose_8bit_elements() local261 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint16_t) + x * output_stride_in_bytes; in transpose_16bit_elements() local284 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint16_t) + x * output_stride_in_bytes; in transpose_16bit_elements() local306 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint16_t) + id.x() * output_stride_in_bytes; in transpose_16bit_elements() local372 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint32_t) + x * output_stride_in_bytes; in transpose_32bit_elements() local396 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint32_t) + x * output_stride_in_bytes; in transpose_32bit_elements() local418 … const size_t dst_offset_in_bytes = id.y() * sizeof(uint32_t) + id.x() * output_stride_in_bytes; in transpose_32bit_elements() local