Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 25 of 684) sorted by relevance

12345678910>>...28

/external/skia/src/gpu/
DGrThreadSafeCache.h191 struct Entry { struct
192 Entry(const skgpu::UniqueKey& key, const GrSurfaceProxyView& view) in Entry() argument
198 Entry(const skgpu::UniqueKey& key, sk_sp<VertexData> vertData) in Entry() argument
204 ~Entry() { in ~Entry() argument
208 bool uniquelyHeld() const { in uniquelyHeld()
220 const skgpu::UniqueKey& key() const { in key()
225 SkData* getCustomData() const { in getCustomData()
230 sk_sp<SkData> refCustomData() const { in refCustomData()
235 GrSurfaceProxyView view() { in view()
240 sk_sp<VertexData> vertexData() { in vertexData()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp193 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 …]
DX86InstrFoldTables.cpp5612 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
/external/tensorflow/tensorflow/core/common_runtime/
Dentry.h32 struct Entry { struct
34 NO_VALUE = 0, // The default state for a newly-created Entry. argument
40 Entry() : state(State::NO_VALUE) {} in Entry() function
41 Entry(const Entry& other) : state(other.state), alloc_attr(other.alloc_attr) { in Entry() function
57 ~Entry() { in ~Entry() argument
106 void ClearVal() { in ClearVal()
113 union {
138 typedef gtl::InlinedVector<Entry, 4> EntryVector; argument
/external/libchrome/components/policy/core/common/
Dpolicy_map.h29 struct POLICY_EXPORT Entry { struct
39 Entry(); argument
43 Entry& operator=(Entry&&) noexcept; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLoc.h23 struct Entry { struct
38 SmallVector<Entry, 2> Entries; argument
60 struct Entry { struct
68 SmallVector<Entry, 2> Entries; argument
DDWARFDebugMacro.h23 struct Entry { struct
43 typedef SmallVector<Entry, 4> MacroList; argument
/external/llvm/lib/Target/X86/
DX86TargetTransformInfo.cpp129 if (const auto *Entry = CostTableLookup(AVX2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
144 if (const auto *Entry = CostTableLookup(AVX512CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
172 if (const auto *Entry = CostTableLookup(AVX2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
207 if (const auto *Entry = CostTableLookup(XOPCostTable, ISD, LT.second)) in getArithmeticInstrCost() local
236 if (const auto *Entry = CostTableLookup(AVX2CustomCostTable, ISD, in getArithmeticInstrCost() local
285 if (const auto *Entry = CostTableLookup(SSE2UniformConstCostTable, ISD, in getArithmeticInstrCost() local
365 if (const auto *Entry = CostTableLookup(SSE2CostTable, ISD, LT.second)) in getArithmeticInstrCost() local
391 if (const auto *Entry = CostTableLookup(AVX1CostTable, ISD, VT)) in getArithmeticInstrCost() local
402 if (const auto *Entry = CostTableLookup(CustomLowered, ISD, LT.second)) in getArithmeticInstrCost() local
458 if (const auto *Entry = CostTableLookup(AVXAltShuffleTbl, in getShuffleCost() local
[all …]
/external/skia/src/core/
DSkShaderCodeDictionary.h62 struct Entry { struct
73 Entry(std::unique_ptr<SkPaintParamsKey> key) : fKey(std::move(key)) {} in Entry() argument
84 const Entry* findOrCreate(std::unique_ptr<SkPaintParamsKey>) SK_EXCLUDES(fSpinLock); argument
/external/perfetto/src/profiling/common/
Dinterner.h36 struct Entry { struct
38 Entry(Interner<T>* in, InternID i, U... args) in Entry() function
45 size_t operator()(const Entry& e) const noexcept { in operator() argument
60 explicit Interned(Entry* entry) : entry_(entry) {} in Interned() argument
/external/zlib/google/
Dzip_reader.h90 struct Entry { struct
95 std::string path_in_original_encoding;
100 base::FilePath path;
105 int64_t original_size;
132 // Entry POSIX permissions (POSIX systems only). argument
133 int posix_mode;
/external/angle/third_party/zlib/google/
Dzip_reader.h90 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;
/external/libchrome/base/trace_event/
Dmemory_allocator_dump.h44 struct BASE_EXPORT Entry { struct
45 enum EntryType { argument
58 Entry& operator=(Entry&& other); argument
64 EntryType entry_type; argument
69 DISALLOW_COPY_AND_ASSIGN(Entry); argument
/external/skia/src/pdf/
DSkPDFGraphicStackState.h16 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;
/external/clang/tools/diagtool/
DListWarnings.cpp31 struct Entry { struct
32 llvm::StringRef DiagName;
33 llvm::StringRef Flag;
35 Entry(llvm::StringRef diagN, llvm::StringRef flag) in Entry() argument
38 bool operator<(const Entry &x) const { return DiagName < x.DiagName; } in operator <()
/external/skia/src/gpu/gl/
DGrGLGpuProgramCache.cpp20 struct GrGLGpu::ProgramCache::Entry { struct in GrGLGpu::ProgramCache
21 Entry(sk_sp<GrGLProgram> program) in Entry() argument
24 Entry(const GrGLPrecompiledProgram& precompiledProgram) in Entry() argument
27 sk_sp<GrGLProgram> fProgram;
28 GrGLPrecompiledProgram fPrecompiledProgram;
/external/google-breakpad/src/common/
Dstabs_reader.h119 struct Entry { struct
138 // Create a EntryIterator walking the entries in BUFFER. Treat the argument
158 // Dereferencing this iterator produces a reference to an Entry structure argument
/external/llvm/lib/Support/
DSpecialCaseList.cpp34 struct SpecialCaseList::Entry { struct in llvm::SpecialCaseList
35 Entry() {} in Entry() function
36 Entry(Entry &&Other) in Entry() argument
39 StringSet<> Strings;
40 std::unique_ptr<Regex> RegEx;
42 bool match(StringRef Query) const { in match()
/external/skia/src/gpu/vk/
DGrVkPipelineStateCache.cpp27 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;
/external/libchrome/mojo/core/
Dwatcher_set.h46 struct Entry { struct
51 Entry& operator=(Entry&& other); argument
57 DISALLOW_COPY_AND_ASSIGN(Entry); argument
/external/skia/src/gpu/gradients/
DGrGradientBitmapCache.cpp18 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() function
35 ~Entry() { sk_free(fBuffer); } in ~Entry()
37 bool equals(const void* buffer, size_t size) const { in equals()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTimeProfiler.cpp35 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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugMacro.h22 struct Entry { struct
42 using MacroList = SmallVector<Entry, 4>; argument
/external/tensorflow/tensorflow/compiler/xla/
Dmetric_table_report.h54 struct Entry { struct
69 void AddEntry(Entry entry); argument
/external/clang/include/clang/Lex/
DHeaderSearchOptions.h48 struct Entry { struct
58 Entry(StringRef path, frontend::IncludeDirGroup group, bool isFramework, in Entry() argument

12345678910>>...28