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

/xsrc/external/mit/MesaLib.old/dist/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.c115 render->attr_count = 0;
170 render->attr_count = MAX2(render->attr_count,
173 render->map[render->attr_count++] = attr;
189 render->attr_count = 0;
261 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);
/xsrc/external/mit/MesaLib/dist/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.c115 render->attr_count = 0;
170 render->attr_count = MAX2(render->attr_count,
173 render->map[render->attr_count++] = attr;
189 render->attr_count = 0;
260 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);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex.c46 if (vtx->attr_count != fp->attr_count)
49 for (j = 0; j < vtx->attr_count; j++)
59 for (j = 0; j < vtx->attr_count; j++)
93 fastpath->attr_count = vtx->attr_count;
96 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0]));
104 for (i = 0; i < vtx->attr_count; i++) {
125 const GLuint attr_count = vtx->attr_count; local in function:choose_emit_func
236 const GLuint attr_count = vtx->attr_count; local in function:_tnl_get_attr
267 const GLuint attr_count = vtx->attr_count; local in function:_tnl_set_attr
[all...]
H A Dt_context.h344 GLuint attr_count; member in struct:tnl_clipspace_fastpath
368 GLuint attr_count; member in struct:tnl_clipspace
H A Dt_vertex_generic.c940 switch (vtx->attr_count) {
996 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_emit
1001 for (j = 0; j < attr_count; j++) {
1022 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_interp
1045 for (j = 1; j < attr_count; j++) {
1067 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_copy_pv
1070 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 &&
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex.c47 if (vtx->attr_count != fp->attr_count)
50 for (j = 0; j < vtx->attr_count; j++)
60 for (j = 0; j < vtx->attr_count; j++)
94 fastpath->attr_count = vtx->attr_count;
97 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0]));
105 for (i = 0; i < vtx->attr_count; i++) {
126 const GLuint attr_count = vtx->attr_count; local in function:choose_emit_func
237 const GLuint attr_count = vtx->attr_count; local in function:_tnl_get_attr
268 const GLuint attr_count = vtx->attr_count; local in function:_tnl_set_attr
[all...]
H A Dt_context.h344 GLuint attr_count; member in struct:tnl_clipspace_fastpath
368 GLuint attr_count; member in struct:tnl_clipspace
H A Dt_vertex_generic.c940 switch (vtx->attr_count) {
996 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_emit
1001 for (j = 0; j < attr_count; j++) {
1022 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_interp
1045 for (j = 1; j < attr_count; j++) {
1067 const GLuint attr_count = vtx->attr_count; local in function:_tnl_generic_copy_pv
1070 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 &&
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
H A Dpan_cmdstream.c1554 unsigned attr_count = shader->info.attribute_count; local in function:panfrost_emit_image_attribs
1555 unsigned buf_count = (attr_count * 2) + (PAN_ARCH >= 6 ? 1 : 0);
1561 pan_pool_alloc_desc_array(&batch->pool.base, attr_count, ATTRIBUTE);

Completed in 19 milliseconds