Home
last modified time | relevance | path

Searched refs:attr_count (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/mesa/tnl/
Dt_vertex.c47 if (vtx->attr_count != fp->attr_count) in match_fastpath()
50 for (j = 0; j < vtx->attr_count; j++) in match_fastpath()
60 for (j = 0; j < vtx->attr_count; j++) in match_fastpath()
94 fastpath->attr_count = vtx->attr_count; in _tnl_register_fastpath()
97 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0])); in _tnl_register_fastpath()
105 for (i = 0; i < vtx->attr_count; i++) { in _tnl_register_fastpath()
126 const GLuint attr_count = vtx->attr_count; in choose_emit_func() local
129 for (j = 0; j < attr_count; j++) { in choose_emit_func()
237 const GLuint attr_count = vtx->attr_count; in _tnl_get_attr() local
240 for (j = 0; j < attr_count; j++) { in _tnl_get_attr()
[all …]
Dt_vertex_generic.c940 switch (vtx->attr_count) { in EMIT2()
996 const GLuint attr_count = vtx->attr_count; in _tnl_generic_emit() local
1001 for (j = 0; j < attr_count; j++) { in _tnl_generic_emit()
1022 const GLuint attr_count = vtx->attr_count; in _tnl_generic_interp() local
1045 for (j = 1; j < attr_count; j++) { in _tnl_generic_interp()
1067 const GLuint attr_count = vtx->attr_count; in _tnl_generic_copy_pv() local
1070 for (j = 0; j < attr_count; j++) { in _tnl_generic_copy_pv()
Dt_context.h344 GLuint attr_count; member
368 GLuint attr_count; member
Dt_vertex_sse.c406 while (j < vtx->attr_count) { in build_vertex_emit()
508 if (j == vtx->attr_count - 1 || in build_vertex_emit()
519 else if (j < vtx->attr_count - 1 && in build_vertex_emit()
/external/google-breakpad/src/client/mac/tests/
Dspawn_child_process.h116 size_t attr_count = sizeof(pref_cpu_types) / sizeof(pref_cpu_types[0]); in spawn_child_process() local
119 attr_count, in spawn_child_process()
122 attr_ocount != attr_count) { in spawn_child_process()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_render.h65 int attr_count; member
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
Dnouveau_vbo_t.c115 render->attr_count = 0; in vbo_deinit_arrays()
170 render->attr_count = MAX2(render->attr_count, in vbo_emit_attr()
173 render->map[render->attr_count++] = attr; in vbo_emit_attr()
189 render->attr_count = 0; in vbo_choose_attrs()
260 render->attr_count), in vbo_maybe_split()
Dnouveau_swtnl_t.c113 render->attr_count = NUM_VERTEX_ATTRS; in swtnl_choose_attrs()
171 for (i = 0; i < vtx->attr_count; i++) { in swtnl_bind_vertices()
195 render->attr_count = 0; in swtnl_unbind_vertices()
Dnouveau_render_t.c156 render->attr_count); in get_max_vertices()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DAttributeHTML.java51 private int attr_count = 0; field in AttributeHTML
89 attr_count++; // Increment number of attributes found so far in writeAttribute()
90 if (attr_count % 2 == 0) { in writeAttribute()
95 … file.println("<H4><A NAME=\"" + anchor + "\">" + attr_count + " " + Const.getAttributeName(tag) in writeAttribute()
/external/libnetfilter_conntrack/src/
Dmain.c180 cth->nfnl_cb_ct.attr_count = 0; in nfct_close2()
184 cth->nfnl_cb_exp.attr_count = 0; in nfct_close2()
/external/libnetfilter_conntrack/src/expect/
Dapi.c180 h->nfnl_cb_exp.attr_count = CTA_EXPECT_MAX; in nfexp_callback_register()
209 h->nfnl_cb_exp.attr_count = 0; in nfexp_callback_unregister()
255 h->nfnl_cb_exp.attr_count = CTA_EXPECT_MAX; in nfexp_callback_register2()
284 h->nfnl_cb_exp.attr_count = 0; in nfexp_callback_unregister2()
/external/libnfnetlink/src/
Dlibnfnetlink.c1266 memset(nfa, 0, sizeof(struct nfattr *) * cb->attr_count); in nfnl_check_attributes()
1275 if (flavor > cb->attr_count) { in nfnl_check_attributes()
1311 if (ssh->cb[type].attr_count) { in __nfnl_handle_msg()
1312 struct nfattr *nfa[ssh->cb[type].attr_count]; in __nfnl_handle_msg()
1403 if (ssh->cb[type].attr_count) { in nfnl_step()
1405 struct nfattr *tb[ssh->cb[type].attr_count]; in nfnl_step()
1410 err = nfnl_parse_attr(tb, ssh->cb[type].attr_count, attr, len); in nfnl_step()
/external/libnfnetlink/include/libnfnetlink/
Dlinux_nfnetlink.h62 const u_int16_t attr_count; /* number of nlattr's */ member
Dlibnfnetlink.h59 u_int16_t attr_count; member
/external/libnetfilter_conntrack/src/conntrack/
Dapi.c246 h->nfnl_cb_ct.attr_count = CTA_MAX; in nfct_callback_register()
275 h->nfnl_cb_ct.attr_count = 0; in nfct_callback_unregister()
320 h->nfnl_cb_ct.attr_count = CTA_MAX; in nfct_callback_register2()
349 h->nfnl_cb_ct.attr_count = 0; in nfct_callback_unregister2()
/external/expat/tests/
Druntests.c2833 int attr_count; member
2859 if (info->attr_count * 2 != count) { in counting_start_element_handler()
2872 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()