/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Linker/ |
D | IRMover.h | 59 bool hasType(StructType *Ty);
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | table.h | 34 const bool hasType; // Does the instruction have a type ID operand? member
|
D | text.cpp | 271 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 624 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
D | binary.cpp | 491 assert(opcode_entry->hasType); in parseOperand()
|
/third_party/spirv-tools/source/ |
D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
D | text.cpp | 296 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
D | binary.cpp | 522 assert(opcode_entry->hasType); in parseOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
D | text.cpp | 296 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
D | binary.cpp | 523 assert(opcode_entry->hasType); in parseOperand()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
D | table.h | 33 const bool hasType; // Does the instruction have a type ID operand? member
|
D | text.cpp | 296 assert(opcodeEntry->hasType); in spvTextEncodeOperand() 659 } else if (opcodeEntry->hasType) { in spvTextEncodeOpcode()
|
D | binary.cpp | 523 assert(opcode_entry->hasType); in parseOperand()
|
/third_party/glslang/SPIRV/ |
D | doc.h | 235 bool hasType() const { return typePresent != 0; } in hasType() function
|
D | SPVRemapper.cpp | 427 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()
|
D | disassemble.cpp | 181 if (InstructionDesc[opCode].hasType()) { in processInstructions()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | FieldDescriptorProto.php | 280 public function hasType() function in Google\\Protobuf\\Internal\\FieldDescriptorProto
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 275 bool hasType() const { return typePresent != 0; } in hasType() function
|
D | header.cpp | 531 … (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "fal… in printHasResultType()
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 268 bool hasType() const { return typePresent != 0; } in hasType() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 275 bool hasType() const { return typePresent != 0; } in hasType() function
|
D | header.cpp | 531 … (inst.hasResult() ? "true" : "false") << "; *hasResultType = " << (inst.hasType() ? "true" : "fal… in printHasResultType()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_info.cpp | 1776 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/ |
D | IRMover.cpp | 249 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/ |
D | Descriptors.java | 1380 if (proto.hasType()) { in FieldDescriptor() 1460 if (!proto.hasType()) { in crossLink()
|