/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() argument 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/flutter/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/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/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateCache.cpp | 25 struct GrVkResourceProvider::PipelineStateCache::Entry { struct in GrVkResourceProvider::PipelineStateCache 26 Entry(GrVkGpu* gpu, GrVkPipelineState* pipelineState) in Entry() function 30 ~Entry() { in ~Entry() 36 GrVkGpu* fGpu; 37 std::unique_ptr<GrVkPipelineState> fPipelineState;
|
/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/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() function 27 sk_sp<GrGLProgram> fProgram; 28 GrGLPrecompiledProgram fPrecompiledProgram;
|
/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/flutter/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/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/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() function 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/flutter/skia/src/gpu/gl/ |
D | GrGLGpuProgramCache.cpp | 25 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache 26 Entry(sk_sp<GrGLProgram> program) : fProgram(std::move(program)) {} in Entry() function 28 sk_sp<GrGLProgram> fProgram;
|
/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() argument 35 sk_sp<GraphicsPipeline> fPipeline;
|
/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/flutter/skia/src/core/ |
D | SkLRUCache.h | 21 struct Entry { struct 22 Entry(const K& key, V&& value) in Entry() function 29 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Entry); argument
|
/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 __anonc8d474c50111::ReachabilityGraph 182 LoopBlocks(MachineBasicBlock *Entry, const BlockSet &Enterers) in LoopBlocks() 190 MachineBasicBlock *Entry; member in __anonc8d474c50111::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/re2/re2/ |
D | prefilter_tree.h | 67 struct Entry { struct 80 StdIntMap* parents; 84 std::vector<int> regexps;
|
/third_party/skia/src/core/ |
D | SkLRUCache.h | 21 struct Entry { struct 22 Entry(const K& key, V&& value) in Entry() function 29 SK_DECLARE_INTERNAL_LLIST_INTERFACE(Entry); argument
|
/third_party/flutter/engine/flutter/flow/ |
D | raster_cache.h | 104 struct Entry { struct 115 Entry& entry = it->second; in SweepOneCacheAfterFrame() argument
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | dart_wrapper.h | 66 struct Entry { struct 72 void Register(std::initializer_list<Entry> entries); argument
|
/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()
|