/external/mesa3d/src/util/format/ |
D | u_format_zs.c | 115 const uint8_t *restrict src_row, unsigned src_stride, in util_format_s8_uint_unpack_s_8uint() argument 120 memcpy(dst_row, src_row, width); in util_format_s8_uint_unpack_s_8uint() 121 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_unpack_s_8uint() 128 const uint8_t *restrict src_row, unsigned src_stride, in util_format_s8_uint_pack_s_8uint() argument 133 memcpy(dst_row, src_row, width); in util_format_s8_uint_pack_s_8uint() 134 src_row += src_stride/sizeof(*src_row); in util_format_s8_uint_pack_s_8uint() 141 const uint8_t *restrict src_row, unsigned src_stride, in util_format_z16_unorm_unpack_z_float() argument 147 const uint16_t *src = (const uint16_t *)src_row; in util_format_z16_unorm_unpack_z_float() 151 src_row += src_stride/sizeof(*src_row); in util_format_z16_unorm_unpack_z_float() 158 const float *restrict src_row, unsigned src_stride, in util_format_z16_unorm_pack_z_float() argument [all …]
|
D | u_format_zs.h | 42 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 46 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 50 …at(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 54 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 58 …uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 62 …uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_str… 66 …at(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 70 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 74 …uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 78 …uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_str… [all …]
|
D | u_format_bptc.c | 36 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument 40 src_row, src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() 46 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument 50 src_row, src_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() 56 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() argument 62 src_row, src_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() 77 const float *restrict src_row, unsigned src_stride, in util_format_bptc_rgba_unorm_pack_rgba_float() argument 88 (uint8_t *)src_row + src_stride * y, in util_format_bptc_rgba_unorm_pack_rgba_float() 114 const uint8_t *restrict src_row, unsigned src_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() argument 118 src_row, src_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() [all …]
|
D | u_format_s3tc.h | 72 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 75 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 81 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 84 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 90 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 93 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 99 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 102 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 108 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 111 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… [all …]
|
D | u_format_rgtc.h | 37 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 40 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 43 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 46 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 49 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 60 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 63 …m(int8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 66 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 69 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 72 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… [all …]
|
D | u_format_other.c | 37 const uint8_t *restrict src_row, in util_format_r9g9b9e5_float_unpack_rgba_float() argument 42 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_float() 54 const float *restrict src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_float() argument 59 const float *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_float() 68 src_row += src_stride/sizeof(*src_row); in util_format_r9g9b9e5_float_pack_rgba_float() 85 const uint8_t *restrict src_row, in util_format_r9g9b9e5_float_unpack_rgba_8unorm() argument 91 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_unpack_rgba_8unorm() 107 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() argument 113 const uint8_t *src = src_row; in util_format_r9g9b9e5_float_pack_rgba_8unorm() 126 src_row += src_stride/sizeof(*src_row); in util_format_r9g9b9e5_float_pack_rgba_8unorm() [all …]
|
D | u_format_bptc.h | 43 const uint8_t *restrict src_row, unsigned src_stride, 47 const uint8_t *restrict src_row, unsigned src_stride, 51 const uint8_t *restrict src_row, unsigned src_stride, 55 const float *restrict src_row, unsigned src_stride, 63 const uint8_t *restrict src_row, unsigned src_stride, 67 const uint8_t *restrict src_row, unsigned src_stride, 71 const uint8_t *restrict src_row, unsigned src_stride, 75 const float *restrict src_row, unsigned src_stride, 83 const uint8_t *restrict src_row, unsigned src_stride, 87 const uint8_t *restrict src_row, unsigned src_stride, [all …]
|
D | u_format_rgtc.c | 41 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_rgtc1_unorm_unpack_r_8unorm() argument 48 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_r_8unorm() 60 src_row += src_stride; in util_format_rgtc1_unorm_unpack_r_8unorm() 65 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument 72 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 87 src_row += src_stride; in util_format_rgtc1_unorm_unpack_rgba_8unorm() 92 …m_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_rgtc1_unorm_pack_rgba_8unorm() argument 104 tmp[j][i] = src_row[(y + j)*src_stride/sizeof(*src_row) + (x + i)*4]; in util_format_rgtc1_unorm_pack_rgba_8unorm() 115 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_rgtc1_unorm_unpack_rgba_float() argument 120 const uint8_t *src = src_row; in util_format_rgtc1_unorm_unpack_rgba_float() [all …]
|
D | u_format_yuv.h | 127 const uint8_t *restrict src_row, unsigned src_stride, 132 const uint8_t *restrict src_row, unsigned src_stride, 137 const float *restrict src_row, unsigned src_stride, 142 const uint8_t *restrict src_row, unsigned src_stride, 151 const uint8_t *restrict src_row, unsigned src_stride, 156 const uint8_t *restrict src_row, unsigned src_stride, 161 const float *restrict src_row, unsigned src_stride, 166 const uint8_t *restrict src_row, unsigned src_stride, 175 const uint8_t *restrict src_row, unsigned src_stride, 180 const uint8_t *restrict src_row, unsigned src_stride, [all …]
|
D | u_format_latc.h | 37 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 40 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 43 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 46 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 57 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 60 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 63 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 66 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 76 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 79 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… [all …]
|
D | u_format_latc.c | 46 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_latc1_unorm_unpack_rgba_8unorm() argument 48 …util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height… in util_format_latc1_unorm_unpack_rgba_8unorm() 52 …m_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, in util_format_latc1_unorm_pack_rgba_8unorm() argument 55 … util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_8unorm() 59 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_latc1_unorm_unpack_rgba_float() argument 65 const uint8_t *src = src_row; in util_format_latc1_unorm_unpack_rgba_float() 80 src_row += src_stride; in util_format_latc1_unorm_unpack_rgba_float() 85 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… in util_format_latc1_unorm_pack_rgba_float() argument 87 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_float() 112 … UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() argument [all …]
|
D | u_format_s3tc.c | 124 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxtn_rgb_unpack_rgba_8unorm() argument 132 const uint8_t *src = src_row; in util_format_dxtn_rgb_unpack_rgba_8unorm() 149 src_row += src_stride; in util_format_dxtn_rgb_unpack_rgba_8unorm() 155 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() argument 159 src_row, src_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() 167 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() argument 171 src_row, src_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() 179 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() argument 183 src_row, src_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() 191 const uint8_t *restrict src_row, unsigned src_stride, in util_format_dxt5_rgba_unpack_rgba_8unorm() argument [all …]
|
D | u_format_yuv.c | 43 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument 50 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 89 src_row = (uint8_t *)src_row + src_stride; in util_format_r8g8_b8g8_unorm_unpack_rgba_float() 97 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument 104 const uint32_t *src = (const uint32_t *)src_row; in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 143 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() 151 const float *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_float() argument 157 const float *src = src_row; in util_format_r8g8_b8g8_unorm_pack_rgba_float() 193 src_row += src_stride/sizeof(*src_row); in util_format_r8g8_b8g8_unorm_pack_rgba_float() 200 const uint8_t *restrict src_row, unsigned src_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument [all …]
|
D | u_format_other.h | 39 const uint8_t *restrict src_row, 44 const float *restrict src_row, unsigned src_stride, 53 const uint8_t *restrict src_row, 58 const uint8_t *restrict src_row, unsigned src_stride, 64 const uint8_t *restrict src_row, 69 const float *restrict src_row, unsigned src_stride, 78 const uint8_t *restrict src_row, 83 const uint8_t *restrict src_row, unsigned src_stride, 89 const uint8_t *restrict src_row, 94 const float *restrict src_row, unsigned src_stride, [all …]
|
D | u_format_fxt1.h | 42 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 45 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 51 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 54 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 60 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 63 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str… 69 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 72 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str…
|
D | u_format_etc.c | 14 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_etc1_rgb8_unpack_rgba_8unorm() argument 16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_etc1_rgb8_unpack_rgba_8unorm() 21 … UNUSED const uint8_t *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() argument 28 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… in util_format_etc1_rgb8_unpack_rgba_float() argument 35 const uint8_t *src = src_row; in util_format_etc1_rgb8_unpack_rgba_float() 57 src_row += src_stride; in util_format_etc1_rgb8_unpack_rgba_float() 63 … UNUSED const float *restrict src_row, UNUSED unsigned src_stride, in util_format_etc1_rgb8_pack_rgba_float() argument
|
D | u_format_etc.h | 34 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 37 …(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 40 …oat(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_str… 43 …at(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_str…
|
D | u_format.c | 448 const uint8_t *src_row; in util_format_read_4() local 455 src_row = (const uint8_t *)src + (uint64_t)y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4() 457 util_format_unpack_rgba_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4() 492 const uint8_t *src_row; in util_format_read_4ub() local 499 src_row = (const uint8_t *)src + (uint64_t)y*src_stride + x*(format_desc->block.bits/8); in util_format_read_4ub() 501 util_format_unpack_rgba_8unorm_rect(format, dst, dst_stride, src_row, src_stride, w, h); in util_format_read_4ub() 512 const uint8_t *src_row; in util_format_write_4ub() local 520 src_row = src; in util_format_write_4ub() 522 pack->pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, w, h); in util_format_write_4ub() 693 const uint8_t *src_row; in util_format_translate() local [all …]
|
/external/mesa3d/src/mesa/main/ |
D | texcompress_etc.c | 140 const uint8_t *src_row, in _mesa_etc1_unpack_rgba8888() argument 146 src_row, src_stride, in _mesa_etc1_unpack_rgba8888() 674 const uint8_t *src_row, in etc2_unpack_rgb8() argument 684 const uint8_t *src = src_row; in etc2_unpack_rgb8() 714 src_row += src_stride; in etc2_unpack_rgb8() 721 const uint8_t *src_row, in etc2_unpack_srgb8() argument 733 const uint8_t *src = src_row; in etc2_unpack_srgb8() 762 src_row += src_stride; in etc2_unpack_srgb8() 769 const uint8_t *src_row, in etc2_unpack_rgba8() argument 783 const uint8_t *src = src_row; in etc2_unpack_rgba8() [all …]
|
D | texcompress_etc.h | 69 const uint8_t *src_row, 76 const uint8_t *src_row,
|
/external/libgav1/src/dsp/arm/ |
D | warp_neon.cc | 345 const uint8_t* const src_row = src + row * source_stride; in Warp_NEON() local 354 const uint8x16_t src_row_v = vld1q_u8(&src_row[filter_params.ix4 - 7]); in Warp_NEON() 375 const uint8_t* const src_row = src + row * source_stride; in Warp_NEON() local 385 vld1q_u8(&src_row[filter_params.ix4 - 7]); in Warp_NEON() 462 const int sx4, const int16_t alpha, const uint16x8x2_t src_row, in HorizontalFilter() argument 483 src_row_window = vreinterpretq_s16_u16(src_row.val[0]); in HorizontalFilter() 488 vreinterpretq_s16_u16(vextq_u16(src_row.val[0], src_row.val[1], 1)); in HorizontalFilter() 494 vreinterpretq_s16_u16(vextq_u16(src_row.val[0], src_row.val[1], 2)); in HorizontalFilter() 500 vreinterpretq_s16_u16(vextq_u16(src_row.val[0], src_row.val[1], 3)); in HorizontalFilter() 506 vreinterpretq_s16_u16(vextq_u16(src_row.val[0], src_row.val[1], 4)); in HorizontalFilter() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_linear_sampler_tmp.h | 12 const uint32_t *src_row = in CONCAT2() local 19 src_row = &src_row[s >> FIXED16_SHIFT]; in CONCAT2() 22 row[i] = OP(src_row[i]); in CONCAT2() 45 const uint32_t *src_row = in CONCAT2() local 54 row[i] = OP(src_row[s>>FIXED16_SHIFT]); in CONCAT2() 136 const uint32_t *src_row = fetch_axis_aligned_linear_bgra(&samp->base); in CONCAT2() local 140 __m128i bgra = *(__m128i *)&src_row[i]; in CONCAT2()
|
/external/rust/crabbyavif/src/reformat/ |
D | alpha.rs | 251 let src_row = image.row16(Plane::A, y)?; in import_alpha_from() localVariable 253 let alpha_pixel = (src_row[x]) >> (image.depth - 2); in import_alpha_from() 261 let src_row = image.row(Plane::A, y)?; in import_alpha_from() localVariable 263 let alpha_pixel = ((src_row[x]) >> 6) as u16; in import_alpha_from() 276 let src_row = image.row16(Plane::A, y)?; in import_alpha_from() localVariable 278 dst_row[(x * 4) + dst_alpha_offset] = src_row[x]; in import_alpha_from() 285 let src_row = image.row(Plane::A, y)?; in import_alpha_from() localVariable 287 dst_row[(x * 4) + dst_alpha_offset] = src_row[x]; in import_alpha_from() 298 let src_row = image.row16(Plane::A, y)?; in import_alpha_from() localVariable 301 src_row[x], in import_alpha_from() [all …]
|
/external/libultrahdr/lib/src/dsp/arm/ |
D | editorhelper_neon.cpp | 42 uint8_t* src_row = src_buffer; in mirror_buffer_horizontal_neon_uint8_t() local 45 for (int i = 0; i < src_h; i++, src_row += src_stride, dst_row += dst_stride) { in mirror_buffer_horizontal_neon_uint8_t() 46 uint8_t* src_blk = src_row + src_w; in mirror_buffer_horizontal_neon_uint8_t() 81 dst_blk[k] = src_row[src_w - j - k - 1]; in mirror_buffer_horizontal_neon_uint8_t() 89 uint16_t* src_row = src_buffer; in mirror_buffer_horizontal_neon_uint16_t() local 92 for (int i = 0; i < src_h; i++, src_row += src_stride, dst_row += dst_stride) { in mirror_buffer_horizontal_neon_uint16_t() 93 uint16_t* src_blk = src_row + src_w; in mirror_buffer_horizontal_neon_uint16_t() 122 dst_blk[k] = src_row[src_w - j - k - 1]; in mirror_buffer_horizontal_neon_uint16_t() 130 uint32_t* src_row = src_buffer; in mirror_buffer_horizontal_neon_uint32_t() local 133 for (int i = 0; i < src_h; i++, src_row += src_stride, dst_row += dst_stride) { in mirror_buffer_horizontal_neon_uint32_t() [all …]
|
/external/gemmlowp/internal/ |
D | unpack.h | 75 int src_row, int src_col) { in PrefetchResultBlock() argument 76 const std::int32_t* src_data = src.data(src_row, src_col); in PrefetchResultBlock() 78 const std::int32_t* lhs_sums_data = lhs_sums_of_each_slice.data(src_row); in PrefetchResultBlock() 99 int depth, int src_row, int src_col, int src_global_row, in UnpackResultBlock() argument 109 auto acc = Load<RegisterBlockType>(src, src_row, src_col); in UnpackResultBlock() 111 LoadForBroadcasting<RegisterBlockType>(lhs_sums_of_each_slice, src_row); in UnpackResultBlock() 115 LoadForBroadcasting<RegisterBlockType>(lhs_offset, src_row); in UnpackResultBlock()
|