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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.c462 unsigned index_limit; local in function:draw_vbo
520 index_limit = util_draw_max_index(draw->pt.vertex_buffer,
528 if (index_limit == 0) {
541 draw->pt.max_index = index_limit - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_pt.c504 unsigned index_limit; local in function:draw_vbo
575 index_limit = util_draw_max_index(draw->pt.vertex_buffer,
583 if (index_limit == 0) {
596 draw->pt.max_index = index_limit - 1;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c675 int index_limit)
722 assert(index_limit >= 0);
724 uint_bld->type, index_limit);
1150 int index_limit = info->file_max[reg->Register.File]; local in function:emit_fetch_gs_input
1155 index_limit);
1164 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); local in function:emit_fetch_gs_input
1169 index_limit);
1231 int index_limit = info->file_max[reg->Register.File]; local in function:emit_fetch_tcs_input
1236 index_limit);
1334 int index_limit local in function:emit_fetch_tes_input
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) argument
1743 int index_limit = info->file_max[reg->Register.File]; local in function:emit_store_tcs_output
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c1064 int index_limit)
1111 assert(index_limit >= 0);
1113 uint_bld->type, index_limit);
1539 int index_limit = info->file_max[reg->Register.File]; local in function:emit_fetch_gs_input
1544 index_limit);
1553 int index_limit = u_vertices_per_prim(info->properties[TGSI_PROPERTY_GS_INPUT_PRIM]); local in function:emit_fetch_gs_input
1558 index_limit);
1061 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) argument

Completed in 12 milliseconds