Searched refs:MinSize (Results 26 - 50 of 70) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_sf_state.c278 point_size = CLAMP(ctx->Point.Size, ctx->Point.MinSize, ctx->Point.MaxSize);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_rasterizer.c209 ctx->Point.MinSize,
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_points.c68 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize);
546 ctx->Point.MinSize,
/external/llvm/lib/CodeGen/AsmPrinter/
H A DEHStreamer.cpp37 unsigned MinSize = LSize < RSize ? LSize : RSize; local
40 for (; Count != MinSize; ++Count)
/external/llvm/lib/Target/AArch64/
H A DAArch64A57FPLoadBalancing.cpp397 unsigned MinSize = L.front()->size() - SizeFuzz; local
399 if ((*I)->size() <= MinSize) {
/external/mesa3d/src/mesa/swrast/
H A Ds_points.c68 size = CLAMP(size, ctx->Point.MinSize, ctx->Point.MaxSize);
546 ctx->Point.MinSize,
/external/llvm/include/llvm/CodeGen/
H A DCallingConvLower.h408 int MinSize, int MinAlign, ISD::ArgFlagsTy ArgFlags);
/external/llvm/include/llvm/IR/
H A DAttributes.h79 MinSize, ///< Function must be optimized for size first enumerator in enum:llvm::Attribute::AttrKind
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c269 value[1] = ctx->Point.MinSize;
494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp244 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); local
245 assert(BranchFixups.size() >= MinSize && "fixup stack out of order");
247 while (BranchFixups.size() > MinSize &&
/external/eigen/Eigen/src/Eigen2Support/
H A DSVD.h39 MinSize = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, MatrixType::ColsAtCompileTime) enumerator in enum:Eigen::SVD::__anon20883
45 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MinSize> MatrixUType;
47 typedef Matrix<Scalar, MinSize, 1> SingularValuesType;
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c269 value[1] = ctx->Point.MinSize;
494 value[1] = ctx->Point.MinSize >= minImplSize ? ctx->Point.MinSize : minImplSize;
/external/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp498 uint64_t MinSize = X86FI->getCalleeSavedFrameSize();
499 if (HasFP) MinSize += SlotSize;
500 StackSize = std::max(MinSize, StackSize > 128 ? StackSize - 128 : 0);
/external/llvm/lib/Transforms/IPO/
H A DInliner.cpp286 Attribute::MinSize))
/external/llvm/lib/IR/
H A DAttributes.cpp178 if (hasAttribute(Attribute::MinSize))
388 case Attribute::MinSize: return 1ULL << 33;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c209 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
1186 tex->MinSize = 16; /* 16 x 16 at least */
1262 tex->Width = MAX2(tex->MinSize, width);
1263 tex->Height = MAX2(tex->MinSize, height);
1268 w = h = tex->MinSize;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c209 GLsizei MinSize; /**< Min texture size to allocate */ member in struct:temp_texture
1186 tex->MinSize = 16; /* 16 x 16 at least */
1262 tex->Width = MAX2(tex->MinSize, width);
1263 tex->Height = MAX2(tex->MinSize, height);
1268 w = h = tex->MinSize;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h35 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator in enum:blink::SizeType
H A DRenderBox.cpp528 return std::max(logicalWidth, computeLogicalWidthUsing(MinSize, styleToUse->logicalMinWidth(), availableWidth, cb));
2534 ASSERT(sizeType == MinSize || sizeType == MaxSize);
2535 Length logicalHeight = sizeType == MinSize ? style()->logicalMinHeight() : style()->logicalMaxHeight();
2536 Length initialLogicalHeight = sizeType == MinSize ? RenderStyle::initialMinSize() : RenderStyle::initialMaxSize();
2558 if (!logicalHeightComputesAsNone(MinSize))
H A DRenderFlexibleBox.cpp853 minExtent = computeMainAxisExtentForChild(child, MinSize, min);
/external/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp1014 FnAttrs.hasAttribute(AttributeSet::FunctionIndex, Attribute::MinSize);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state.c584 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
585 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c584 rmesa->hw.lin.cmd[LIN_SE_LINE_WIDTH] |= (GLuint)(ctx->Point.MinSize * 16.0) << 16;
585 fcmd[PTP_CLAMP_MIN] = ctx->Point.MinSize;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tris.c465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tris.c465 psz[0] = MAX2(ctx->Point.Threshold, ctx->Point.MinSize);

Completed in 1900 milliseconds

123