Home
last modified time | relevance | path

Searched defs:Desc (Results 1 – 25 of 118) sorted by relevance

12345

/third_party/skia/src/gpu/gl/
DGrGLTexture.h21 struct Desc { struct
31 GrGLTexture(GrGLGpu*, SkBudgeted, const Desc&, GrMipmapStatus); argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceRangeSpec.h38 struct Desc { struct
40 std::unordered_set<std::string> Names;
42 llvm::BitVector Numbers;
47 uint32_t AllFrom = RangeMax;
72 Desc Includes; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DStatistic.h51 const char *Desc; variable
53 StatisticBase(const char *DebugType, const char *Name, const char *Desc) in StatisticBase()
66 TrackingStatistic(const char *DebugType, const char *Name, const char *Desc) in TrackingStatistic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp50 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
59 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
74 const MCProcResourceDesc &Desc = *SM.getProcResource(I); in computeProcResourceMasks() local
/third_party/skia/src/core/
DSkVertices.cpp32 struct SkVertices::Desc { struct in SkVertices
33 VertexMode fMode;
34 int fVertexCount,
35 fIndexCount;
36 bool fHasTexs,
37 fHasColors;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp70 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in dispatch() local
154 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in isAvailable() local
172 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in onInstructionRetired() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DDebugCounter.h70 static unsigned registerCounter(StringRef Name, StringRef Desc) { in registerCounter()
161 unsigned addCounter(const std::string &Name, const std::string &Desc) { in addCounter()
173 std::string Desc; member
DRegistry.h28 StringRef Name, Desc; variable
121 Add(StringRef Name, StringRef Desc) in Add()
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-matchers.h571 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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp286 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
381 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local
475 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
490 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/Stages/
DDispatchStage.cpp81 const InstrDesc &Desc = IS.getDesc(); in dispatch() local
161 const InstrDesc &Desc = Inst.getDesc(); in isAvailable() local
DInstructionTables.cpp23 const InstrDesc &Desc = IR.getInstruction()->getDesc(); in execute() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCChecker.cpp302 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in reportBranchErrors() local
313 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkHWLoop() local
327 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in checkCOFMax1() local
454 MCInstrDesc const &Desc = in checkNewValues() local
529 MCInstrDesc const &Desc = HexagonMCInstrInfo::getDesc(MCII, I); in registerProducer() local
/third_party/skia/src/gpu/ops/
DTextureOp.cpp407 struct Desc { struct in __anon781b294e0111::TextureOpImpl
408 VertexSpec fVertexSpec;
409 int fNumProxies = 0;
410 int fNumTotalQuads = 0;
413 char* fPrePreparedVertices = nullptr;
415 GrProgramInfo* fProgramInfo = nullptr;
417 sk_sp<const GrBuffer> fIndexBuffer;
418 sk_sp<const GrBuffer> fVertexBuffer;
419 int fBaseVertex;
422 size_t totalSizeInBytes() const { in totalSizeInBytes()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DOptions.h96 static void registerOption(StringRef ArgStr, StringRef Desc, in registerOption()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp345 const MCInstrDesc &Desc = MI.getDesc(); in chooseBestLEA() local
448 const MCInstrDesc &Desc = MI.getDesc(); in isReplaceable() local
514 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantAddrCalc() local
643 const MCInstrDesc &Desc = MI.getDesc(); in removeRedundantLEAs() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugArangeSet.cpp107 for (const auto &Desc : ArangeDescriptors) { in dump() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrInfo.h24 const MCInstrDesc *Desc; // Raw array to allow static init'n variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
DTableGenBackend.cpp33 void llvm::emitSourceFileHeader(StringRef Desc, raw_ostream &OS) { in emitSourceFileHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/
DWebAssemblyInstPrinter.cpp55 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printInst() local
228 const MCInstrDesc &Desc = MII.get(MI->getOpcode()); in printOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyCallIndirectFixup.cpp116 const MCInstrDesc &Desc = TII->get(getNonPseudoCallIndirectOpcode(MI)); in runOnMachineFunction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DStatistic.h43 const char *Desc; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVMCCodeEmitter.cpp179 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
251 MCInstrDesc const &Desc = MCII.get(MI.getOpcode()); in getImmOpValue() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MCCodeEmitter.cpp277 const MCInstrDesc &Desc = MCII.get(Opcode); in isPCRel32Branch() local
637 const MCInst &MI, const MCInstrDesc &Desc, in emitPrefixImpl()
741 const MCInstrDesc &Desc, in emitVEXOpcodePrefix()
1297 const MCInstrDesc &Desc, in emitOpcodePrefix()
1361 const MCInstrDesc &Desc = MCII.get(Opcode); in emitPrefix() local
1381 const MCInstrDesc &Desc = MCII.get(Opcode); in encodeInstruction() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
DGPUBuffer.h35 const wgpu::BufferDescriptor& Desc() const { in Desc() function

12345