Searched refs:attr_count (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h65 int attr_count; member in struct:nouveau_render_state
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
H A Dnouveau_vbo_t.c97 render->attr_count = 0;
149 render->attr_count = MAX2(render->attr_count,
152 render->map[render->attr_count++] = attr;
168 render->attr_count = 0;
237 render->attr_count),
H A Dnouveau_swtnl_t.c113 render->attr_count = NUM_VERTEX_ATTRS;
171 for (i = 0; i < vtx->attr_count; i++) {
195 render->attr_count = 0;
H A Dnouveau_render_t.c156 render->attr_count);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_render.h65 int attr_count; member in struct:nouveau_render_state
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
H A Dnouveau_vbo_t.c97 render->attr_count = 0;
149 render->attr_count = MAX2(render->attr_count,
152 render->map[render->attr_count++] = attr;
168 render->attr_count = 0;
237 render->attr_count),
H A Dnouveau_swtnl_t.c113 render->attr_count = NUM_VERTEX_ATTRS;
171 for (i = 0; i < vtx->attr_count; i++) {
195 render->attr_count = 0;
H A Dnouveau_render_t.c156 render->attr_count);
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex.c45 if (vtx->attr_count != fp->attr_count)
48 for (j = 0; j < vtx->attr_count; j++)
58 for (j = 0; j < vtx->attr_count; j++)
87 fastpath->attr_count = vtx->attr_count;
91 malloc(vtx->attr_count * sizeof(fastpath->attr[0]));
93 for (i = 0; i < vtx->attr_count; i++) {
114 const GLuint attr_count = vtx->attr_count; local
220 const GLuint attr_count = vtx->attr_count; local
251 const GLuint attr_count = vtx->attr_count; local
[all...]
H A Dt_context.h343 GLuint attr_count; member in struct:tnl_clipspace_fastpath
367 GLuint attr_count; member in struct:tnl_clipspace
H A Dt_vertex_generic.c941 switch (vtx->attr_count) {
997 const GLuint attr_count = vtx->attr_count; local
1002 for (j = 0; j < attr_count; j++) {
1023 const GLuint attr_count = vtx->attr_count; local
1046 for (j = 1; j < attr_count; j++) {
1068 const GLuint attr_count = vtx->attr_count; local
1071 for (j = 0; j < attr_count;
[all...]
H A Dt_vertex_sse.c406 while (j < vtx->attr_count) {
508 if (j == vtx->attr_count - 1 ||
519 else if (j < vtx->attr_count - 1 &&
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex.c45 if (vtx->attr_count != fp->attr_count)
48 for (j = 0; j < vtx->attr_count; j++)
58 for (j = 0; j < vtx->attr_count; j++)
87 fastpath->attr_count = vtx->attr_count;
91 malloc(vtx->attr_count * sizeof(fastpath->attr[0]));
93 for (i = 0; i < vtx->attr_count; i++) {
114 const GLuint attr_count = vtx->attr_count; local
220 const GLuint attr_count = vtx->attr_count; local
251 const GLuint attr_count = vtx->attr_count; local
[all...]
H A Dt_context.h343 GLuint attr_count; member in struct:tnl_clipspace_fastpath
367 GLuint attr_count; member in struct:tnl_clipspace
H A Dt_vertex_generic.c941 switch (vtx->attr_count) {
997 const GLuint attr_count = vtx->attr_count; local
1002 for (j = 0; j < attr_count; j++) {
1023 const GLuint attr_count = vtx->attr_count; local
1046 for (j = 1; j < attr_count; j++) {
1068 const GLuint attr_count = vtx->attr_count; local
1071 for (j = 0; j < attr_count;
[all...]
H A Dt_vertex_sse.c406 while (j < vtx->attr_count) {
508 if (j == vtx->attr_count - 1 ||
519 else if (j < vtx->attr_count - 1 &&
/external/chromium_org/tools/gyp/tools/
H A Dpretty_vcproj.py70 attr_count = 0
72 attr_count = node.attributes.length
75 if attr_count == 0:
/external/bluetooth/bluedroid/stack/include/
H A Davrc_defs.h948 UINT8 attr_count; /* The number of attributes in p_attr_list */ member in struct:__anon1340
1097 UINT8 attr_count; member in struct:__anon1356
1121 UINT8 attr_count; member in struct:__anon1358
1364 UINT8 attr_count; member in struct:__anon1380
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 3883 milliseconds