| /third_party/skia/src/gpu/ |
| D | GrThreadSafeCache.h | 190 struct Entry { struct 191 Entry(const GrUniqueKey& key, const GrSurfaceProxyView& view) in Entry() argument 197 Entry(const GrUniqueKey& key, sk_sp<VertexData> vertData) in Entry() function 203 ~Entry() { in ~Entry() argument 207 bool uniquelyHeld() const { in uniquelyHeld() 219 const GrUniqueKey& key() const { in key() 224 SkData* getCustomData() const { in getCustomData() 229 sk_sp<SkData> refCustomData() const { in refCustomData() 234 GrSurfaceProxyView view() { in view() 239 sk_sp<VertexData> vertexData() { in vertexData() [all …]
|
| /third_party/libexif/contrib/c++/ |
| D | exif.hxx | 55 struct Entry struct 57 ExifEntry *entry_; 60 Entry() in Entry() function 65 Entry(ExifTag tag) in Entry() argument 72 Entry(Entry const &other) in Entry() function 79 Entry(ExifEntry *entry) in Entry() function 85 ~Entry() in ~Entry() 90 Entry &operator=(Entry const &other) in operator =() 98 ExifTag tag() const in tag() 110 ExifFormat format() const in format() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86TargetTransformInfo.cpp | 193 if (const auto *Entry = CostTableLookup(GLMCostTable, ISD, in getArithmeticInstrCost() local 242 if (const auto *Entry = CostTableLookup(SLMCostTable, ISD, in getArithmeticInstrCost() local 298 if (const auto *Entry = CostTableLookup(AVX512BWUniformConstCostTable, ISD, in getArithmeticInstrCost() local 311 if (const auto *Entry = CostTableLookup(AVX512UniformConstCostTable, ISD, in getArithmeticInstrCost() local 326 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local 344 if (const auto *Entry = in getArithmeticInstrCost() local 363 if (const auto *Entry = in getArithmeticInstrCost() local 378 if (const auto *Entry = in getArithmeticInstrCost() local 401 if (const auto *Entry = CostTableLookup(AVX2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local 445 if (const auto *Entry = CostTableLookup(SSE2ConstCostTable, ISD, LT.second)) in getArithmeticInstrCost() local [all …]
|
| D | X86InstrFoldTables.cpp | 5612 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2Addr) in X86MemUnfoldTable() local 5616 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable0) in X86MemUnfoldTable() local 5620 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable1) in X86MemUnfoldTable() local 5624 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable2) in X86MemUnfoldTable() local 5628 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable3) in X86MemUnfoldTable() local 5632 for (const X86MemoryFoldTableEntry &Entry : MemoryFoldTable4) in X86MemUnfoldTable() local 5637 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable2) in X86MemUnfoldTable() local 5641 for (const X86MemoryFoldTableEntry &Entry : BroadcastFoldTable3) in X86MemUnfoldTable() local
|
| /third_party/node/deps/v8/src/interpreter/ |
| D | handler-table-builder.h | 50 struct Entry { struct 59 ZoneVector<Entry> entries_; argument
|
| /third_party/node/deps/zlib/google/ |
| D | zip_reader.h | 93 struct Entry { struct 104 // (In ZIP) -> (Entry.path) argument 108 base::FilePath path; 113 int64_t original_size; 143 // Entry POSIX permissions (POSIX systems only). argument 144 int posix_mode;
|
| /third_party/node/deps/v8/src/profiler/ |
| D | circular-queue.h | 51 struct alignas(PROCESSOR_CACHE_LINE_SIZE) Entry { struct 52 Entry() : marker(kEmpty) {} in Entry() function 57 Entry* Next(Entry* entry); argument
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| D | zip_reader.h | 90 struct Entry { struct 101 // (In ZIP) -> (Entry.path) argument 105 base::FilePath path; 110 int64_t original_size; 137 // Entry POSIX permissions (POSIX systems only). argument 138 int posix_mode;
|
| /third_party/skia/src/pdf/ |
| D | SkPDFGraphicStackState.h | 16 struct Entry { struct 18 uint32_t fClipStackGenID = SkClipStack::kWideOpenGenID; 19 SkColor4f fColor = {0, 0, 0, 1}; 20 SkScalar fTextScaleX = 1; // Zero means we don't care what the value is. 21 int fShaderIndex = -1; 22 int fGraphicStateIndex = -1;
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | issue-1113-template-references.rs | 10 pub struct Entry<K, V> { struct 16 impl<K, V> Default for Entry<K, V> { argument
|
| /third_party/skia/src/gpu/gl/ |
| D | GrGLGpuProgramCache.cpp | 20 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache 21 Entry(sk_sp<GrGLProgram> program) in Entry() function 24 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry() argument 27 sk_sp<GrGLProgram> fProgram; 28 GrGLPrecompiledProgram fPrecompiledProgram;
|
| /third_party/skia/src/gpu/vk/ |
| D | GrVkPipelineStateCache.cpp | 27 struct GrVkResourceProvider::PipelineStateCache::Entry { struct in GrVkResourceProvider::PipelineStateCache 28 Entry(GrVkGpu* gpu, GrVkPipelineState* pipelineState) in Entry() argument 32 ~Entry() { in ~Entry() 38 GrVkGpu* fGpu; 39 std::unique_ptr<GrVkPipelineState> fPipelineState;
|
| /third_party/node/deps/v8/src/ast/ |
| D | modules.h | 88 struct Entry : public ZoneObject { struct 110 explicit Entry(Scanner::Location loc) in Entry() argument
|
| /third_party/skia/src/gpu/gradients/ |
| D | GrGradientBitmapCache.cpp | 18 struct GrGradientBitmapCache::Entry { struct in GrGradientBitmapCache 19 Entry* fPrev; 20 Entry* fNext; 22 void* fBuffer; 23 size_t fSize; 24 SkBitmap fBitmap; 26 Entry(const void* buffer, size_t size, const SkBitmap& bm) in Entry() argument 35 ~Entry() { sk_free(fBuffer); } in ~Entry() 37 bool equals(const void* buffer, size_t size) const { in equals()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| D | DWARFDebugMacro.h | 22 struct Entry { struct 42 using MacroList = SmallVector<Entry, 4>; argument
|
| D | DWARFDebugPubTable.h | 26 struct Entry { struct 31 dwarf::PubIndexEntryDescriptor Descriptor; argument 35 StringRef Name;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | TimeProfiler.cpp | 35 struct Entry { struct 36 const TimePointType Start; 37 TimePointType End; 38 const std::string Name; 39 const std::string Detail; 41 Entry(TimePointType &&S, TimePointType &&E, std::string &&N, std::string &&Dt) in Entry() argument 48 steady_clock::rep getFlameGraphStartUs(TimePointType StartTime) const { in getFlameGraphStartUs() 54 steady_clock::rep getFlameGraphDurUs() const { in getFlameGraphDurUs()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Instrumentation/ |
| D | AddressSanitizer.h | 38 struct Entry { struct 44 Entry() = default; argument
|
| /third_party/skia/experimental/graphite/src/ |
| D | ResourceProvider.cpp | 32 struct ResourceProvider::GraphicsPipelineCache::Entry { struct in skgpu::ResourceProvider::GraphicsPipelineCache 33 Entry(sk_sp<GraphicsPipeline> pipeline) : fPipeline(std::move(pipeline)) {} in Entry() function 35 sk_sp<GraphicsPipeline> fPipeline;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyFixIrreducibleControlFlow.cpp | 74 ReachabilityGraph(MachineBasicBlock *Entry, const BlockSet &Blocks) in ReachabilityGraph() 113 MachineBasicBlock *Entry; member in __anonc79dfd450111::ReachabilityGraph 182 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() 190 MachineBasicBlock *Entry; member in __anonc79dfd450111::LoopBlocks 242 MachineBasicBlock *Entry, BlockSet &Blocks, MachineFunction &MF) { in processRegion() 368 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 384 for (auto *Entry : SortedEntries) { in makeSingleEntryLoop() local 395 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local 410 for (auto *Entry : Pred->successors()) in makeSingleEntryLoop() local 421 for (auto *Entry : Pred->successors()) { in makeSingleEntryLoop() local
|
| /third_party/vk-gl-cts/framework/common/ |
| D | tcuFunctionLibrary.hpp | 54 struct Entry struct in tcu::StaticFunctionLibrary 56 const char* name; 57 deFunctionPtr ptr;
|
| /third_party/skia/src/core/ |
| D | SkLRUCache.h | 21 struct Entry { struct 22 Entry(const K& key, V&& value) in Entry() argument 29 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Entry); argument
|
| D | SkDescriptor.h | 57 struct Entry { struct 58 uint32_t fTag; 59 uint32_t fLen;
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | cord_rep_consume.cc | 61 struct Entry { in Consume() struct 62 CordRep* rep; in Consume() 63 size_t offset; in Consume() 64 size_t length; in Consume()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DwarfStringPool.cpp | 29 auto &Entry = I.first->second; in getEntryImpl() local 97 for (const auto &Entry : Entries) { in emit() local 117 for (const auto &Entry : Pool) { in emit() local 124 for (const auto &Entry : Entries) in emit() local
|