Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/tnl/
Dt_vertex.c47 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()
[all …]
Dt_vertex_generic.c940 switch (vtx->attr_count) { in EMIT2()
996 const GLuint attr_count = vtx->attr_count; in _tnl_generic_emit() local
1001 for (j = 0; j < attr_count; j++) { in _tnl_generic_emit()
1022 const GLuint attr_count = vtx->attr_count; in _tnl_generic_interp() local
1045 for (j = 1; j < attr_count; j++) { in _tnl_generic_interp()
1067 const GLuint attr_count = vtx->attr_count; in _tnl_generic_copy_pv() local
1070 for (j = 0; j < attr_count; j++) { in _tnl_generic_copy_pv()
Dt_context.h344 GLuint attr_count; member
368 GLuint attr_count; member
Dt_vertex_sse.c406 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()
/third_party/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_render.h65 int attr_count; member
77 for (i = 0; attr = (render)->map[i], i < render->attr_count; i++) \
Dnouveau_vbo_t.c115 render->attr_count = 0; in vbo_deinit_arrays()
170 render->attr_count = MAX2(render->attr_count, in vbo_emit_attr()
173 render->map[render->attr_count++] = attr; in vbo_emit_attr()
189 render->attr_count = 0; in vbo_choose_attrs()
260 render->attr_count), in vbo_maybe_split()
Dnouveau_swtnl_t.c113 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()
Dnouveau_render_t.c156 render->attr_count); in get_max_vertices()
/third_party/node/tools/gyp/tools/
Dpretty_vcproj.py81 attr_count = 0
83 attr_count = node.attributes.length
86 if attr_count == 0:
/third_party/node/deps/npm/node_modules/node-gyp/gyp/tools/
Dpretty_vcproj.py78 attr_count = 0
80 attr_count = node.attributes.length
83 if attr_count == 0:
/third_party/littlefs/tests/
Dtest_attrs.toml173 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
231 struct lfs_file_config cfg2 = {.attrs=attrs2, .attr_count=3};
248 struct lfs_file_config cfg3 = {.attrs=attrs3, .attr_count=3};
283 struct lfs_file_config cfg1 = {.attrs=attrs1, .attr_count=3};
/third_party/ffmpeg/libavutil/
Dhwcontext_vaapi.c203 int err, i, j, attr_count, pix_fmt_count; in vaapi_frames_get_constraints() local
207 attr_count = 0; in vaapi_frames_get_constraints()
209 0, &attr_count); in vaapi_frames_get_constraints()
217 attr_list = av_malloc(attr_count * sizeof(*attr_list)); in vaapi_frames_get_constraints()
224 attr_list, &attr_count); in vaapi_frames_get_constraints()
233 for (i = 0; i < attr_count; i++) { in vaapi_frames_get_constraints()
270 for (i = j = 0; i < attr_count; i++) { in vaapi_frames_get_constraints()
/third_party/littlefs/
Dlfs.h316 lfs_size_t attr_count; member
Dlfs.c2548 for (unsigned i = 0; i < file->cfg->attr_count; i++) {
2854 file->cfg->attr_count), file->cfg->attrs}));
5112 (void*)cfg, cfg->buffer, (void*)cfg->attrs, cfg->attr_count);
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c1554 unsigned attr_count = shader->info.attribute_count; in panfrost_emit_image_attribs() local
1555 unsigned buf_count = (attr_count * 2) + (PAN_ARCH >= 6 ? 1 : 0); in panfrost_emit_image_attribs()
1561 pan_pool_alloc_desc_array(&batch->pool.base, attr_count, ATTRIBUTE); in panfrost_emit_image_attribs()
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c2837 int attr_count; member
2863 if (info->attr_count * 2 != count) { in counting_start_element_handler()
2876 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()
/third_party/expat/tests/
Druntests.c2837 int attr_count; member
2863 if (info->attr_count * 2 != count) { in counting_start_element_handler()
2876 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()