Home
last modified time | relevance | path

Searched defs:Dimension (Results 1 – 25 of 39) sorted by relevance

12

/external/dynamic_depth/internal/dynamic_depth/
Ddimension.h8 struct Dimension { struct
9 Dimension(int w, int h) : width(w), height(h) {} in Dimension() argument
13 inline bool operator==(const Dimension& other) const { argument
/external/llvm-project/flang/include/flang/Evaluate/
Dfold-designator.h174 struct Dimension { struct
175 ConstantSubscript byteStride;
176 ConstantSubscript extent;
/external/tflite-support/tensorflow_lite_support/cc/task/vision/core/
Dframe_buffer.h127 struct Dimension { struct
133 bool operator==(const Dimension& other) const { argument
163 Dimension dimension, Format format, in Create() argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-magic-numbers.cpp162 struct Dimension { struct
166 explicit Dimension(T xval, T yval) noexcept : x{xval}, y{yval} { in Dimension() function
184 …tangle<double> mandelbrotCanvas{geometry::Point<double>{-2.5, -1}, geometry::Dimension<double>{3.5…
/external/angle/src/common/
Dvector_utils.h192 VectorBase<Dimension, Type>::VectorBase(const VectorBase<Dimension, Type2> &other) in VectorBase()
260 void VectorBase<Dimension, Type>::Store(const Vector<Dimension, Type> &source, Type *destination) in Store()
462 Type VectorBase<Dimension, Type>::dot(const VectorBase<Dimension, Type> &other) const in dot()
/external/eigen/Eigen/src/Geometry/
DUmeyama.h105 …enum { Dimension = EIGEN_SIZE_MIN_PREFER_DYNAMIC(Derived::RowsAtCompileTime, OtherDerived::RowsAtC… enumerator
/external/eigen/unsupported/Eigen/src/Splines/
DSpline.h39 enum { Dimension = _Dim /*!< The spline curve's dimension. */ }; enumerator
88 Spline(const Spline<Scalar, Dimension, OtherDegree>& spline) : in Spline() argument
315 enum { Dimension = SplineTraits<SplineType>::Dimension }; in derivativesImpl() enumerator
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h48 struct tgsi_dimension Dimension; member
56 struct tgsi_dimension Dimension; member
Dtgsi_ureg.h58 unsigned Dimension : 1; /* BOOL */ member
83 unsigned Dimension : 1; /* BOOL */ member
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_parse.h48 struct tgsi_dimension Dimension; member
56 struct tgsi_dimension Dimension; member
Dtgsi_ureg.h54 unsigned Dimension : 1; /* BOOL */ member
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dop_profile.proto48 message Dimension { message
Dop_metrics.proto16 message Dimension { message
/external/aac/libAACdec/src/
Daac_rom.h161 UCHAR Dimension; member
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h779 inline Dimension::Dimension() : value_(InferenceContext::kUnknownDim) {} in Dimension() function
780 inline Dimension::Dimension(int64 value) : value_(value) { in Dimension() function
/external/llvm-project/mlir/include/mlir/Analysis/
DAffineStructures.h60 enum IdKind { Dimension, Symbol, Local }; enumerator
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc.h250 unsigned Dimension : 1; /* BOOL */ member
269 unsigned Dimension : 1; /* BOOL */ member
/external/virglrenderer/src/gallium/include/pipe/
Dp_shader_tokens.h135 unsigned Dimension : 1; /**< any extra dimension info? */ member
729 unsigned Dimension : 1; /* BOOL */ member
764 unsigned Dimension : 1; /* BOOL */ member
774 unsigned Dimension : 1; /* BOOL */ member
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.cpp595 struct Dimension { struct
596 uint32_t dim_1;
597 uint32_t dim_2;
598 uint32_t dim_3;
599 uint32_t cube_map;
601 Dimension() { in Dimension() argument
/external/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h134 unsigned Dimension : 1; /**< any extra dimension info? */ member
751 unsigned Dimension : 1; /* BOOL */ member
786 unsigned Dimension : 1; /* BOOL */ member
796 unsigned Dimension : 1; /* BOOL */ member
/external/llvm-project/polly/lib/Analysis/
DDependenceInfo.cpp697 unsigned Dimension; in isParallel() local
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py182 class Dimension(object): class
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp294 uint32_t Dimension = 1; in replaceWithGEP() local
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h199 Dimension, enumerator
/external/libcxxabi/src/demangle/
DItaniumDemangle.h642 NodeOrString Dimension; variable
931 const NodeOrString Dimension; variable
952 const NodeOrString Dimension; variable
3331 NodeOrString Dimension; in parseArrayType() local

12