/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 187 struct AttributeSpec struct 189 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto… 190 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo… 206 AttributeSpec (void); 233 std::vector<AttributeSpec> attribs;
|
D | glsDrawTest.cpp | 2040 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray() 2042 DrawTestSpec::AttributeSpec spec; in createAttributeArray() 2059 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputTyp… in createDefaultAttribute() 2064 DrawTestSpec::AttributeSpec spec; in createDefaultAttribute() 2081 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec 2097 int DrawTestSpec::AttributeSpec::hash (void) const in hash() 2109 bool DrawTestSpec::AttributeSpec::valid (glu::ApiType ctxType) const in valid() 2200 bool DrawTestSpec::AttributeSpec::isBufferAligned (void) const in isBufferAligned() 2218 bool DrawTestSpec::AttributeSpec::isBufferStrideAligned (void) const in isBufferStrideAligned() 2426 const AttributeSpec& attrib = attribs[ndx]; in getName() [all …]
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 22 struct AttributeSpec { struct 23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {} in AttributeSpec() argument 27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 54 AttributeSpecs.push_back(AttributeSpec(Attr, Form)); in extract() 72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1298 typedef DWARFAbbreviationDeclaration::AttributeSpec AttributeSpec; typedef in llvm::dsymutil::__anon5c7ea04f0111::DwarfLinker::DIECloner 1323 const AttributeSpec AttrSpec, unsigned AttrSize, 1329 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, 1339 AttributeSpec AttrSpec, unsigned AttrSize, 1345 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, 1351 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, 1360 CompileUnit &U, AttributeSpec AttrSpec, 2352 AttributeSpec AttrSpec, in cloneStringAttribute() 2365 AttributeSpec AttrSpec, unsigned AttrSize, const DWARFFormValue &Val, in cloneDieReferenceAttribute() 2435 AttributeSpec AttrSpec, in cloneBlockAttribute() [all …]
|
/external/deqp/modules/gles2/stress/ |
D | es2sDrawTests.cpp | 330 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles31/stress/ |
D | es31sDrawTests.cpp | 478 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles3/stress/ |
D | es3sDrawTests.cpp | 544 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDrawTests.cpp | 616 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fDrawTests.cpp | 1051 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|
/external/deqp/modules/gles31/functional/ |
D | es31fDrawTests.cpp | 2182 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|