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

1 2

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 243 template<int StorageOrder, typename LhsScalar, typename RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor=1,
244 bool FiniteAtCompileTime = MaxRows!=Dynamic && MaxCols!=Dynamic && MaxDepth != Dynamic> class gemm_blocking_space;
274 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
275 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, true /* == FiniteAtCompileTime */>
289 SizeA = ActualRows * MaxDepth,
290 SizeB = ActualCols * MaxDepth
307 this->m_kc = MaxDepth;
325 template<int StorageOrder, typename _LhsScalar, typename _RhsScalar, int MaxRows, int MaxCols, int MaxDepth, int KcFactor>
326 class gemm_blocking_space<StorageOrder,_LhsScalar,_RhsScalar,MaxRows, MaxCols, MaxDepth, KcFactor, false>
  /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)
MachinePipeliner.cpp 425 int MaxDepth = 0;
470 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
479 MaxDepth = 0;
495 return MaxDepth > RHS.MaxDepth;
503 MaxDepth == RHS.MaxDepth;
513 << " depth " << MaxDepth << " col " << Colocate << "\n";
    [all...]
  /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 230 const int MaxDepth = 20;
231 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/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 33 const unsigned MaxDepth = 6;
64 assert(Depth <= MaxDepth && "Limit Search Depth");
147 if (Depth == MaxDepth || Mask == 0)
645 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
661 KnownZero2, KnownOne2, TD, MaxDepth-1);
731 if (Depth++ == MaxDepth)
770 if (Depth++ == MaxDepth)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 151 vp.MaxDepth = 1.0f;
  /external/llvm/lib/Analysis/
ValueTracking.cpp 47 const unsigned MaxDepth = 6;
83 std::array<const Value*, MaxDepth> Excluded;
555 if (Depth == MaxDepth)
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 45 MaxDepth = EIGEN_SIZE_MIN_PREFER_FIXED(traits<_Lhs>::MaxColsAtCompileTime,
57 depth_select = product_size_category<Depth,MaxDepth>::value
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 380 enum { MaxDepth = 256 };
Parser.cpp     [all...]
  /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     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
d3d10.idl     [all...]
d3d11.idl 454 FLOAT MaxDepth;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10.idl     [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 967 viewport.scale[2] = (viewports[0].MaxDepth - viewports[0].MinDepth);
    [all...]

Completed in 3820 milliseconds

1 2