Searched refs:Const (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
H A DConst.java14 public class Const implements IExpression { class in inherits:IExpression
18 public Const(final double value) { method in class:Const
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
H A Dp2.cpp6 struct Const { struct in namespace:move
7 Const(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move constructor may not be const}}
8 Const& operator=(const Const&&) = default; // expected-error {{the parameter for an explicitly-defaulted move assignment operator may not be const}}
35 struct Const { struct in namespace:copy
36 Const(const Const&) = default;
37 Const& operator=(const Const
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.c163 ctx->Const.MaxDualSourceDrawBuffers = 1;
164 ctx->Const.MaxDrawBuffers = BRW_MAX_DRAW_BUFFERS;
165 ctx->Const.MaxTextureImageUnits = BRW_MAX_TEX_UNIT;
166 ctx->Const.MaxTextureCoordUnits = 8; /* Mesa limit */
167 ctx->Const.MaxTextureUnits = MIN2(ctx->Const.MaxTextureCoordUnits,
168 ctx->Const.MaxTextureImageUnits);
169 ctx->Const.MaxVertexTextureImageUnits = BRW_MAX_TEX_UNIT;
170 ctx->Const.MaxCombinedTextureImageUnits =
171 ctx->Const
[all...]
H A Dintel_span.c116 for (int i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
157 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
187 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
207 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_context.c87 intel->ctx.Const.MaxTextureUnits = I830_TEX_UNITS;
88 intel->ctx.Const.MaxTextureImageUnits = I830_TEX_UNITS;
89 intel->ctx.Const.MaxTextureCoordUnits = I830_TEX_UNITS;
94 ctx->Const.MaxTextureLevels = 12;
95 ctx->Const.Max3DTextureLevels = 9;
96 ctx->Const.MaxCubeTextureLevels = 11;
97 ctx->Const.MaxTextureRectSize = (1 << 11);
98 ctx->Const.MaxTextureUnits = I830_TEX_UNITS;
100 ctx->Const.MaxTextureMaxAnisotropy = 2.0;
102 ctx->Const
[all...]
H A Di915_context.c213 ctx->Const.MaxTextureUnits = I915_TEX_UNITS;
214 ctx->Const.MaxTextureImageUnits = I915_TEX_UNITS;
215 ctx->Const.MaxTextureCoordUnits = I915_TEX_UNITS;
216 ctx->Const.MaxVarying = I915_TEX_UNITS;
217 ctx->Const.MaxCombinedTextureImageUnits =
218 ctx->Const.MaxVertexTextureImageUnits +
219 ctx->Const.MaxTextureImageUnits;
224 ctx->Const.MaxTextureLevels = 12;
225 ctx->Const.Max3DTextureLevels = 9;
226 ctx->Const
[all...]
H A Dintel_span.c116 for (int i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
157 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
187 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
207 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
/external/mesa3d/src/glsl/
H A Dstandalone_scaffolding.cpp84 ctx->Const.GLSLVersion = 120;
87 ctx->Const.MaxLights = 8;
88 ctx->Const.MaxClipPlanes = 6;
89 ctx->Const.MaxTextureUnits = 2;
90 ctx->Const.MaxTextureCoordUnits = 2;
91 ctx->Const.VertexProgram.MaxAttribs = 16;
93 ctx->Const.VertexProgram.MaxUniformComponents = 512;
94 ctx->Const.MaxVarying = 8; /* == gl_MaxVaryingFloats / 4 */
95 ctx->Const.MaxVertexTextureImageUnits = 0;
96 ctx->Const
[all...]
H A Dglsl_parser_extras.cpp74 this->Const.MaxLights = ctx->Const.MaxLights;
75 this->Const.MaxClipPlanes = ctx->Const.MaxClipPlanes;
76 this->Const.MaxTextureUnits = ctx->Const.MaxTextureUnits;
77 this->Const.MaxTextureCoords = ctx->Const.MaxTextureCoordUnits;
78 this->Const.MaxVertexAttribs = ctx->Const
[all...]
H A Dbuiltin_variables.cpp512 state->Const.MaxVertexAttribs);
514 state->Const.MaxVertexUniformComponents);
516 state->Const.MaxVaryingFloats / 4);
518 state->Const.MaxVertexTextureImageUnits);
520 state->Const.MaxCombinedTextureImageUnits);
522 state->Const.MaxTextureImageUnits);
524 state->Const.MaxFragmentUniformComponents);
548 state->Const.MaxLights);
550 state->Const.MaxClipPlanes);
552 state->Const
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_context.c269 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
271 ctx->Const.MaxTextureImageUnits = ctx->Const.MaxTextureUnits;
272 ctx->Const.MaxTextureCoordUnits = ctx->Const.MaxTextureUnits;
273 ctx->Const.MaxCombinedTextureImageUnits = ctx->Const.MaxTextureUnits;
275 ctx->Const.StripTextureBorder = GL_TRUE;
281 ctx->Const.MaxTextureLevels = 12;
282 ctx->Const
[all...]
/external/mesa3d/src/mesa/main/
H A Dcontext.c546 ctx->Const.MaxUniformBlockSize / 4 *
552 * Initialize fields of gl_constants (aka ctx->Const.*).
562 ctx->Const.MaxTextureMbytes = MAX_TEXTURE_MBYTES;
563 ctx->Const.MaxTextureLevels = MAX_TEXTURE_LEVELS;
564 ctx->Const.Max3DTextureLevels = MAX_3D_TEXTURE_LEVELS;
565 ctx->Const.MaxCubeTextureLevels = MAX_CUBE_TEXTURE_LEVELS;
566 ctx->Const.MaxTextureRectSize = MAX_TEXTURE_RECT_SIZE;
567 ctx->Const.MaxArrayTextureLayers = MAX_ARRAY_TEXTURE_LAYERS;
568 ctx->Const.MaxTextureCoordUnits = MAX_TEXTURE_COORD_UNITS;
569 ctx->Const
[all...]
H A Dversion.c74 n = sscanf(version, "%u", &ctx->Const.GLSLVersion);
125 ctx->Const.GLSLVersion >= 120 &&
129 ctx->Const.GLSLVersion >= 130 &&
130 ctx->Const.MaxSamples >= 4 &&
149 ctx->Const.GLSLVersion >= 140 &&
157 ctx->Const.MaxVertexTextureImageUnits >= 16);
159 ctx->Const.GLSLVersion >= 150 &&
170 ctx->Const.GLSLVersion >= 330 &&
H A Dclip.c60 if (p < 0 || p >= (GLint) ctx->Const.MaxClipPlanes) {
107 if (p < 0 || p >= (GLint) ctx->Const.MaxClipPlanes) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_context.c306 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
308 ctx->Const.MaxTextureImageUnits = ctx->Const.MaxTextureUnits;
309 ctx->Const.MaxTextureCoordUnits = ctx->Const.MaxTextureUnits;
311 ctx->Const.MaxCombinedTextureImageUnits = ctx->Const.MaxTextureUnits;
313 ctx->Const.StripTextureBorder = GL_TRUE;
319 ctx->Const.MaxTextureLevels = 12;
320 ctx->Const
[all...]
/external/clang/test/SemaTemplate/
H A Dalias-church-numerals.cpp29 template<typename T, T N> struct Const { static const T value = N; }; struct
31 template<typename T, T N> struct IncrementHelper<Const<T, N>> { using Result = Const<T, N+1>; };
34 using Arr = int[TwoHundredAndFiftySix<Increment, Const<int, 0>>::value];
/external/libunwind/doc/
H A Dlibunwind-ia64.tex25 macro \Const{UNW\_TARGET\_IA64} as 1 and the macro \Const{UNW\_TARGET}
51 call will fail with a return-value of \texttt{-}\Const{UNW\_EBADREG}.
85 \item[\Const{UNW\_IA64\_IP}:] Contains the instruction pointer (IP, or
89 instruction pointed to by \Const{UNW\_IA64\_IP}. Bits 0 and 1 of
94 \item[\Const{UNW\_IA64\_SP}:] Contains the (memory) stack-pointer
96 \item[\Const{UNW\_IA64\_BSP}:] Contains the register backing-store
99 instruction at \Const{UNW\_IA64\_IP} was about to begin execution.
107 \item[\Const{UNW\_IA64\_GR}:] The base-index for general (integer)
110 the index \Const{UN
[all...]
H A Dunw_step.tex37 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
38 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate the
40 \item[\Const{UNW\_EBADVERSION}] The unwind-info needed to complete the
43 \item[\Const{UNW\_EINVALIDIP}] The instruction-pointer
46 \item[\Const{UNW\_EBADFRAME}] The next stack frame is invalid.
47 \item[\Const{UNW\_ESTOPUNWIND}] Returned if a call to
48 \Func{find\_proc\_info}() returned -\Const{UNW\_ESTOPUNWIND}.
H A Dunw_set_caching_policy.tex24 \item[\Const{UNW\_CACHE\_NONE}] Turns off caching completely. This
27 \item[\Const{UNW\_CACHE\_GLOBAL}] Enables caching using a global cache
30 cache, as if \Const{UNW\_CACHE\_PER\_THREAD} had been specified.
31 \item[\Const{UNW\_CACHE\_PER\_THREAD}] Enables caching using
34 as if \Const{UNW\_CACHE\_GLOBAL} had been specified.
62 \item[\Const{UNW\_ENOMEM}] The desired caching policy could not be
/external/opencv3/3rdparty/jinja2/
H A Dmeta.py74 if not isinstance(node.template, nodes.Const):
80 if isinstance(template_name, nodes.Const):
/external/valgrind/VEX/priv/
H A Dir_opt.c376 if (ex->Iex.Const.con->tag == Ico_F64i) {
379 IRExpr_Const(ex->Iex.Const.con)));
1094 IRConst *c1 = e1->Iex.Const.con;
1095 IRConst *c2 = e2->Iex.Const.con;
1170 IRConst *c1 = e1->Iex.Const.con;
1171 IRConst *c2 = e2->Iex.Const.con;
1185 && e->Iex.Const.con->tag == Ico_U32
1186 && e->Iex.Const.con->Ico.U32 == 0);
1195 && e->Iex.Const.con->tag == Ico_U64
1196 && e->Iex.Const
[all...]
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h43 const Value *Const; // valid for constants member in union:llvm::SDDbgValue::__anon11848
70 u.Const = C;
97 const Value *getConst() const { assert (kind==CONST); return u.Const; }
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_span.c116 for (int i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
157 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
187 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
207 for (i = 0; i < ctx->Const.MaxTextureImageUnits; i++) {
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/
H A DExpressionParser.java22 import org.jacoco.examples.expressions.Const;
82 e = new Const(tokenizer.nval);
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_texmat.c69 for (i = 0 ; i < ctx->Const.MaxTextureCoordUnits ; i++) {
97 for (i = 0 ; i < ctx->Const.MaxTextureCoordUnits ; i++)

Completed in 1259 milliseconds

12345678910