/external/mesa3d/src/gallium/drivers/ilo/core/ |
D | ilo_state_sbe.c | 37 assert(info->attr_count <= ILO_STATE_SBE_MAX_ATTR_COUNT); in sbe_validate_gen8() 128 info->attr_count > 16); in sbe_validate_gen8() 143 if (!info->swizzle_enable || info->swizzle_count < info->attr_count) { in sbe_get_gen8_min_read_count() 144 if (info->swizzle_16_31 && info->swizzle_count + 16 == info->attr_count) in sbe_get_gen8_min_read_count() 147 min_count = info->attr_count; in sbe_get_gen8_min_read_count() 223 uint8_t attr_count; in sbe_set_gen8_3DSTATE_SBE() local 234 attr_count = info->attr_count; in sbe_set_gen8_3DSTATE_SBE() 236 attr_count += 16; in sbe_set_gen8_3DSTATE_SBE() 238 dw1 = attr_count << GEN7_SBE_DW1_ATTR_COUNT__SHIFT | in sbe_set_gen8_3DSTATE_SBE() 326 info.attr_count = read_count; in ilo_state_sbe_init_for_rectlist()
|
D | ilo_state_sbe.h | 59 uint8_t attr_count; member
|
D | ilo_state_shader_ps.c | 465 dw6 = io->attr_count << GEN6_WM_DW6_SF_ATTR_COUNT__SHIFT | in ps_set_gen6_3dstate_wm() 550 if (io->attr_count) in ps_set_gen7_3DSTATE_PS() 656 if (io->attr_count) in ps_set_gen8_3DSTATE_PS_EXTRA()
|
D | ilo_state_shader.h | 131 uint8_t attr_count; member
|
/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() 92 fastpath->attr_count = vtx->attr_count; in _tnl_register_fastpath() 95 fastpath->attr = malloc(vtx->attr_count * sizeof(fastpath->attr[0])); in _tnl_register_fastpath() 103 for (i = 0; i < vtx->attr_count; i++) { in _tnl_register_fastpath() 124 const GLuint attr_count = vtx->attr_count; in choose_emit_func() local 127 for (j = 0; j < attr_count; j++) { in choose_emit_func() 235 const GLuint attr_count = vtx->attr_count; in _tnl_get_attr() local 238 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 | 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/google-breakpad/src/client/mac/tests/ |
D | spawn_child_process.h | 116 size_t attr_count = sizeof(pref_cpu_types) / sizeof(pref_cpu_types[0]); in spawn_child_process() local 119 attr_count, in spawn_child_process() 122 attr_ocount != attr_count) { in spawn_child_process()
|
/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() 239 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/libnetfilter_conntrack/src/expect/ |
D | api.c | 180 h->nfnl_cb_exp.attr_count = CTA_EXPECT_MAX; in nfexp_callback_register() 209 h->nfnl_cb_exp.attr_count = 0; in nfexp_callback_unregister() 255 h->nfnl_cb_exp.attr_count = CTA_EXPECT_MAX; in nfexp_callback_register2() 284 h->nfnl_cb_exp.attr_count = 0; in nfexp_callback_unregister2()
|
/external/libnetfilter_conntrack/src/ |
D | main.c | 180 cth->nfnl_cb_ct.attr_count = 0; in nfct_close2() 184 cth->nfnl_cb_exp.attr_count = 0; in nfct_close2()
|
/external/libnfnetlink/src/ |
D | libnfnetlink.c | 1266 memset(nfa, 0, sizeof(struct nfattr *) * cb->attr_count); in nfnl_check_attributes() 1275 if (flavor > cb->attr_count) { in nfnl_check_attributes() 1311 if (ssh->cb[type].attr_count) { in __nfnl_handle_msg() 1312 struct nfattr *nfa[ssh->cb[type].attr_count]; in __nfnl_handle_msg() 1403 if (ssh->cb[type].attr_count) { in nfnl_step() 1405 struct nfattr *tb[ssh->cb[type].attr_count]; in nfnl_step() 1410 err = nfnl_parse_attr(tb, ssh->cb[type].attr_count, attr, len); in nfnl_step()
|
/external/libnfnetlink/include/libnfnetlink/ |
D | linux_nfnetlink.h | 62 const u_int16_t attr_count; /* number of nlattr's */ member
|
D | libnfnetlink.h | 59 u_int16_t attr_count; member
|
/external/libnetfilter_conntrack/src/conntrack/ |
D | api.c | 246 h->nfnl_cb_ct.attr_count = CTA_MAX; in nfct_callback_register() 275 h->nfnl_cb_ct.attr_count = 0; in nfct_callback_unregister() 320 h->nfnl_cb_ct.attr_count = CTA_MAX; in nfct_callback_register2() 349 h->nfnl_cb_ct.attr_count = 0; in nfct_callback_unregister2()
|
/external/mesa3d/src/gallium/drivers/ilo/ |
D | ilo_render_gen8.c | 226 const uint8_t attr_count = ilo_state_vf_get_attr_count(&vec->ve->vf); in gen8_draw_vf() local 229 for (i = 0; i < attr_count; i++) in gen8_draw_vf()
|
D | ilo_shader.c | 715 info.io.attr_count = kernel->in.count; in init_ps() 1177 info.attr_count = dst_len; in ilo_shader_select_kernel_sbe()
|
/external/expat/tests/ |
D | runtests.c | 3052 int attr_count; member 3080 if (info->attr_count * 2 != count) { in counting_start_element_handler() 3093 for (i = 0; i < info->attr_count; i++) { in counting_start_element_handler()
|