/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.h | 87 class AttributeSpec { 101 AttributeSpec(const string& op_def_name, const Variable& var, in AttributeSpec() function 149 const std::vector<AttributeSpec>& attributes() const { return attributes_; } in attributes() 150 const std::vector<AttributeSpec>& optional_attributes() const { in optional_attributes() 172 std::vector<AttributeSpec> attributes_; 173 std::vector<AttributeSpec> optional_attributes_;
|
D | op_generator.cc | 101 for (const AttributeSpec& attribute : op.attributes()) { in CollectOpDependencies() 109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in CollectOpDependencies() 114 void WriteSetAttrDirective(const AttributeSpec& attr, bool optional, in WriteSetAttrDirective() 175 for (const AttributeSpec& attr : op.attributes()) { in RenderSecondaryFactoryMethod() 214 for (const AttributeSpec& attr : op.attributes()) { in RenderFactoryMethods() 247 for (const AttributeSpec& attribute : op.attributes()) { in RenderFactoryMethods() 253 for (const AttributeSpec& attribute : op.optional_attributes()) { in RenderFactoryMethods() 318 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderGettersAndSetters() 390 for (const AttributeSpec& attr : op.optional_attributes()) { in RenderOptionsClass() 402 for (const AttributeSpec& optional_attribute : op.optional_attributes()) { in RenderOptionsClass()
|
D | op_specs.cc | 301 AttributeSpec CreateAttribute(const OpDef_AttrDef& attr_def, in CreateAttribute() 312 return AttributeSpec( in CreateAttribute() 371 AttributeSpec attr = in Create()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.hpp | 192 struct AttributeSpec struct 194 …static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage sto… 195 …static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int compo… 211 AttributeSpec (void); 238 std::vector<AttributeSpec> attribs;
|
D | glsDrawTest.cpp | 2041 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createAttributeArray (InputType inputType,… in createAttributeArray() 2043 DrawTestSpec::AttributeSpec spec; in createAttributeArray() 2060 DrawTestSpec::AttributeSpec DrawTestSpec::AttributeSpec::createDefaultAttribute (InputType inputTyp… in createDefaultAttribute() 2065 DrawTestSpec::AttributeSpec spec; in createDefaultAttribute() 2082 DrawTestSpec::AttributeSpec::AttributeSpec (void) in AttributeSpec() function in deqp::gls::DrawTestSpec::AttributeSpec 2098 int DrawTestSpec::AttributeSpec::hash (void) const in hash() 2110 bool DrawTestSpec::AttributeSpec::valid (glu::ApiType ctxType) const in valid() 2201 bool DrawTestSpec::AttributeSpec::isBufferAligned (void) const in isBufferAligned() 2219 bool DrawTestSpec::AttributeSpec::isBufferStrideAligned (void) const in isBufferStrideAligned() 2427 const AttributeSpec& attrib = attribs[ndx]; in getName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.h | 298 using AttributeSpec = DWARFAbbreviationDeclaration::AttributeSpec; 336 const AttributeSpec AttrSpec, unsigned AttrSize, 342 unsigned cloneStringAttribute(DIE &Die, AttributeSpec AttrSpec, 351 AttributeSpec AttrSpec, 360 unsigned cloneBlockAttribute(DIE &Die, AttributeSpec AttrSpec, 366 unsigned cloneAddressAttribute(DIE &Die, AttributeSpec AttrSpec, 375 AttributeSpec AttrSpec,
|
D | DwarfLinker.cpp | 924 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneStringAttribute() 944 DIE &Die, const DWARFDie &InputDIE, AttributeSpec AttrSpec, in cloneDieReferenceAttribute() 1015 AttributeSpec AttrSpec, in cloneBlockAttribute() 1058 DIE &Die, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneAddressAttribute() 1107 CompileUnit &Unit, AttributeSpec AttrSpec, const DWARFFormValue &Val, in cloneScalarAttribute() 1175 const AttributeSpec AttrSpec, unsigned AttrSize, AttributesInfo &Info) { in cloneAttribute() 1343 shouldSkipAttribute(DWARFAbbreviationDeclaration::AttributeSpec AttrSpec, in shouldSkipAttribute()
|
/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() function 27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 30 struct AttributeSpec { struct 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() argument 35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() function 85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>; argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 70 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract() 112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract() 133 for (const AttributeSpec &Spec : AttributeSpecs) { in dump() 198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize( in getByteSize()
|
/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::__anond69ad1180111::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 | 2183 gls::DrawTestSpec::AttributeSpec attribSpec; in init()
|