Home
last modified time | relevance | path

Searched refs:hasType (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/
DIRMover.h59 bool hasType(StructType *Ty);
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dtable.h34 const bool hasType; // Does the instruction have a type ID operand? member
Dtext.cpp271 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
624 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
Dbinary.cpp491 assert(opcode_entry->hasType); in parseOperand()
/third_party/spirv-tools/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
Dtext.cpp296 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
Dbinary.cpp522 assert(opcode_entry->hasType); in parseOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
Dtext.cpp296 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
Dbinary.cpp523 assert(opcode_entry->hasType); in parseOperand()
/third_party/skia/third_party/externals/spirv-tools/source/
Dtable.h33 const bool hasType; // Does the instruction have a type ID operand? member
Dtext.cpp296 assert(opcodeEntry->hasType); in spvTextEncodeOperand()
659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
Dbinary.cpp523 assert(opcode_entry->hasType); in parseOperand()
/third_party/glslang/SPIRV/
Ddoc.h235 bool hasType() const { return typePresent != 0; } in hasType() function
DSPVRemapper.cpp427 if (spv::InstructionDesc[opCode].hasType()) in buildLocalMaps()
534 if (spv::InstructionDesc[opCode].hasType()) { in processInstruction()
758 … const unsigned word = start + (spv::InstructionDesc[opCode].hasType() ? 2 : 1); in mapFnBodies()
Ddisassemble.cpp181 if (InstructionDesc[opCode].hasType()) { in processInstructions()
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptorProto.php280 public function hasType() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h275 bool hasType() const { return typePresent != 0; } in hasType() function
Dheader.cpp531 … (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "fal… in printHasResultType()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h268 bool hasType() const { return typePresent != 0; } in hasType() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h275 bool hasType() const { return typePresent != 0; } in hasType() function
Dheader.cpp531 … (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "fal… in printHasResultType()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_info.cpp1776 bool hasType = true; in ParseDNGPrivateData() local
1785 hasType = false; in ParseDNGPrivateData()
1840 uint32 tagType = hasType ? stream.Get_uint16 () in ParseDNGPrivateData()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Linker/
DIRMover.cpp249 DstStructTypesSet.hasType(STy)) in get()
788 if (TypeMap.DstStructTypesSet.hasType(ST)) { in computeTypeMapping()
822 if (TypeMap.DstStructTypesSet.hasType(DST)) in computeTypeMapping()
1556 bool IRMover::IdentifiedStructTypeSet::hasType(StructType *Ty) { in hasType() function in IRMover::IdentifiedStructTypeSet
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DDescriptors.java1380 if (proto.hasType()) { in FieldDescriptor()
1460 if (!proto.hasType()) { in crossLink()

12