Home
last modified time | relevance | path

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

12345678910>>...18

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLTexture.h27 struct Desc { struct
38 GrGLTexture(GrGLGpu*, skgpu::Budgeted, const Desc&, GrMipmapStatus, std::string_view label); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCTargetDesc.cpp171 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isPredicated() local
177 const MCInstrDesc &Desc = MCII->get(MI.getOpcode()); in isCPSRDefined() local
420 const MCInstrDesc &Desc = Info->get(Inst.getOpcode()); in evaluateBranch() local
443 evaluateMemOpAddrForAddrMode_i12(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode_i12()
461 evaluateMemOpAddrForAddrMode3(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode3()
481 evaluateMemOpAddrForAddrMode5(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5()
500 evaluateMemOpAddrForAddrMode5FP16(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrMode5FP16()
520 evaluateMemOpAddrForAddrModeT2_i8s4(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_i8s4()
541 evaluateMemOpAddrForAddrModeT2_pc(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT2_pc()
557 evaluateMemOpAddrForAddrModeT1_s(const MCInst &Inst, const MCInstrDesc &Desc, in evaluateMemOpAddrForAddrModeT1_s()
[all …]
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A 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
/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_mutexset.h26 struct Desc { struct
39 Desc Get(uptr i) const; argument
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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> 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> for (T, U, V) impl
20 impl<'a, 'c, T, Signature> Desc<'a, JMethodID> for (T, Signature) impl
30 impl<'a, 'c, T, U, V> Desc<'a, JStaticMethodID> for (T, U, V) impl
/aosp_15_r20/external/rust/android-crates-io/crates/jni/src/wrapper/descriptors/
Dexception_desc.rs11 unsafe impl<'local, 'other_local, C, M> Desc<'local, JThrowable<'local>> for (C, M) impl
27 unsafe impl<'local> Desc<'local, JThrowable<'local>> for Exception { impl
35 unsafe impl<'local, 'str_ref> Desc<'local, JThrowable<'local>> for &'str_ref str { impl
43 unsafe impl<'local> Desc<'local, JThrowable<'local>> for String { impl
51 unsafe impl<'local> Desc<'local, JThrowable<'local>> for JNIString { impl
Ddesc.rs23 pub unsafe trait Desc<'local, T> { interface
102 unsafe impl<'local, 't_ref, T> Desc<'local, T> for &'t_ref T impl
124 unsafe impl<'local, 'other_local, 'obj_ref, T> Desc<'local, T> impl
Dmethod_desc.rs9 unsafe impl<'local, 'other_local, T, U, V> Desc<'local, JMethodID> for (T, U, V) impl
22 unsafe impl<'local, 'other_local, T, Signature> Desc<'local, JMethodID> for (T, Signature) impl
34 unsafe impl<'local, 'other_local, T, U, V> Desc<'local, JStaticMethodID> for (T, U, V) impl
/aosp_15_r20/external/crosvm/devices/src/virtio/queue/
H A Dsplit_descriptor_chain.rs31 pub struct Desc { struct
46 pub struct SplitDescriptorChain<'m> { argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp56 static Value *callAppendArgs(IRBuilder<> &Builder, Value *Desc, int NumArgs, in callAppendArgs()
72 static Value *appendArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendArg()
149 static Value *callAppendStringN(IRBuilder<> &Builder, Value *Desc, Value *Str, in callAppendStringN()
161 static Value *appendString(IRBuilder<> &Builder, Value *Desc, Value *Arg, in appendString()
169 static Value *processArg(IRBuilder<> &Builder, Value *Desc, Value *Arg, in processArg()
219 auto Desc = callPrintfBegin(Builder, Builder.getIntN(64, 0)); in emitAMDGPUPrintfCall() local
/aosp_15_r20/external/skia/src/core/
H A DSkVertices.cpp33 struct SkVertices::Desc { struct in SkVertices
34 VertexMode fMode;
35 int fVertexCount,
36 fIndexCount;
37 bool fHasTexs,
38 fHasColors;
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DTextureOp.cpp409 struct Desc { struct in __anon00ec69f70111::TextureOpImpl
410 VertexSpec fVertexSpec;
411 int fNumProxies = 0;
412 int fNumTotalQuads = 0;
415 char* fPrePreparedVertices = nullptr;
417 GrProgramInfo* fProgramInfo = nullptr;
419 sk_sp<const GrBuffer> fIndexBuffer;
420 sk_sp<const GrBuffer> fVertexBuffer;
421 int fBaseVertex;
424 size_t totalSizeInBytes() const { in totalSizeInBytes()
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/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
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/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
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/googletest/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
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/googletest/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
/aosp_15_r20/external/rust/android-crates-io/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
/aosp_15_r20/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DSIMCCodeEmitter.cpp314 static bool isVCMPX64(const MCInstrDesc &Desc) { in isVCMPX64()
325 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in encodeInstruction() local
458 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getSDWASrcEncoding() local
573 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
580 const MCInstrDesc &Desc = MCII.get(MI.getOpcode()); in getMachineOpValueCommon() local
/aosp_15_r20/external/golang-protobuf/compiler/protogen/
H A Dprotogen.go404 Desc protoreflect.FileDescriptor member
506 Desc protoreflect.EnumDescriptor member
538 Desc protoreflect.EnumValueDescriptor member
570 Desc protoreflect.MessageDescriptor member
718 Desc protoreflect.FieldDescriptor member
802 Desc protoreflect.OneofDescriptor member
842 Desc protoreflect.ServiceDescriptor member
868 Desc protoreflect.MethodDescriptor member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DTaskDispatch.h63 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
72 const char *Desc; variable
79 std::string Desc) { in makeGenericNamedTask()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DTaskDispatch.h63 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
72 const char *Desc; variable
79 std::string Desc) { in makeGenericNamedTask()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DTaskDispatch.h63 GenericNamedTaskImpl(FnT &&Fn, const char *Desc) in GenericNamedTaskImpl()
72 const char *Desc; variable
79 std::string Desc) { in makeGenericNamedTask()

12345678910>>...18