HomeSort by relevance Sort by last modified time
    Searched refs:Const (Results 151 - 175 of 348) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libunwind/doc/
unw_is_signal_frame.tex 47 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} is unable to determine
libunwind.tex 48 \Type{const char *}\Func{unw\_regname}(\Type{unw\_regnum\_t});\\
115 the macros \Const{UNW\_REG\_IP} and \Const{UNW\_REG\_SP},
133 \Const{UNW\_LOCAL\_ONLY} before including the headerfile
136 \Const{UNW\_LOCAL\_ONLY} is defined is a choice that each source-file
138 of \Const{UNW\_LOCAL\_ONLY}, you'll always link the same library into
142 \Const{UNW\_LOCAL\_ONLY}.
293 \Const{UNW\_CACHE\_NONE}, it is possible to turn off caching
unw_create_addr_space.tex 26 \File{$<$endian.h$>$}. In particular, \Const{\_\_LITTLE\_ENDIAN} would
27 request little-endian byte-order and \Const{\_\_BIG\_ENDIAN} would
98 call-back may return -\Const{UNW\_ESTOPUNWIND} to signal the end of
223 buffer set to the NUL character and -\Const{UNW\_ENOMEM} must be
240 non-\Const{NULL} value that represents the newly created
241 address-space. Otherwise, \Const{NULL} is returned.
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 73 const GLfloat * factor)
134 const struct gl_tex_env_combine_state * combine,
136 GLuint texel_op, GLuint * state, const GLfloat * factor)
138 const GLuint numColorArgs = combine->_NumArgsRGB;
139 const GLuint numAlphaArgs = combine->_NumArgsA;
150 static const GLuint tex_blend_rgb[3] = {
155 static const GLuint tex_blend_a[3] = {
448 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++)
452 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++)
  /external/mesa3d/src/mesa/state_tracker/
st_cb_drawtex.c 62 const uint *semantic_names,
63 const uint *semantic_indexes)
129 for (i = 0; i < ctx->Const.MaxTextureUnits; i++) {
150 const GLfloat x0 = x, y0 = y, x1 = x + width, y1 = y + height;
164 const struct gl_framebuffer *fb = st->ctx->DrawBuffer;
165 const GLfloat fb_width = (GLfloat)fb->Width;
166 const GLfloat fb_height = (GLfloat)fb->Height;
168 const GLfloat clip_x0 = (GLfloat)(x0 / fb_width * 2.0 - 1.0);
169 const GLfloat clip_y0 = (GLfloat)(y0 / fb_height * 2.0 - 1.0);
170 const GLfloat clip_x1 = (GLfloat)(x1 / fb_width * 2.0 - 1.0)
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 39 const SWcontext *swrast = SWRAST_CONTEXT(ctx);
40 const GLfloat fx = (GLfloat) ix;
41 const GLfloat fy = (GLfloat) iy;
42 const GLfloat coverage = compute_coveragef(line, ix, iy);
43 const GLuint i = line->span.end;
72 const GLuint unit = attr - FRAG_ATTRIB_TEX0;
73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
106 NAME(line)(struct gl_context *ctx, const SWvertex *v0, const SWvertex *v1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 51 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[],
58 const GLuint face = (GLuint) state[1];
59 const struct gl_material *mat = &ctx->Light.Material;
94 const GLuint ln = (GLuint) state[1];
124 static const GLfloat eye_z[] = {0, 0, 1};
169 const GLuint ln = (GLuint) state[1];
170 const GLuint face = (GLuint) state[2];
206 const GLuint unit = (GLuint) state[1];
241 const GLuint unit = (GLuint) state[1];
263 const GLuint plane = (GLuint) state[1]
    [all...]
program_parse.y 46 const gl_state_index tokens[STATE_LENGTH]);
49 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
52 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
55 struct asm_symbol *param_var, const struct asm_vector *vec,
60 static char *make_error_string(const char *fmt, ...);
63 const char *s);
82 const struct prog_dst_register *dst, const struct asm_src_register *src0,
83 const struct asm_src_register *src1, const struct asm_src_register *src2)
    [all...]
  /external/mesa3d/src/mesa/program/
