/third_party/mesa3d/src/mesa/tnl/ |
D | t_vertex.c | 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() [all …]
|
D | t_vertex_generic.c | 940 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()
|
D | t_context.h | 344 GLuint attr_count; member 368 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()
|
/third_party/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 | 115 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()
|
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()
|
/third_party/node/tools/gyp/tools/ |
D | pretty_vcproj.py | 81 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/ |
D | pretty_vcproj.py | 78 attr_count = 0 80 attr_count = node.attributes.length 83 if attr_count == 0:
|
/third_party/littlefs/tests/ |
D | test_attrs.toml | 173 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/ |
D | hwcontext_vaapi.c | 203 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/ |
D | lfs.h | 316 lfs_size_t attr_count; member
|
D | lfs.c | 2548 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/ |
D | pan_cmdstream.c | 1554 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/ |
D | runtests.c | 2837 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/ |
D | runtests.c | 2837 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()
|