/external/skia/src/gpu/gl/ |
D | GrGLTexture.h | 21 struct Desc { struct 31 GrGLTexture(GrGLGpu*, SkBudgeted, const Desc&, GrMipMapsStatus); argument
|
/external/swiftshader/third_party/subzero/src/ |
D | IceRangeSpec.h | 38 struct Desc { struct 40 std::unordered_set<std::string> Names; 42 llvm::BitVector Numbers; 47 uint32_t AllFrom = RangeMax; 72 Desc Includes; argument
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_mutexset.h | 26 struct Desc { struct 39 Desc Get(uptr i) const; argument
|
/external/skqp/src/gpu/vk/ |
D | GrVkBuffer.h | 51 struct Desc { struct 52 size_t fSizeInBytes; 53 Type fType; // vertex buffer, index buffer, etc. 54 bool fDynamic;
|
/external/skia/src/gpu/vk/ |
D | GrVkBuffer.h | 51 struct Desc { struct 52 size_t fSizeInBytes; 53 Type fType; // vertex buffer, index buffer, etc. 54 bool fDynamic;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-mca/ |
D | Scheduler.cpp | 54 void ResourceManager::addResource(const MCProcResourceDesc &Desc, in addResource() 162 bool ResourceManager::mustIssueImmediately(const InstrDesc &Desc) { in mustIssueImmediately() 178 const InstrDesc &Desc, in issueInstruction() 239 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in canBeDispatched() local 282 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in issueInstruction() local 299 const InstrDesc &Desc = IS->getDesc(); in promoteToReadyQueue() local 393 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in issueImmediately() local
|
D | Support.cpp | 31 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local 40 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
|
D | ExecuteStage.cpp | 59 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in issueReadyInstructions() local 108 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
|
D | DispatchStage.cpp | 93 const InstrDesc &Desc = IS.getDesc(); in dispatch() local 140 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
|
D | RetireStage.cpp | 49 const InstrDesc &Desc = Inst.getDesc(); in notifyInstructionRetired() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | DebugCounter.h | 69 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter() 160 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter() 172 std::string Desc; member
|
D | Registry.h | 29 StringRef Name, Desc; variable 122 Add(StringRef Name, StringRef Desc) in Add()
|
D | Options.h | 96 static void registerOption(StringRef ArgStr, StringRef Desc, in registerOption()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 54 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local 160 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local 172 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | SIMCCodeEmitter.cpp | 78 bool SIMCCodeEmitter::isSrcOperand(const MCInstrDesc &Desc, in isSrcOperand() 196 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local 281 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest-matchers.h | 571 static const char* Desc() { return "is equal to"; } in Desc() function 579 static const char* Desc() { return "isn't equal to"; } in Desc() function 587 static const char* Desc() { return "is <"; } in Desc() function 595 static const char* Desc() { return "is >"; } in Desc() function 603 static const char* Desc() { return "is <="; } in Desc() function 611 static const char* Desc() { return "is >="; } in Desc() function
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 571 static const char* Desc() { return "is equal to"; } in Desc() function 579 static const char* Desc() { return "isn't equal to"; } in Desc() function 587 static const char* Desc() { return "is <"; } in Desc() function 595 static const char* Desc() { return "is >"; } in Desc() function 603 static const char* Desc() { return "is <="; } in Desc() function 611 static const char* Desc() { return "is >="; } in Desc() function
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest-matchers.h | 584 static const char *Desc() { return "is equal to"; } in Desc() function 592 static const char *Desc() { return "isn't equal to"; } in Desc() function 600 static const char *Desc() { return "is <"; } in Desc() function 608 static const char *Desc() { return "is >"; } in Desc() function 616 static const char *Desc() { return "is <="; } in Desc() function 624 static const char *Desc() { return "is >="; } in Desc() function
|
/external/llvm/include/llvm/Support/ |
D | Options.h | 96 static void registerOption(const char *ArgStr, const char *Desc, in registerOption()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Options.h | 96 static void registerOption(StringRef ArgStr, StringRef Desc, in registerOption()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ObjCSuperDeallocChecker.cpp | 101 StringRef Desc; in checkPreObjCMessage() local 164 StringRef Desc = StringRef(); in checkLocation() local 182 StringRef Desc, in reportUseAfterDealloc()
|
/external/llvm/lib/Target/WebAssembly/InstPrinter/ |
D | WebAssemblyInstPrinter.cpp | 54 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local 168 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCChecker.cpp | 304 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in reportBranchErrors() local 315 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkHWLoop() local 329 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkCOFMax1() local 456 MCInstrDesc const &Desc = in checkNewValues() local 531 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in registerProducer() local
|
/external/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 310 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local 412 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local 477 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local 575 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugArangeSet.cpp | 99 for (const auto &Desc : ArangeDescriptors) { in dump() local
|