Searched refs:index_limit (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pt.c | 505 unsigned index_limit; in draw_vbo() local 581 index_limit = util_draw_max_index(draw->pt.vertex_buffer, in draw_vbo() 589 if (index_limit == 0) { in draw_vbo() 602 draw->pt.max_index = index_limit - 1; in draw_vbo()
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_hw.c | 77 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/ |
H A D | lp_bld_tgsi_soa.c | 675 int index_limit) in get_indirect_index() 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 in emit_fetch_tes_input() local 672 get_indirect_index(struct lp_build_tgsi_soa_context *bld, unsigned reg_file, unsigned reg_index, const struct tgsi_ind_register *indirect_reg, int index_limit) get_indirect_index() argument 1748 int index_limit = info->file_max[reg->Register.File]; emit_store_tcs_output() local [all...] |
/third_party/node/deps/v8/src/execution/ppc/ |
H A D | simulator-ppc.cc | 4532 constexpr size_t index_limit = (kSimd128Size / sizeof(type)) / 2; \ in ExecuteGeneric() 4533 for (size_t i = 0, source_index = is_low_side ? i + index_limit : i; \ in ExecuteGeneric() 4534 i < index_limit; i++, source_index++) { \ in ExecuteGeneric()
|
/third_party/node/deps/v8/src/execution/s390/ |
H A D | simulator-s390.cc | 3481 constexpr size_t index_limit = (kSimd128Size / sizeof(type)) / 2; \ 3482 for (size_t i = 0, source_index = is_low_side ? i + index_limit : i; \ 3483 i < index_limit; i++, source_index++) { \
|
Completed in 29 milliseconds