Home
last modified time | relevance | path

Searched refs:horiz_offset (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h452 dst_reg right = horiz_offset(tmp, half_width); in emit_scan()
465 const dst_reg right = horiz_stride(horiz_offset(tmp, 1), 2); in emit_scan()
473 src_reg left = horiz_stride(horiz_offset(tmp, 1), 4); in emit_scan()
475 dst_reg right = horiz_stride(horiz_offset(tmp, 2), 4); in emit_scan()
478 right = horiz_stride(horiz_offset(tmp, 3), 4); in emit_scan()
491 dst_reg right = horiz_offset(tmp, i + 2); in emit_scan()
502 dst_reg right = horiz_offset(tmp, i); in emit_scan()
507 right = horiz_offset(tmp, i * 3); in emit_scan()
513 right = horiz_offset(tmp, i * 5); in emit_scan()
517 right = horiz_offset(tmp, i * 7); in emit_scan()
Dbrw_ir_fs.h104 horiz_offset(const fs_reg &reg, unsigned delta) in horiz_offset() function
157 reg = horiz_offset(reg, idx); in component()
284 return horiz_offset(reg, 8 * idx); in quarter()
Dbrw_ir_vec4.h115 horiz_offset(src_reg reg, unsigned delta) in horiz_offset() function
196 horiz_offset(const dst_reg &reg, unsigned delta) in horiz_offset() function
Dbrw_fs.cpp1677 ubld.SHL(horiz_offset(shifted, 8), in assign_curb_setup()
1680 ubld.SHL(shifted, horiz_offset(shifted, 8), brw_imm_w(8)); in assign_curb_setup()
4472 sources[1] = horiz_offset(header, 8); in lower_fb_write_logical_send()
4492 ubld.MOV(tmp, horiz_offset(src0_alpha, i * 8)); in lower_fb_write_logical_send()
4513 .MOV(horiz_offset(retype(sources[length], BRW_REGISTER_TYPE_UW), in lower_fb_write_logical_send()
6838 const fs_reg src = horiz_offset(inst->src[i], lbld.group() - inst->group); in emit_unzip()
6930 const fs_reg dst = horiz_offset(inst->dst, lbld_after.group() - inst->group); in emit_zip()
7124 srcs[i] = horiz_offset(offset(inst->src[0], ibld, i % 2), in lower_barycentrics()
7142 .MOV(horiz_offset(offset(inst->dst, ibld, i), in lower_barycentrics()
Dbrw_vec4.cpp2311 dst = horiz_offset(inst->dst, channel_offset); in lower_simd_width()
2326 linst->src[i] = horiz_offset(linst->src[i], channel_offset); in lower_simd_width()
Dbrw_fs_nir.cpp5176 const fs_reg src_right = horiz_stride(horiz_offset(value, 1), 2); in nir_emit_intrinsic()
5178 const fs_reg tmp_right = horiz_stride(horiz_offset(tmp, 1), 2); in nir_emit_intrinsic()
5268 bld.group(group_size, i).MOV(horiz_offset(dest, i * group_size), in nir_emit_intrinsic()
6130 ubld.MOV(horiz_offset(tmp, 1), brw_imm_ud(di.i2)); in setup_imm_df()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorContractionMapper.h352 … TensorContractionSubMapper(const ParentMapper& base_mapper, Index vert_offset, Index horiz_offset)
353 : m_base_mapper(base_mapper), m_vert_offset(vert_offset), m_horiz_offset(horiz_offset) {
358 m_base_mapper.offsetBuffer(vert_offset + horiz_offset * stride);
/external/tensorflow/tensorflow/core/kernels/
Deigen_contraction_kernel.h441 const StorageIndex horiz_offset = data_mapper.horiz_offset(); \
446 data = Side == Lhs ? data : data + vert_offset + horiz_offset * stride; \
Deigen_spatial_convolutions-inl.h716 const ParentMapper& base_mapper, Index vert_offset, Index horiz_offset) in TensorContractionSubMapper() argument
718 m_col_offset(horiz_offset), in TensorContractionSubMapper()
724 const Self& base_mapper, Index vert_offset, Index horiz_offset) in TensorContractionSubMapper() argument
726 m_col_offset(horiz_offset + base_mapper.m_col_offset), in TensorContractionSubMapper()
Deigen_cuboid_convolution.h910 const ParentMapper& base_mapper, Index vert_offset, Index horiz_offset) in TensorContractionSubMapper() argument
913 m_col_offset(horiz_offset) { in TensorContractionSubMapper()
918 const Self& base_mapper, Index vert_offset, Index horiz_offset) in TensorContractionSubMapper() argument
921 m_col_offset(horiz_offset + base_mapper.m_col_offset) { in TensorContractionSubMapper()
/external/libaom/libaom/av1/common/arm/
Dconvolve_neon.c200 const uint8_t horiz_offset = filter_params_x->taps / 2 - 1; in av1_convolve_x_sr_neon() local
222 src -= horiz_offset; in av1_convolve_x_sr_neon()
960 const int horiz_offset = filter_params_x->taps / 2 - 1; in av1_convolve_2d_sr_neon() local
962 const uint8_t *src_ptr = src - vert_offset * src_stride - horiz_offset; in av1_convolve_2d_sr_neon()
Djnt_convolve_neon.c731 const int horiz_offset = filter_params_x->taps / 2 - 1; in av1_dist_wtd_convolve_2d_neon() local
733 const uint8_t *src_ptr = src - vert_offset * src_stride - horiz_offset; in av1_dist_wtd_convolve_2d_neon()
890 const int horiz_offset = filter_params_x->taps / 2 - 1; in av1_dist_wtd_convolve_x_neon() local
909 const uint8_t *src_ptr = src - horiz_offset; in av1_dist_wtd_convolve_x_neon()