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

1 2 3 4 5 6 7 8 91011>>

  /external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/expressions/
Const.java 14 public class Const implements IExpression {
18 public Const(final double value) {
  /external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/
p2.cpp 6 struct Const {
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}}
21 const AssignmentRet2& operator=(AssignmentRet2&&) = default; // expected-error {{explicitly-defaulted mo (…)
    [all...]
  /external/mesa3d/src/compiler/glsl/
standalone.cpp 132 static const struct standalone_options *options;
142 ctx->Const.GLSLVersion = options->glsl_version;
144 ctx->Const.MaxComputeWorkGroupCount[0] = 65535;
145 ctx->Const.MaxComputeWorkGroupCount[1] = 65535;
146 ctx->Const.MaxComputeWorkGroupCount[2] = 65535;
147 ctx->Const.MaxComputeWorkGroupSize[0] = 1024;
148 ctx->Const.MaxComputeWorkGroupSize[1] = 1024;
149 ctx->Const.MaxComputeWorkGroupSize[2] = 64;
150 ctx->Const.MaxComputeWorkGroupInvocations = 1024;
151 ctx->Const.MaxComputeSharedMemorySize = 32768
    [all...]
standalone_scaffolding.cpp 39 _mesa_warning(struct gl_context *ctx, const char *fmt, ...)
83 const char *)
103 _mesa_program_state_flags(const gl_state_index state[STATE_LENGTH])
109 _mesa_program_state_string(const gl_state_index state[STATE_LENGTH])
209 ctx->Const.GLSLVersion = 120;
212 ctx->Const.MaxLights = 8;
213 ctx->Const.MaxClipPlanes = 6;
214 ctx->Const.MaxTextureUnits = 2;
215 ctx->Const.MaxTextureCoordUnits = 2;
216 ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs = 16
    [all...]
glsl_parser_extras.cpp 44 const char *
52 static const unsigned known_desktop_glsl_versions[] =
54 static const unsigned known_desktop_gl_versions[] =
81 this->forced_language_version = ctx->Const.ForceGLSLVersion;
82 this->zero_init = ctx->Const.GLSLZeroInit;
96 this->Const.MaxLights = ctx->Const.MaxLights;
97 this->Const.MaxClipPlanes = ctx->Const.MaxClipPlanes;
98 this->Const.MaxTextureUnits = ctx->Const.MaxTextureUnits
    [all...]
