HomeSort by relevance Sort by last modified time
    Searched refs:MaxDepth (Results 1 - 25 of 34) sorted by null

1 2

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 236 template<int StorageOrder, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1,
237 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_blocking_space;
269 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
270 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, true>
284 SizeA = ActualRows * MaxDepth,
285 SizeB = ActualCols * MaxDepth,
286 SizeW = MaxDepth * Traits::WorkSpaceFactor
299 this->m_kc = MaxDepth;
311 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
312 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, false
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 95 vp.MaxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 97 vp.MaxDepth = 1.0f;
  /external/llvm/lib/CodeGen/
EarlyIfConversion.cpp 730 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth;
735 if (CondDepth > MaxDepth) {
736 unsigned Extra = CondDepth - MaxDepth;
746 if (TDepth > MaxDepth) {
747 unsigned Extra = TDepth - MaxDepth;
757 if (FDepth > MaxDepth) {
758 unsigned Extra = FDepth - MaxDepth;
ScheduleDAG.cpp 303 unsigned MaxDepth = BestI->getSUnit()->getDepth();
306 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 90 int MaxDepth,
97 MaxDepth(MaxDepth),
240 // 0 < CurrentDepth <= MaxDepth.
246 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
285 const int MaxDepth;
378 BoundNodesTreeBuilder *Builder, int MaxDepth,
382 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
400 MaxDepth, Traversal, Bind);
412 BoundNodesTreeBuilder *Builder, int MaxDepth,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 98 vp.MaxDepth = 1.0f;
  /external/llvm/lib/Target/NVPTX/
NVPTXFavorNonGenericAddrSpaces.cpp 227 const int MaxDepth = 20;
228 if (Depth >= MaxDepth)
  /external/mesa3d/src/mesa/main/
matrix.c 251 if (stack->Depth + 1 >= stack->MaxDepth) {
658 * \param maxDepth maximum stack depth.
661 * Allocates an array of \p maxDepth elements for the matrix stack and calls
666 GLuint maxDepth, GLuint dirtyFlag )
671 stack->MaxDepth = maxDepth;
674 stack->Stack = (GLmatrix *) CALLOC(maxDepth * sizeof(GLmatrix));
675 for (i = 0; i < maxDepth; i++) {
693 for (i = 0; i < stack->MaxDepth; i++) {
mtypes.h     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 151 vp.MaxDepth = 1.0f;
  /external/opencv3/samples/directx/
d3d10_interop.cpp 93 viewport.MaxDepth = 0.0f;
d3d11_interop.cpp 97 viewport.MaxDepth = 0.0f;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 380 enum { MaxDepth = 256 };
Parser.cpp     [all...]
  /external/opencv3/modules/ml/
precomp.hpp 126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 );
166 inline int getMaxDepth() const { return maxDepth; }
184 int maxDepth;
280 CV_WRAP_SAME_PROPERTY(int, MaxDepth, params)
  /external/opencv3/modules/ml/src/
precomp.hpp 126 TreeParams( int maxDepth, int minSampleCount,
142 maxDepth = std::min( val, 25 );
166 inline int getMaxDepth() const { return maxDepth; }
184 int maxDepth;
280 CV_WRAP_SAME_PROPERTY(int, MaxDepth, params)
boost.cpp 459 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
rtrees.cpp 366 CV_WRAP_SAME_PROPERTY(int, MaxDepth, impl.params)
  /external/llvm/lib/Analysis/
ValueTracking.cpp 43 const unsigned MaxDepth = 6;
763 if (Depth == MaxDepth)
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 66 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(_Lhs::MaxColsAtCompileTime,
79 depth_select = product_size_category<Depth,MaxDepth>::value
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 211 vp.MaxDepth = 1;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 386 vp.MaxDepth = 1.0f;
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp 932 const unsigned MaxDepth = 6;
    [all...]

Completed in 1541 milliseconds

1 2