Home
last modified time | relevance | path

Searched refs:w_stride (Results 1 – 25 of 25) sorted by relevance

/dports/science/code_saturne/code_saturne-7.1.0/src/base/
H A Dcs_internal_coupling.h352 const int w_stride,
371 const int w_stride,
391 const int w_stride,
H A Dcs_field_operator.c580 int w_stride = 1; in cs_field_gradient_scalar() local
593 w_stride = f_weight->dim; in cs_field_gradient_scalar()
629 w_stride, in cs_field_gradient_scalar()
704 int w_stride = 1; in cs_field_gradient_potential() local
718 w_stride = f_weight->dim; in cs_field_gradient_potential()
746 w_stride, in cs_field_gradient_potential()
H A Dcs_internal_coupling.c1957 const int w_stride, in cs_internal_coupling_lsq_scalar_gradient() argument
1975 const bool scalar_diff = (c_weight != NULL && w_stride == 1); in cs_internal_coupling_lsq_scalar_gradient()
1976 const bool tensor_diff = (c_weight != NULL && w_stride == 6); in cs_internal_coupling_lsq_scalar_gradient()
2079 const int w_stride, in cs_internal_coupling_lsq_vector_gradient() argument
2098 const bool scalar_diff = (c_weight != NULL && w_stride == 1); in cs_internal_coupling_lsq_vector_gradient()
2099 const bool tensor_diff = (c_weight != NULL && w_stride == 6); in cs_internal_coupling_lsq_vector_gradient()
/dports/science/code_saturne/code_saturne-7.1.0/src/lagr/
H A Dcs_lagr_gradients.c198 int w_stride = 1; in cs_lagr_gradients() local
207 w_stride = weight_f->dim; in cs_lagr_gradients()
238 w_stride, in cs_lagr_gradients()
/dports/science/code_saturne/code_saturne-7.1.0/src/alge/
H A Dcs_gradient.h196 int w_stride,
328 int w_stride,
H A Dcs_convection_diffusion.c1703 int w_stride = 1; in cs_convection_diffusion_scalar() local
1855 w_stride = weight_f->dim; in cs_convection_diffusion_scalar()
3132 int w_stride = 1; in cs_face_convection_scalar() local
3272 w_stride = weight_f->dim; in cs_face_convection_scalar()
6898 int w_stride = 1; in cs_convection_diffusion_thermal() local
7040 w_stride = weight_f->dim; in cs_convection_diffusion_thermal()
8217 int w_stride = 1; in cs_anisotropic_diffusion_scalar() local
10832 int w_stride = 1; in cs_face_diffusion_potential() local
11191 int w_stride = 6; in cs_face_anisotropic_diffusion_potential() local
11668 int w_stride = 1; in cs_diffusion_potential() local
[all …]
H A Dcs_gradient.c7269 int w_stride, in _gradient_scalar() argument
7355 if (w_stride == 6 && c_weight != NULL) in _gradient_scalar()
7393 if (w_stride == 6 && c_weight != NULL) in _gradient_scalar()
8729 int w_stride, in cs_gradient_scalar() argument
8762 if (w_stride == 6) { in cs_gradient_scalar()
8785 w_stride, in cs_gradient_scalar()
9045 int w_stride, in cs_gradient_scalar_synced_input() argument
9086 w_stride, in cs_gradient_scalar_synced_input()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c97 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
128 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h86 int32_t w_stride; member
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c97 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
128 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h86 int32_t w_stride; member
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_regs.c97 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_in_image_format()
128 config->w_stride = 0; /* MDP will calculate it by color format. */ in mtk_mdp_hw_set_out_image_format()
H A Dmtk_mdp_ipi.h86 int32_t w_stride; member
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlattice_deform.c219 const int w_stride = lt->pntsu * lt->pntsv; in BKE_lattice_deform_data_eval_co() local
227 idx_w = CLAMPIS(ww * w_stride, 0, idx_w_max); in BKE_lattice_deform_data_eval_co()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/ocl/
H A Dgen9_wino_conv_fwd_data_fused.cl482 const int w_stride = IW_INTERNAL_BLOCK / w_count;
487 COMP_WRITE(V_read_outer[V_off(c_load, 0, w_load * w_stride,
496 V_block[(_ic) % c_block + c_block * ((_iw) / w_stride)], \
497 (IC_BLOCK / c_block) * ((_iw) % w_stride) + ((_ic) / c_block))
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Dgen9_wino_conv_fwd_data_fused.cl482 const int w_stride = IW_INTERNAL_BLOCK / w_count;
487 COMP_WRITE(V_read_outer[V_off(c_load, 0, w_load * w_stride,
496 V_block[(_ic) % c_block + c_block * ((_iw) / w_stride)], \
497 (IC_BLOCK / c_block) * ((_iw) % w_stride) + ((_ic) / c_block))
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/docs/Rationale/
H A DRationale.md642 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
645 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
670 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
673 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/docs/Rationale/
H A DRationale.md669 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
672 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
697 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
700 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/docs/Rationale/
H A DRationale.md715 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
718 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
743 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
746 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/docs/
H A DRationale.md701 // S0 = h_stride, S1 = w_stride, S2 = h_kernel_dilation, S3 = w_kernel_dilation
704 // %out1= %0#2 * %w_stride + %0#5 * %w_kernel_dilation - %w_pad_low
729 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,
732 [%h_stride, %w_stride, %h_kernel_dilation, %w_kernel_dilation,