prog_statevars.c 51 _mesa_fetch_state(struct gl_context *ctx, const gl_state_index state[],
58 const GLuint face = (GLuint) state[1];
59 const struct gl_material *mat = &ctx->Light.Material;
94 const GLuint ln = (GLuint) state[1];
124 static const GLfloat eye_z[] = {0, 0, 1};
169 const GLuint ln = (GLuint) state[1];
170 const GLuint face = (GLuint) state[2];
206 const GLuint unit = (GLuint) state[1];
241 const GLuint unit = (GLuint) state[1];
263 const GLuint plane = (GLuint) state[1]
    [all...]
program_parse.y 46 const gl_state_index tokens[STATE_LENGTH]);
49 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
52 struct asm_symbol *param_var, const gl_state_index tokens[STATE_LENGTH]);
55 struct asm_symbol *param_var, const struct asm_vector *vec,
60 static char *make_error_string(const char *fmt, ...);
63 const char *s);
82 const struct prog_dst_register *dst, const struct asm_src_register *src0,
83 const struct asm_src_register *src1, const struct asm_src_register *src2)
    [all...]
  /external/valgrind/main/VEX/priv/
host_arm_isel.c 497 && guard->Iex.Const.con->tag == Ico_U1
498 && guard->Iex.Const.con->Ico.U1 == True) {
633 && guard->Iex.Const.con->tag == Ico_U1
634 && guard->Iex.Const.con->Ico.U1 == True) {
784 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
785 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
850 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
851 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32;
902 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32) {
903 Int simm = (Int)e->Iex.Binop.arg2->Iex.Const.con->Ico.U32
    [all...]
host_ppc_isel.c 212 && e->Iex.Const.con->tag == Ico_U8
213 && e->Iex.Const.con->Ico.U8 == 0;
813 && guard->Iex.Const.con->tag == Ico_U1
814 && guard->Iex.Const.con->Ico.U1 == True) {
    [all...]
host_mips_isel.c 488 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
489 && guard->Iex.Const.con->Ico.U1 == True) {
591 if (guard->tag == Iex_Const && guard->Iex.Const.con->tag == Ico_U1
592 && guard->Iex.Const.con->Ico.U1 == True) {
723 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U64
725 uLong_is_4_aligned(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64) : True)
726 && uLong_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
727 return MIPSAMode_IR((Int) e->Iex.Binop.arg2->Iex.Const.con->Ico.U64,
744 && e->Iex.Binop.arg2->Iex.Const.con->tag == Ico_U32
745 && uInt_fits_in_16_bits(e->Iex.Binop.arg2->Iex.Const.con-> Ico.U32))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_texgen.c 101 const GLvector4f *normal,
102 const GLvector4f *eye )
107 const GLfloat *norm = normal->start;
128 const GLvector4f *normal,
129 const GLvector4f *eye )
158 const GLvector4f *normal,
159 const GLvector4f *eye );
177 const GLvector4f *normal,
178 const GLvector4f *eye )
204 const GLvector4f *normal
    [all...]
t_rasterpos.c 47 viewclip_point_xy( const GLfloat v[] )
67 viewclip_point_z( const GLfloat v[] )
87 userclip_point( struct gl_context *ctx, const GLfloat v[] )
91 for (p = 0; p < ctx->Const.MaxClipPlanes; p++) {
117 const GLfloat vertex[4],
118 const GLfloat normal[3],
122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
123 const struct gl_light *light;
190 const GLfloat *h;
259 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4]
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_texgen.c 101 const GLvector4f *normal,
102 const GLvector4f *eye )
107 const GLfloat *norm = normal->start;
128 const GLvector4f *normal,
129 const GLvector4f *eye )
158 const GLvector4f *normal,
159 const GLvector4f *eye );
177 const GLvector4f *normal,
178 const GLvector4f *eye )
204 const GLvector4f *normal
    [all...]
