Home
last modified time | relevance | path

Searched refs:NumAttributes (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/lldb/unittests/SymbolFile/DWARF/
DSymbolFileDWARFTests.cpp109 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
113 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
154 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
158 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
199 EXPECT_EQ(abbrev1->NumAttributes(), 1u); in TEST_F()
203 EXPECT_EQ(abbrev2->NumAttributes(), 1u); in TEST_F()
/external/mesa3d/src/mesa/program/
Darbprogparse.c98 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_fragment_program()
193 program->arb.NumAttributes = prog.arb.NumAttributes; in _mesa_parse_arb_vertex_program()
Dprog_print.c884 fprintf(f, "NumAttributes=%d\n", prog->arb.NumAttributes); in _mesa_fprint_program_parameters()
Dprogram_parse.y2616 state->prog->arb.NumAttributes =
2626 state->prog->arb.NumNativeAttributes = state->prog->arb.NumAttributes;
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFAbbreviationDeclaration.h29 size_t NumAttributes() const { return m_attributes.size(); } in NumAttributes() function
DDWARFDebugAbbrev.cpp75 const size_t num_attrs = abbr_decl.NumAttributes(); in GetUnsupportedForms()
DDWARFDebugInfoEntry.cpp67 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in Extract()
248 const uint32_t numAttributes = abbrevDecl->NumAttributes(); in GetDIENamesAndRanges()
411 const uint32_t num_attributes = abbrevDecl->NumAttributes(); in GetAttributes()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.h126 size_t NumAttributes() const { return encoded_attrs_.size(); } in NumAttributes() function
/external/mesa3d/src/mesa/main/
Darbprogram.c921 *params = prog->arb.NumAttributes; in get_program_iv()
Dffvertex_prog.c1634 p.program->arb.NumAttributes = p.program->arb.NumAddressRegs = 0; in create_new_program()
Dmtypes.h2248 GLuint NumAttributes; member