HomeSort by relevance Sort by last modified time
    Searched defs:Dim (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.h 55 MIMGDim Dim;
AMDGPUSubtarget.cpp 357 unsigned Dim = UINT_MAX;
364 Dim = 0;
371 Dim = 1;
378 Dim = 2;
383 if (Dim <= 3) {
387 Node->getOperand(Dim))->getZExtValue();
  /external/eigen/Eigen/src/Geometry/
RotationBase.h 32 enum { Dim = _Dim };
37 typedef Matrix<Scalar,Dim,Dim> RotationMatrixType;
38 typedef Matrix<Scalar,Dim,1> VectorType;
56 EIGEN_DEVICE_FUNC inline Transform<Scalar,Dim,Isometry> operator*(const Translation<Scalar,Dim>& t) const
57 { return Transform<Scalar,Dim,Isometry>(*this) * t; }
67 * - a vector of size Dim
80 EIGEN_DEVICE_FUNC friend inline Transform<Scalar,Dim,Affine> operator*(const DiagonalMatrix<Scalar,Dim>& l, const Derived& r
    [all...]
Translation.h 35 enum { Dim = _Dim };
39 typedef Matrix<Scalar,Dim,1> VectorType;
41 typedef Matrix<Scalar,Dim,Dim> LinearMatrixType;
43 typedef Transform<Scalar,Dim,Affine> AffineTransformType;
45 typedef Transform<Scalar,Dim,Isometry> IsometryTransformType;
58 eigen_assert(Dim==2);
65 eigen_assert(Dim==3);
106 EIGEN_DEVICE_FUNC inline IsometryTransformType operator*(const RotationBase<Derived,Dim>& r) const
118 res.matrix().row(Dim).setZero()
    [all...]
AngleAxis.h 57 enum { Dim = 3 };
Rotation2D.h 49 enum { Dim = 2 };
Homogeneous.h 96 template<typename Scalar, int Dim, int Mode, int Options> friend
97 EIGEN_DEVICE_FUNC inline const Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous >
98 operator* (const Transform<Scalar,Dim,Mode,Options>& lhs, const Homogeneous& rhs)
101 return Product<Transform<Scalar,Dim,Mode,Options>, Homogeneous>(lhs,rhs);
222 template<typename Scalar, int Dim, int Mode,int Options>
223 struct take_matrix_for_product<Transform<Scalar, Dim, Mode, Options> >
225 typedef Transform<Scalar, Dim, Mode, Options> TransformType;
230 template<typename Scalar, int Dim, int Options>
231 struct take_matrix_for_product<Transform<Scalar, Dim, Projective, Options> >
233 typedef Transform<Scalar, Dim, Projective, Options> TransformType
    [all...]
Transform.h 24 Dim = Transform::Dim,
42 int Dim,
58 int Dim,
95 * - #Affine: the transformation is stored as a (Dim+1)^2 matrix,
97 * - #AffineCompact: the transformation is stored as a (Dim)x(Dim+1) matrix.
98 * - #Projective: the transformation is stored as a (Dim+1)^2 matrix
126 * to a compatible (Dim+1)^2 matrix and then perform a pure matrix product.
133 * \b Translation t (Dim)x(1)
    [all...]
  /external/eigen/unsupported/test/
polynomialutils.cpp 31 typedef internal::increment_if_fixed_size<_Deg> Dim;
32 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType;
69 typedef internal::increment_if_fixed_size<_Deg> Dim;
70 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType;
polynomialsolver.cpp 170 typedef internal::increment_if_fixed_size<_Deg> Dim;
171 typedef Matrix<_Scalar,Dim::ret,1> PolynomialType;
  /external/eigen/bench/
geometry.cpp 43 enum {Dim = T::Dim};
57 template<typename Scalar, int Dim, typename Data>
58 EIGEN_DONT_INLINE void transform(const Transform<Scalar,Dim,Projective>& t, Data& data)
60 data = (t * data.colwise().homogeneous()).template block<Dim,Data::ColsAtCompileTime>(0,0);
63 template<typename T> struct get_dim { enum { Dim = T::Dim }; };
65 struct get_dim<Matrix<S,R,C,O,MR,MC> > { enum { Dim = R }; };
72 Matrix<typename Transformation::Scalar,get_dim<Transformation>::Dim,N> data;
  /external/eigen/test/
geo_alignedbox.cpp 32 const Index dim = _box.dim(); local
34 VectorType p0 = VectorType::Random(dim);
35 VectorType p1 = VectorType::Random(dim);
37 p1 = VectorType::Random(dim); }
40 BoxType b0(dim);
41 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
60 BoxType box1(VectorType::Random(dim));
61 box1.extend(VectorType::Random(dim));
93 const Index dim = _box.dim(); local
    [all...]
geo_parametrizedline.cpp 23 const Index dim = _line.dim(); local
29 VectorType p0 = VectorType::Random(dim);
30 VectorType p1 = VectorType::Random(dim);
32 VectorType d0 = VectorType::Random(dim).normalized();
46 const int Dim = LineType::AmbientDimAtCompileTime;
48 ParametrizedLine<OtherScalar,Dim> hp1f = l0.template cast<OtherScalar>();
50 ParametrizedLine<Scalar,Dim> hp1d = l0.template cast<Scalar>();
54 VectorType p2 = VectorType::Random(dim);
55 VectorType n2 = VectorType::Random(dim).normalized()
    [all...]
geo_hyperplane.cpp 23 const Index dim = _plane.dim(); local
31 VectorType p0 = VectorType::Random(dim);
32 VectorType p1 = VectorType::Random(dim);
34 VectorType n0 = VectorType::Random(dim).normalized();
35 VectorType n1 = VectorType::Random(dim).normalized();
57 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ();
81 const int Dim = HyperplaneType::AmbientDimAtCompileTime;
83 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>()
    [all...]
  /external/eigen/unsupported/Eigen/src/BVH/
KdBVH.h 18 template<typename Scalar, int Dim>
21 EIGEN_MAKE_ALIGNED_OPERATOR_NEW_IF_VECTORIZABLE_FIXED_SIZE(Scalar, Dim)
22 typedef Matrix<Scalar, Dim, 1> VectorType;
70 enum { Dim = _Dim };
74 typedef AlignedBox<Scalar, Dim> Volume;
170 typedef internal::vector_int_pair<Scalar, Dim> VIPair;
172 typedef Matrix<Scalar, Dim, 1> VectorType;
175 VectorComparator(int inDim) : dim(inDim) {}
176 inline bool operator()(const VIPair &v1, const VIPair &v2) const { return v1.first[dim] < v2.first[dim]; }
177 int dim; member in struct:Eigen::KdBVH::VectorComparator
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/Utils/
AMDGPUBaseInfo.h 206 MIMGDim Dim;
213 const MIMGDimInfo *getMIMGDimInfo(unsigned Dim);
  /external/tensorflow/tensorflow/core/common_runtime/eager/
tensor_handle.cc 202 Status TensorHandle::Dim(int dim_index, int64* dim) {
205 *dim = remote_shape_->dim_size(dim_index);
209 DCHECK(dim != nullptr);
211 *dim = tensor_.dim_size(dim_index);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_parse.h 64 struct tgsi_declaration_dimension Dim;
  /external/virglrenderer/src/gallium/auxiliary/tgsi/
tgsi_parse.h 64 struct tgsi_declaration_dimension Dim;
  /external/eigen/demos/opengl/
quaternion_demo.cpp 138 enum { Dim = 3 };
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVType.h 341 SPIRVImageDimKind Dim;
350 return std::make_tuple(std::make_tuple(Desc.Dim, Desc.Depth, Desc.Arrayed,
353 SPIRVTypeImageDescriptor():Dim(Dim1D), Depth(0), Arrayed(0),
355 SPIRVTypeImageDescriptor(SPIRVImageDimKind Dim, SPIRVWord Cont, SPIRVWord Arr,
356 SPIRVWord Comp, SPIRVWord Mult, SPIRVWord F):Dim(Dim), Depth(Cont),
437 _SPIRV_DEF_ENCDEC9(Id, SampledType, Desc.Dim, Desc.Depth,
444 assert(Desc.Dim <= 5);
  /external/swiftshader/third_party/LLVM/utils/TableGen/
CodeGenRegisters.cpp 166 unsigned Dim = Indices.size();
168 if (Dim != SubRegs->getSize())
170 if (Dim < 2)
175 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
176 for (unsigned i = 0; i != Dim; ++i) {
195 for (unsigned i = 0; i != Dim; ++i) {
  /external/tensorflow/tensorflow/core/framework/
shape_inference.h 63 DimensionHandle(const Dimension* dim) { ptr_ = dim; }
127 DimensionOrConstant(DimensionHandle dim);
132 // dim takes precedence. If dim != nullptr, val is ignored.
133 DimensionHandle dim; member in struct:tensorflow::shape_inference::DimensionOrConstant
342 DimensionHandle Dim(ShapeHandle s, int64 idx) {
365 return d.dim.IsSet() ? d.dim->value_ : d.val;
401 // If <dim> has value <value>, or its value is unknown, returns OK and return
    [all...]
  /external/spirv-llvm/lib/SPIRV/
OCL20ToSPIRV.cpp 175 /// Transform get_image_{width|height|depth|dim}.
    [all...]
  /external/llvm/utils/TableGen/
CodeGenRegisters.cpp 544 unsigned Dim = Indices.size();
546 if (Dim != SubRegs->size())
548 if (Dim < 2)
554 SmallVector<SetTheory::RecSet, 4> Lists(Dim);
555 for (unsigned i = 0; i != Dim; ++i) {
574 for (unsigned i = 0; i != Dim; ++i) {
    [all...]

Completed in 352 milliseconds

1 2 3