t_rasterpos.c 47 viewclip_point_xy( const GLfloat v[] )
67 viewclip_point_z( const GLfloat v[] )
87 userclip_point( struct gl_context *ctx, const GLfloat v[] )
91 for (p = 0; p < ctx->Const.MaxClipPlanes; p++) {
117 const GLfloat vertex[4],
118 const GLfloat normal[3],
122 /*const*/ GLfloat (*base)[3] = ctx->Light._BaseColor;
123 const struct gl_light *light;
190 const GLfloat *h;
259 compute_texgen(struct gl_context *ctx, const GLfloat vObj[4], const GLfloat vEye[4]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.c 293 const GLuint flags_to_check[] = {
305 for (i = 0; i < ctx->Const.MaxTextureUnits; ++i)
325 const GLuint elts = ELTS_BUFSZ(nr_aos);
326 const GLuint index = INDEX_BUFSZ;
327 const GLuint vbuf = VBUF_BUFSZ;
387 for (i = 0 ; i < ctx->Const.MaxTextureUnits; i++) {
430 const struct tnl_pipeline_stage _radeon_tcl_stage =
radeon_maos_arrays.c 251 for (unit = 0; unit < ctx->Const.MaxTextureUnits; unit++) {
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
bufferobj.c 123 get_buffer(struct gl_context *ctx, const char *func, GLenum target)
142 default_access_mode(const struct gl_context *ctx)
172 const GLbitfield rwFlags = GL_MAP_READ_BIT | GL_MAP_WRITE_BIT;
202 const char *caller )
371 const struct gl_buffer_object *bufObj =
372 (const struct gl_buffer_object *) data;
415 const GLvoid * data, GLenum usage,
459 GLsizeiptrARB size, const GLvoid * data,
628 ctx->UniformBufferBindings = calloc(ctx->Const.MaxUniformBufferBindings,
634 for (i = 0; i < ctx->Const.MaxUniformBufferBindings; i++)
    [all...]
atifragshader.c 415 const char *op_enum = op > 5 ? _mesa_lookup_enum_by_nr(op) : "0";
424 const char *op0_enum = op0 > 5 ? _mesa_lookup_enum_by_nr(op0) : "0";
425 const char *op1_enum = op1 > 5 ? _mesa_lookup_enum_by_nr(op1) : "0";
464 ((dst - GL_REG_0_ATI) >= ctx->Const.MaxTextureUnits)) {
470 ((coord - GL_TEXTURE0_ARB) >= ctx->Const.MaxTextureUnits))) {
536 ((dst - GL_REG_0_ATI) >= ctx->Const.MaxTextureUnits)) {
542 ((interp - GL_TEXTURE0_ARB) >= ctx->Const.MaxTextureUnits))) {
773 _mesa_SetFragmentShaderConstantATI(GLuint dst, const GLfloat * value)
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.c 293 const GLuint flags_to_check[] = {
305 for (i = 0; i < ctx->Const.MaxTextureUnits; ++i)
325 const GLuint elts = ELTS_BUFSZ(nr_aos);
326 const GLuint index = INDEX_BUFSZ;
327 const GLuint vbuf = VBUF_BUFSZ;
387 for (i = 0 ; i < ctx->Const.MaxTextureUnits; i++) {
430 const struct tnl_pipeline_stage _radeon_tcl_stage =
  /external/mesa3d/src/mesa/main/
bufferobj.c 123 get_buffer(struct gl_context *ctx, const char *func, GLenum target)
142 default_access_mode(const struct gl_context *ctx)
172 const GLbitfield rwFlags = GL_MAP_READ_BIT | GL_MAP_WRITE_BIT;
202 const char *caller )
371 const struct gl_buffer_object *bufObj =
372 (const struct gl_buffer_object *) data;
415 const GLvoid * data, GLenum usage,
459 GLsizeiptrARB size, const GLvoid * data,
628 ctx->UniformBufferBindings = calloc(ctx->Const.MaxUniformBufferBindings,
634 for (i = 0; i < ctx->Const.MaxUniformBufferBindings; i++)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 414 return Return(Const(None), lineno=nodelist[0][2])
425 value = Const(None)
762 return Const(k, lineno=nodelist[0][2])
779 return Const(k, lineno=nodelist[0][2])
810 # ('const', xxxx)) Nodes)
811 return Discard(Const(None))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 414 return Return(Const(None), lineno=nodelist[0][2])
425 value = Const(None)
762 return Const(k, lineno=nodelist[0][2])
779 return Const(k, lineno=nodelist[0][2])
810 # ('const', xxxx)) Nodes)
811 return Discard(Const(None))
    [all...]

Completed in 1792 milliseconds

1 2 3 4 5 67 8 91011>>