/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
D | t_vertex.c | 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() [all …]
|
D | t_vertex_generic.c | 941 switch (vtx->attr_count) { in EMIT2() 997 const GLuint attr_count = vtx->attr_count; in _tnl_generic_emit() local 1002 for (j = 0; j < attr_count; j++) { in _tnl_generic_emit() 1023 const GLuint attr_count = vtx->attr_count; in _tnl_generic_interp() local 1046 for (j = 1; j < attr_count; j++) { in _tnl_generic_interp() 1068 const GLuint attr_count = vtx->attr_count; in _tnl_generic_copy_pv() local 1071 for (j = 0; j < attr_count; j++) { in _tnl_generic_copy_pv()
|
D | t_context.h | 343 GLuint attr_count; member 367 GLuint attr_count; member
|
D | t_vertex_sse.c | 406 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/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 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() [all …]
|
D | t_vertex_generic.c | 941 switch (vtx->attr_count) { in EMIT2() 997 const GLuint attr_count = vtx->attr_count; in _tnl_generic_emit() local 1002 for (j = 0; j < attr_count; j++) { in _tnl_generic_emit() 1023 const GLuint attr_count = vtx->attr_count; in _tnl_generic_interp() local 1046 for (j = 1; j < attr_count; j++) { in _tnl_generic_interp() 1068 const GLuint attr_count = vtx->attr_count; in _tnl_generic_copy_pv() local 1071 for (j = 0; j < attr_count; j++) { in _tnl_generic_copy_pv()
|
D | t_context.h | 343 GLuint attr_count; member 367 GLuint attr_count; member
|
D | t_vertex_sse.c | 406 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/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_render.h | 65 int attr_count; member 77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
|
D | nouveau_vbo_t.c | 97 render->attr_count = 0; in vbo_deinit_arrays() 149 render->attr_count = MAX2(render->attr_count, in vbo_emit_attr() 152 render->map[render->attr_count++] = attr; in vbo_emit_attr() 168 render->attr_count = 0; in vbo_choose_attrs() 237 render->attr_count), in vbo_maybe_split()
|
D | nouveau_swtnl_t.c | 113 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()
|
D | nouveau_render_t.c | 156 render->attr_count); in get_max_vertices()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_render.h | 65 int attr_count; member 77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
|
D | nouveau_vbo_t.c | 97 render->attr_count = 0; in vbo_deinit_arrays() 149 render->attr_count = MAX2(render->attr_count, in vbo_emit_attr() 152 render->map[render->attr_count++] = attr; in vbo_emit_attr() 168 render->attr_count = 0; in vbo_choose_attrs() 237 render->attr_count), in vbo_maybe_split()
|
D | nouveau_swtnl_t.c | 113 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()
|
D | nouveau_render_t.c | 156 render->attr_count); in get_max_vertices()
|
/external/chromium_org/tools/gyp/tools/ |
D | pretty_vcproj.py | 70 attr_count = 0 72 attr_count = node.attributes.length 75 if attr_count == 0:
|
/external/bluetooth/bluedroid/stack/include/ |
D | avrc_defs.h | 948 UINT8 attr_count; /* The number of attributes in p_attr_list */ member 1097 UINT8 attr_count; member 1121 UINT8 attr_count; member 1364 UINT8 attr_count; member
|