Lines Matching refs:attr_count
45 if (vtx->attr_count != fp->attr_count) in match_fastpath()
48 for (j = 0; j < vtx->attr_count; j++) in match_fastpath()
58 for (j = 0; j < vtx->attr_count; j++) in match_fastpath()
87 fastpath->attr_count = vtx->attr_count; in _tnl_register_fastpath()
91 malloc(vtx->attr_count * sizeof(fastpath->attr[0])); in _tnl_register_fastpath()
93 for (i = 0; i < vtx->attr_count; i++) { in _tnl_register_fastpath()
114 const GLuint attr_count = vtx->attr_count; in choose_emit_func() local
117 for (j = 0; j < attr_count; j++) { in choose_emit_func()
220 const GLuint attr_count = vtx->attr_count; in _tnl_get_attr() local
223 for (j = 0; j < attr_count; j++) { in _tnl_get_attr()
251 const GLuint attr_count = vtx->attr_count; in _tnl_set_attr() local
254 for (j = 0; j < attr_count; j++) { in _tnl_set_attr()
325 if (vtx->attr_count != j || in _tnl_install_attrs()
351 vtx->attr_count = j; in _tnl_install_attrs()
386 const GLuint count = vtx->attr_count; in adjust_input_ptrs()
401 const GLuint count = vtx->attr_count; in update_input_ptrs()