Home
last modified time | relevance | path

Searched defs:Sizes (Results 1 – 25 of 127) sorted by relevance

123456

/aosp_15_r20/external/skia/src/core/
H A DSkVertices.cpp41 struct SkVertices::Sizes { struct in SkVertices
42 Sizes(const Desc& desc) { in Sizes() function
85 bool isValid() const { return fTotal != 0; } in isValid()
87 size_t fTotal = 0; // size of entire SkVertices allocation (obj + arrays)
88 size_t fArrays; // size of all the data arrays (V + D + T + C + I)
89 size_t fVSize;
90 size_t fTSize;
91 size_t fCSize;
92 size_t fISize;
96 size_t fBuilderTriFanISize;
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_memory_editor.h153 struct Sizes struct
155 int AddrDigitsCount;
156 float LineHeight;
157 float GlyphWidth;
158 float HexCellWidth;
159 float SpacingBetweenMidCols;
160 float PosHexStart;
161 float PosHexEnd;
162 float PosAsciiStart;
163 float PosAsciiEnd;
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DDelinearization.cpp202 SmallVectorImpl<const SCEV *> &Sizes) { in findArrayDimensionsRec()
281 SmallVectorImpl<const SCEV *> &Sizes, in findArrayDimensions()
345 SmallVectorImpl<const SCEV *> &Sizes) { in computeAccessFunctions()
452 SmallVectorImpl<const SCEV *> &Sizes, in delinearize()
489 SmallVectorImpl<int> &Sizes) { in getIndexExpressionsFromGEP()
526 SmallVectorImpl<const SCEV *> &Subscripts, SmallVectorImpl<int> &Sizes) { in tryDelinearizeFixedSizeImpl()
609 SmallVector<const SCEV *, 3> Subscripts, Sizes; in printDelinearization() local
/aosp_15_r20/external/pytorch/functorch/dim/
H A DREADME.md168 …to set the debug names for the dimensions based on the names of the variables they are assigned to.
169 …h the `index` method by specifying the dimension to be index into (e.g. `input_fc.index(batch, 0)`.
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
H A Dtf_cpurt.h92 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, rank>* memref) { in Sizes() function
97 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, 0>* memref) { in Sizes() function
H A Dtf_jitrt.h111 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, rank>* memref) { in Sizes() function
116 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, 0>* memref) { in Sizes() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/
H A DTpiStreamBuilder.cpp41 void TpiStreamBuilder::updateTypeIndexOffsets(ArrayRef<uint16_t> Sizes) { in updateTypeIndexOffsets()
73 ArrayRef<uint16_t> Sizes, in addTypeRecords()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/
H A Dtf_cpurt_executor.cc190 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, rank>* memref) { in Sizes() function
200 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, 0>* memref) { in Sizes() function
H A Dtf_jitrt_executor.cc124 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, rank>* memref) { in Sizes() function
134 static llvm::ArrayRef<int64_t> Sizes(StridedMemRefType<T, 0>* memref) { in Sizes() function
/aosp_15_r20/frameworks/native/include/ftl/
H A Dstatic_vector.h204 StaticVector(InitializerList<U, std::index_sequence<Size, Sizes...>, Types...>&& list) in StaticVector() argument
355 std::index_sequence<Size, Sizes...>, std::tuple<Args...>& tuple) in StaticVector() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5941 const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
5962 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
6920 const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
6940 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
7121 const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7141 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7302 const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
7313 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5901 const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
5922 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
6880 const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
6900 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
7081 const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7101 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7262 const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
7273 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5941 const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
5962 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
6920 const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
6940 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
7121 const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7141 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7302 const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
7313 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DOpenMPClause.h851 MutableArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
856 ArrayRef<Expr *> Sizes = getSizesRefs(); in children() local
5941 const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
5962 explicit OMPMapClause(const OMPMappableExprListSizeTy &Sizes) in OMPMapClause()
6920 const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
6940 explicit OMPToClause(const OMPMappableExprListSizeTy &Sizes) in OMPToClause()
7121 const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7141 explicit OMPFromClause(const OMPMappableExprListSizeTy &Sizes) in OMPFromClause()
7302 const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
7313 explicit OMPUseDevicePtrClause(const OMPMappableExprListSizeTy &Sizes) in OMPUseDevicePtrClause()
[all …]
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DChecksumCalculator.h129 enum Sizes { enum
/aosp_15_r20/hardware/google/aemu/base/
DArraySize_unittest.cpp23 TEST(ArraySize, Sizes) { in TEST() argument
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/gopackagesdriver/
H A Dmain.go35 Sizes *types.StdSizes member
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/
H A D7zFolderInStream.h59 CRecordVector<UInt64> Sizes; variable
/aosp_15_r20/external/kotlinx.serialization/benchmark/src/jmh/kotlin/kotlinx/benchmarks/model/
H A DTwitter.kt138 data class Sizes( class
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/tools/go/analysis/passes/cgocall/
Dcgocall.go174 …n.FileSet, pkg *types.Package, files []*ast.File, info *types.Info, sizes types.Sizes) ([]*ast.Fil…
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DLoopCacheAnalysis.h137 SmallVector<const SCEV *, 3> Sizes; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DDelinearization.cpp100 SmallVector<const SCEV *, 3> Subscripts, Sizes; in print() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetProvider.kt209 private class Sizes( in <lambda>() class
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dsizes.go13 type Sizes interface { interface
/aosp_15_r20/external/intel-media-driver/media_common/agnostic/common/shared/
H A Dmedia_factory.h42 typedef std::map<KeyType, uint32_t> Sizes; typedef

123456