Searched defs:MaxSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglarray.h41 EGLint MaxSize; member in struct:_egl_array
/external/compiler-rt/test/profile/
H A Dinstrprof-without-libc.c25 const uint64_t MaxSize = 10000; local
26 static char Buffer[MaxSize];
29 if (Size > MaxSize)
/external/mesa3d/src/egl/main/
H A Deglarray.h41 EGLint MaxSize; member in struct:_egl_array
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h27 int MaxSize() const {return kMaxSize_;} function in class:Tote
65 int MaxSize() const {return kMaxSize_;} function in class:ToteWithReliability
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h68 MaxSize = MatrixType::MaxRowsAtCompileTime, enumerator in enum:Eigen::HessenbergDecomposition::__anon20888
69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
H A DTridiagonalization.h76 MaxSize = MatrixType::MaxRowsAtCompileTime, enumerator in enum:Eigen::Tridiagonalization::__anon20892
77 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
/external/llvm/lib/TableGen/
H A DSetTheory.cpp153 unsigned MaxSize = 0; variable
156 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
159 for (unsigned n = 0; n != MaxSize; ++n)
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp95 unsigned MaxSize; member in class:__anon26307::LUAnalysisCache
101 MaxSize(Threshold)
241 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
242 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
273 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp213 size_t MaxSize = FirstInst->Operands.size(); local
225 MaxSize = std::max(MaxSize, OtherInst->Operands.size());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator in enum:blink::SizeType
/external/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1545 uint64_t MaxSize = kMinStackMallocSize; local
1546 for (int i = 0; ; i++, MaxSize *= 2)
1547 if (LocalStackSize <= MaxSize)
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c210 GLsizei MaxSize; /**< Max possible texture size */ member in struct:temp_texture
1177 tex->MaxSize = ctx->Const.MaxTextureRectSize;
1183 tex->MaxSize = 1 << (ctx->Const.MaxTextureLevels - 1);
1187 assert(tex->MaxSize > 0);
1252 ASSERT(width <= tex->MaxSize);
1253 ASSERT(height <= tex->MaxSize);
1581 const GLsizei maxTexSize = tex->MaxSize;
2117 width > tex->MaxSize ||
2118 height > tex->MaxSize) {
2440 if (width > tex->MaxSize || heigh
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c210 GLsizei MaxSize; /**< Max possible texture size */ member in struct:temp_texture
1177 tex->MaxSize = ctx->Const.MaxTextureRectSize;
1183 tex->MaxSize = 1 << (ctx->Const.MaxTextureLevels - 1);
1187 assert(tex->MaxSize > 0);
1252 ASSERT(width <= tex->MaxSize);
1253 ASSERT(height <= tex->MaxSize);
1581 const GLsizei maxTexSize = tex->MaxSize;
2117 width > tex->MaxSize ||
2118 height > tex->MaxSize) {
2440 if (width > tex->MaxSize || heigh
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib

Completed in 347 milliseconds