Home
last modified time | relevance | path

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

123456789

/external/skia/src/gpu/gl/
DGrGLTexture.h21 struct Desc { struct
31 GrGLTexture(GrGLGpu*, SkBudgeted, const Desc&, GrMipmapStatus); argument
/external/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
/external/compiler-rt/lib/tsan/rtl/
Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/external/rust/crates/jni/src/wrapper/descriptors/
Dexception_desc.rs11 impl<'a, 'c, C, M> Desc<'a, JThrowable<'a>> for (C, M) impl
25 impl<'a> Desc<'a, JThrowable<'a>> for Exception { impl
31 impl<'a, 'b> Desc<'a, JThrowable<'a>> for &'b str { impl
37 impl<'a> Desc<'a, JThrowable<'a>> for String { impl
43 impl<'a, 'b> Desc<'a, JThrowable<'a>> for JNIString { impl
Dclass_desc.rs9 impl<'a, T> Desc<'a, JClass<'a>> for T impl
18 impl<'a, 'b> Desc<'a, JClass<'a>> for JObject<'b> { impl
25 impl<'a, 'b> Desc<'a, JClass<'b>> for &'b GlobalRef { impl
32 impl<'a, 'b, 'c> Desc<'a, JClass<'b>> for &'b AutoLocal<'c, '_> impl
Dmethod_desc.rs9 impl<'a, 'c, T, U, V> Desc<'a, JMethodID<'a>> for (T, U, V) impl
20 impl<'a, 'c, T, Signature> Desc<'a, JMethodID<'a>> for (T, Signature) impl
30 impl<'a, 'c, T, U, V> Desc<'a, JStaticMethodID<'a>> for (T, U, V) impl
Ddesc.rs8 pub trait Desc<'a, T> { interface
Dfield_desc.rs9 impl<'a, 'c, T, U, V> Desc<'a, JFieldID<'a>> for (T, U, V) impl
20 impl<'a, 'c, T, U, V> Desc<'a, JStaticFieldID<'a>> for (T, U, V) impl
/external/skia/src/core/
DSkVertices.cpp32 struct SkVertices::Desc { struct in SkVertices
33 VertexMode fMode;
34 int fVertexCount,
35 fIndexCount;
36 bool fHasTexs,
37 fHasColors;
/external/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()
/external/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
/external/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
/external/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()
/external/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
/external/libvpx/libvpx/third_party/googletest/src/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
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest-matchers.h584 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/lib/Target/AMDGPU/MCTargetDesc/
DSIMCCodeEmitter.cpp78 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/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
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/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
/external/skia/src/gpu/ops/
DTextureOp.cpp407 struct Desc { struct in __anonf45251680111::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 …]
/external/clang/lib/StaticAnalyzer/Checkers/
DObjCSuperDeallocChecker.cpp101 StringRef Desc; in checkPreObjCMessage() local
164 StringRef Desc = StringRef(); in checkLocation() local
182 StringRef Desc, in reportUseAfterDealloc()
/external/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
/external/llvm/lib/Target/X86/
DX86OptimizeLEAs.cpp310 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/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

123456789