Home
last modified time | relevance | path

Searched defs:offset_i (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/common/nir/
Dac_nir_lower_intrinsics_to_args.c332 nir_def *offset_i = nir_ffma(b, ddy_i, offset_y, nir_ffma(b, ddx_i, offset_x, i)); in lower_intrinsic_to_arg() local
Dac_nir_lower_ps_early.c308 nir_def *offset_i = nir_ffma(b, ddy_i, offset_y, nir_ffma(b, ddx_i, offset_x, i)); in lower_load_barycentric_at_offset() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Ddeformable_offsets_grad.cc109 size_t offset_i; member
167 float offset_i = static_cast<float>(input_offset[offset_index_i]); in DeformableOffsetGradKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Ddeformable_offsets_grad_cpu_kernel.cc94 size_t offset_i; member
159 float offset_i = static_cast<float>(input_offset[offset_index_i]); in DeformableOffsetGradKernel() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Ddeformable_offsets_grad_impl.cu32 float offset_i = static_cast<float>(input_offset[offset_index_i]); in DeformableOffsetGradKernel() local