HomeSort by relevance Sort by last modified time
    Searched refs:AttributeSpec (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 22 struct AttributeSpec {
23 AttributeSpec(uint16_t Attr, uint16_t Form) : Attr(Attr), Form(Form) {}
27 typedef SmallVector<AttributeSpec, 8> AttributeSpecVector;
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.h 87 class AttributeSpec {
99 // of the AttributeSpec. This is guaranteed if the value is
101 AttributeSpec(const string& op_def_name, const Variable& var,
149 const std::vector<AttributeSpec>& attributes() const { return attributes_; }
150 const std::vector<AttributeSpec>& optional_attributes() const {
172 std::vector<AttributeSpec> attributes_;
173 std::vector<AttributeSpec> optional_attributes_;
op_generator.cc 101 for (const AttributeSpec& attribute : op.attributes()) {
109 for (const AttributeSpec& optional_attribute : op.optional_attributes()) {
114 void WriteSetAttrDirective(const AttributeSpec& attr, bool optional,
175 for (const AttributeSpec& attr : op.attributes()) {
214 for (const AttributeSpec& attr : op.attributes()) {
247 for (const AttributeSpec& attribute : op.attributes()) {
253 for (const AttributeSpec& attribute : op.optional_attributes()) {
318 for (const AttributeSpec& attr : op.optional_attributes()) {
390 for (const AttributeSpec& attr : op.optional_attributes()) {
402 for (const AttributeSpec& optional_attribute : op.optional_attributes())
    [all...]
op_specs.cc 301 AttributeSpec CreateAttribute(const OpDef_AttrDef& attr_def,
312 return AttributeSpec(
371 AttributeSpec attr =
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.h 30 struct AttributeSpec {
31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
85 using AttributeSpecVector = SmallVector<AttributeSpec, 8>;
  /external/deqp/modules/glshared/
glsDrawTest.hpp 192 struct AttributeSpec
194 static AttributeSpec createAttributeArray (InputType inputType, OutputType outputType, Storage storage, Usage usage, int componentCount, int offset, int stride, bool normalize, int instanceDivisor);
195 static AttributeSpec createDefaultAttribute (InputType inputType, OutputType outputType, int componentCount); //!< allowed inputType values: INPUTTYPE_INT, INPUTTYPE_UNSIGNED_INT, INPUTTYPE_FLOAT
211 AttributeSpec (void);
238 std::vector<AttributeSpec> attribs;
glsDrawTest.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 70 AttributeSpecs.push_back(AttributeSpec(A, F, V));
112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize));
133 for (const AttributeSpec &Spec : AttributeSpecs) {
198 Optional<int64_t> DWARFAbbreviationDeclaration::AttributeSpec::getByteSize(
  /external/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 54 AttributeSpecs.push_back(AttributeSpec(Attr, Form));
72 for (const AttributeSpec &Spec : AttributeSpecs) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
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,
DwarfLinker.cpp     [all...]
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp     [all...]
  /external/deqp/modules/gles2/stress/
es2sDrawTests.cpp 330 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles31/stress/
es31sDrawTests.cpp 478 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 616 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles3/stress/
es3sDrawTests.cpp 544 gls::DrawTestSpec::AttributeSpec attribSpec;
  /external/deqp/modules/gles3/functional/
es3fDrawTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp     [all...]

Completed in 1556 milliseconds