HomeSort by relevance Sort by last modified time
    Searched refs:MaxDepth (Results 1 - 25 of 41) 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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10tri/
d3d10tri.cpp 95 vp.MaxDepth = 1.0f;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tri/
d3d11tri.cpp 97 vp.MaxDepth = 1.0f;
  /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 721 unsigned MaxDepth = Slack + TailTrace.getInstrCycles(PI.PHI).Depth;
726 if (CondDepth > MaxDepth) {
727 unsigned Extra = CondDepth - MaxDepth;
737 if (TDepth > MaxDepth) {
738 unsigned Extra = TDepth - MaxDepth;
748 if (FDepth > MaxDepth) {
749 unsigned Extra = FDepth - MaxDepth;
ScheduleDAG.cpp 304 unsigned MaxDepth = BestI->getSUnit()->getDepth();
307 if (I->getKind() == SDep::Data && I->getSUnit()->getDepth() > MaxDepth)
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 86 int MaxDepth,
93 MaxDepth(MaxDepth),
239 // 0 < CurrentDepth <= MaxDepth.
245 if (CurrentDepth == 0 || CurrentDepth > MaxDepth) {
284 const int MaxDepth;
372 BoundNodesTreeBuilder *Builder, int MaxDepth,
376 return matchesRecursively(Node, Matcher, Builder, MaxDepth, Traversal,
394 MaxDepth, Traversal, Bind);
403 BoundNodesTreeBuilder *Builder, int MaxDepth,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 98 vp.MaxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11tex/
d3d11tex.cpp 98 vp.MaxDepth = 1.0f;
  /external/chromium_org/third_party/mesa/src/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++) {
  /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++) {
  /external/llvm/lib/Analysis/
ValueTracking.cpp 37 const unsigned MaxDepth = 6;
230 assert(Depth <= MaxDepth && "Limit Search Depth");
331 if (Depth == MaxDepth)
709 if (Depth < MaxDepth - 1 && !KnownZero && !KnownOne) {
725 MaxDepth-1);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 151 vp.MaxDepth = 1.0f;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11spikysphere/
d3d11spikysphere.cpp 151 vp.MaxDepth = 1.0f;
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
PixelTransfer11.cpp 214 viewport.MaxDepth = 1.0f;
Blit11.cpp 482 viewport.MaxDepth = 1.0f;
599 viewport.MaxDepth = 1.0f;
712 viewport.MaxDepth = 1.0f;
    [all...]
Clear11.cpp 423 viewport.MaxDepth = 1;
SwapChain11.cpp 577 viewport.MaxDepth = 1.0f;
  /external/clang/lib/Parse/
RAIIObjectsForParser.h 374 enum { MaxDepth = 256 };
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 211 vp.MaxDepth = 1;
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 386 vp.MaxDepth = 1.0f;
  /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;

Completed in 271 milliseconds

1 2