Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c472 unsigned index_limit; in draw_vbo() local
533 index_limit = util_draw_max_index(draw->pt.vertex_buffer, in draw_vbo()
541 if (index_limit == 0) { in draw_vbo()
554 draw->pt.max_index = index_limit - 1; in draw_vbo()
/external/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 …]
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc501 int64 index_limit = base_shape_.dimensions(dim); in PadWithValue() local
504 index_limit = in PadWithValue()
506 index_limit; in PadWithValue()
509 LiteralUtil::CreateR0<int32>(index_limit))); in PadWithValue()