builtin_variables.cpp 36 static const struct gl_builtin_uniform_element gl_NumSamples_elements[] = {
41 static const struct gl_builtin_uniform_element gl_PatchVerticesIn_elements[] = {
45 static const struct gl_builtin_uniform_element gl_DepthRange_elements[] = {
51 static const struct gl_builtin_uniform_element gl_ClipPlane_elements[] = {
55 static const struct gl_builtin_uniform_element gl_Point_elements[] = {
65 static const struct gl_builtin_uniform_element gl_FrontMaterial_elements[] = {
73 static const struct gl_builtin_uniform_element gl_BackMaterial_elements[] = {
81 static const struct gl_builtin_uniform_element gl_LightSource_elements[] = {
100 static const struct gl_builtin_uniform_element gl_LightModel_elements[] = {
104 static const struct gl_builtin_uniform_element gl_FrontLightModelProduct_elements[] =
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.c 149 extern const struct tnl_pipeline_stage *intel_pipeline[];
153 const struct gl_config * mesaVis,
197 ctx->Const.MaxTextureUnits = I915_TEX_UNITS;
198 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = I915_TEX_UNITS;
199 ctx->Const.Program[MESA_SHADER_VERTEX].MaxTextureImageUnits = I915_TEX_UNITS;
200 ctx->Const.MaxTextureCoordUnits = I915_TEX_UNITS;
201 ctx->Const.MaxVarying = I915_TEX_UNITS;
202 ctx->Const.Program[MESA_SHADER_VERTEX].MaxOutputComponents =
203 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxInputComponents = ctx->Const.MaxVarying * 4
    [all...]
i830_context.c 51 extern const struct tnl_pipeline_stage *intel_pipeline[];
55 const struct gl_config * mesaVis,
99 intel->ctx.Const.MaxTextureUnits = I830_TEX_UNITS;
100 intel->ctx.Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = I830_TEX_UNITS;
101 intel->ctx.Const.MaxTextureCoordUnits = I830_TEX_UNITS;
106 ctx->Const.MaxTextureLevels = 12;
107 ctx->Const.Max3DTextureLevels = 9;
108 ctx->Const.MaxCubeTextureLevels = 11;
109 ctx->Const.MaxTextureRectSize = (1 << 11);
110 ctx->Const.MaxTextureUnits = I830_TEX_UNITS
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_context.c 72 static const GLubyte *r200GetString( struct gl_context *ctx, GLenum name )
99 extern const struct tnl_pipeline_stage _r200_render_stage;
100 extern const struct tnl_pipeline_stage _r200_tcl_stage;
102 static const struct tnl_pipeline_stage *r200_pipeline[] = {
175 const struct gl_config *glVisual,
264 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
266 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = ctx->Const.MaxTextureUnits;
267 ctx->Const.MaxTextureCoordUnits = ctx->Const.MaxTextureUnits
    [all...]
  /external/mesa3d/prebuilt-intermediates/main/
get_hash.h 1 typedef const unsigned short table_t[1024];
3 static const int prime_factor = 89, prime_step = 281;
5 static const struct value_desc values[] = {
25 { GL_ALIASED_LINE_WIDTH_RANGE, CONTEXT_FLOAT2(Const.MinLineWidth), NO_EXTRA },
26 { GL_MAX_ELEMENTS_VERTICES, CONTEXT_INT(Const.MaxArrayLockSize), NO_EXTRA },
27 { GL_MAX_ELEMENTS_INDICES, CONTEXT_INT(Const.MaxArrayLockSize), NO_EXTRA },
28 { GL_MAX_TEXTURE_SIZE, LOC_CUSTOM, TYPE_INT, offsetof(struct gl_context, Const.MaxTextureLevels), NO_EXTRA },
29 { GL_MAX_VIEWPORT_DIMS, CONTEXT_INT2(Const.MaxViewportWidth), NO_EXTRA },
31 { GL_ALIASED_POINT_SIZE_RANGE, CONTEXT_FLOAT2(Const.MinPointSize), NO_EXTRA },
48 { GL_SUBPIXEL_BITS, CONTEXT_INT(Const.SubPixelBits), NO_EXTRA }
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_context.c 72 extern const struct tnl_pipeline_stage _radeon_render_stage;
73 extern const struct tnl_pipeline_stage _radeon_tcl_stage;
75 static const struct tnl_pipeline_stage *radeon_pipeline[] = {
141 const struct gl_config *glVisual,
227 ctx->Const.MaxTextureUnits = driQueryOptioni (&rmesa->radeon.optionCache,
229 ctx->Const.Program[MESA_SHADER_FRAGMENT].MaxTextureImageUnits = ctx->Const.MaxTextureUnits;
230 ctx->Const.MaxTextureCoordUnits = ctx->Const.MaxTextureUnits;
231 ctx->Const.MaxCombinedTextureImageUnits = ctx->Const.MaxTextureUnits
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_context.c 81 const char *const brw_vendor_string = "Intel Open Source Technology Center";
83 static const char *
84 get_bsw_model(const struct intel_screen *screen)
96 const char *
97 brw_get_renderer_string(const struct intel_screen *screen)
99 const char *chipset;
127 static const GLubyte *
130 const struct brw_context *const brw = brw_context(ctx)
    [all...]
gen6_multisample_state.c 116 memcpy(ctx->Const.SampleMap2x, map_2x, sizeof(map_2x));
117 memcpy(ctx->Const.SampleMap4x, map_4x, sizeof(map_4x));
118 memcpy(ctx->Const.SampleMap8x, map_8x, sizeof(map_8x));
119 memcpy(ctx->Const.SampleMap16x, map_16x, sizeof(map_16x));
215 const struct brw_tracked_state gen6_multisample_state = {
  /external/libunwind/doc/
libunwind-ia64.tex 25 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{UNW\_IA64\_GR}\texttt{+4} should be used
    [all...]
unw_step.tex 37 \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}.
  /external/mesa3d/src/mesa/main/
texstate.h 62 return MAX2(ctx->Const.MaxCombinedTextureImageUnits,
63 ctx->Const.MaxTextureCoordUnits);
68 _mesa_copy_texture_state( const struct gl_context *src, struct gl_context *dst );
viewport.c 44 width = MIN2(width, (GLfloat) ctx->Const.MaxViewportWidth);
45 height = MIN2(height, (GLfloat) ctx->Const.MaxViewportHeight);
59 ctx->Const.ViewportBounds.Min, ctx->Const.ViewportBounds.Max);
61 ctx->Const.ViewportBounds.Min, ctx->Const.ViewportBounds.Max);
120 for (i = 0; i < ctx->Const.MaxViewports; i++)
157 _mesa_ViewportArrayv(GLuint first, GLsizei count, const GLfloat *v)
160 const struct gl_viewport_inputs *const p = (struct gl_viewport_inputs *) v
    [all...]
multisample.c 216 return samples > ctx->Const.MaxIntegerSamples
223 return samples > ctx->Const.MaxDepthTextureSamples
226 return samples > ctx->Const.MaxColorTextureSamples
238 return (GLuint) samples > ctx->Const.MaxSamples
queryobj.c 150 const int which = target - GL_VERTICES_SUBMITTED_ARB;
245 const char *func = dsa ? "glGenQueries" : "glCreateQueries";
308 _mesa_DeleteQueries(GLsizei n, const GLuint *ids)
371 if (index >= ctx->Const.MaxVertexStreams) {
659 *params = ctx->Const.QueryCounterBits.SamplesPassed;
669 *params = ctx->Const.QueryCounterBits.TimeElapsed;
672 *params = ctx->Const.QueryCounterBits.Timestamp;
675 *params = ctx->Const.QueryCounterBits.PrimitivesGenerated;
678 *params = ctx->Const.QueryCounterBits.PrimitivesWritten;
681 *params = ctx->Const.QueryCounterBits.VerticesSubmitted
    [all...]
  /external/clang/test/SemaTemplate/
alias-church-numerals.cpp 29 template<typename T, T N> struct Const { static const T value = N; };
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/mesa3d/src/mesa/state_tracker/
st_atom_viewport.c 65 for (i = 0; i < ctx->Const.MaxViewports; i++)
80 if (ctx->Const.MaxViewports > 1)
81 st->pipe->set_viewport_states(st->pipe, 1, ctx->Const.MaxViewports - 1, &st->state.viewport[1]);
85 const struct st_tracked_state st_update_viewport = {
  /external/r8/src/main/java/com/android/tools/r8/code/
Const.java 12 public class Const extends Format31i implements SingleConstant {
15 public static final String NAME = "Const";
16 public static final String SMALI_NAME = "const";
18 Const(int high, BytecodeStream stream) {
22 public Const(int register, int constant) {
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 281 if (mCommand == Const.CODE_C0_EXT1) {
286 } else if (mCommand >= Const.CODE_C0_RANGE_START
287 && mCommand <= Const.CODE_C0_RANGE_END) {
292 } else if (mCommand >= Const.CODE_C1_RANGE_START
293 && mCommand <= Const.CODE_C1_RANGE_END) {
298 } else if (mCommand >= Const.CODE_G0_RANGE_START
299 && mCommand <= Const.CODE_G0_RANGE_END) {
304 } else if (mCommand >= Const.CODE_G1_RANGE_START
305 && mCommand <= Const.CODE_G1_RANGE_END) {
317 if (mCommand >= Const.CODE_C0_SKIP2_RANGE_STAR
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZTDC.cpp 124 auto *Const = dyn_cast<ConstantFP>(I.getOperand(1));
127 if (!Const)
134 // Check if Const is one of our recognized consts.
136 if (Const->isZero()) {
139 } else if (Const->isInfinity()) {
141 WhichConst = Const->isNegative() ? 2 : 1;
142 } else if (Const->isExactlyValue(Smallest)) {
148 } else if (Const->isExactlyValue(NegSmallest)) {
159 static const int Masks[][4] = {
234 auto *Const = dyn_cast<ConstantInt>(I.getOperand(1))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SDNodeDbgValue.h 34 CONST = 1, // value is a constant
44 const Value *Const; // valid for constants
63 SDDbgValue(MDNode *mdP, const Value *C, uint64_t off, DebugLoc dl,
66 kind = CONST;
67 u.Const = C;
90 const Value *getConst() { assert (kind==CONST); return u.Const; }

Completed in 534 milliseconds

1 2 3 4 5 6 7 8 91011>>