Lines Matching refs:attr_count
47 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()
268 const GLuint attr_count = vtx->attr_count; in _tnl_set_attr() local
271 for (j = 0; j < attr_count; j++) { in _tnl_set_attr()
342 if (vtx->attr_count != j || in _tnl_install_attrs()
368 vtx->attr_count = j; in _tnl_install_attrs()
403 const GLuint count = vtx->attr_count; in adjust_input_ptrs()
418 const GLuint count = vtx->attr_count; in update_input_ptrs()