Searched refs:index_limit (Results 1 – 4 of 4) sorted by relevance
215 auto index_limit = kernel_build_info_->inputs_format_.size(); in SetInputFormat() local216 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() local226 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() local235 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 …]
504 unsigned index_limit; in draw_vbo() local575 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()
77 int index, index_limit = 1000; in hw_device_default_name() local82 for (index = 0; index < index_limit; index++) { in hw_device_default_name()87 if (index >= index_limit) { in hw_device_default_name()
675 int index_limit) in get_indirect_index() argument722 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() local1155 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() local1169 index_limit); in emit_fetch_gs_input()1231 int index_limit = info->file_max[reg->Register.File]; in emit_fetch_tcs_input() local1236 index_limit); in emit_fetch_tcs_input()1334 int index_limit = info->file_max[reg->Register.File]; in emit_fetch_tes_input() local[all …]