Home
last modified time | relevance | path

Searched refs:index_limit (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/
Dkernel_build_info.cc215 auto index_limit = kernel_build_info_->inputs_format_.size(); in SetInputFormat() local
216 if (index >= index_limit) { in SetInputFormat()
217 …(EXCEPTION) << "Index of input format out of range! The value should be less than: " << index_limit in SetInputFormat()
225 auto index_limit = kernel_build_info_->outputs_format_.size(); in SetOutputFormat() local
226 if (index >= index_limit) { in SetOutputFormat()
227 …EXCEPTION) << "Index of output format out of range! The value should be less than: " << index_limit in SetOutputFormat()
234 auto index_limit = kernel_build_info_->input_reshape_type_.size(); in SetInputReshapeType() local
235 if (index >= index_limit) { in SetInputReshapeType()
236 …TION) << "Index of input_reshape_type out of range! The value should be less than: " << index_limit in SetInputReshapeType()
246 auto index_limit = kernel_build_info_->output_reshape_type_.size(); in SetOutputReshapeType() local
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c504 unsigned index_limit; in draw_vbo() local
575 index_limit = util_draw_max_index(draw->pt.vertex_buffer, in draw_vbo()
583 if (index_limit == 0) { in draw_vbo()
596 draw->pt.max_index = index_limit - 1; in draw_vbo()
/third_party/ffmpeg/fftools/
Dffmpeg_hw.c77 int index, index_limit = 1000; in hw_device_default_name() local
82 for (index = 0; index < index_limit; index++) { in hw_device_default_name()
87 if (index >= index_limit) { in hw_device_default_name()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c675 int index_limit) in get_indirect_index() argument
722 assert(index_limit >= 0); in get_indirect_index()
724 uint_bld->type, index_limit); in get_indirect_index()
1150 int index_limit = info->file_max[reg->Register.File]; in emit_fetch_gs_input() local
1155 index_limit); in emit_fetch_gs_input()
1164 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); in emit_fetch_gs_input() local
1169 index_limit); in emit_fetch_gs_input()
1231 int index_limit = info->file_max[reg->Register.File]; in emit_fetch_tcs_input() local
1236 index_limit); in emit_fetch_tcs_input()
1334 int index_limit = info->file_max[reg->Register.File]; in emit_fetch_tes_input() local
[all …]