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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/mesa/src/src/glsl/
linker.cpp 84 find_assignment_visitor(const char *name)
92 ir_variable *const var = ir->lhs->variable_referenced();
121 ir_variable *const var = ir->return_deref->variable_referenced();
138 const char *name; /**< Find writes to a variable with this name. */
148 find_deref_visitor(const char *name)
164 bool variable_found() const
170 const char *name; /**< Find writes to a variable with this name. */
176 linker_error(gl_shader_program *prog, const char *fmt, ...)
190 linker_warning(gl_shader_program *prog, const char *fmt, ...)
207 ir_variable *const var = ((ir_instruction *) node)->as_variable()
    [all...]
  /external/mesa3d/src/glsl/
linker.cpp 84 find_assignment_visitor(const char *name)
92 ir_variable *const var = ir->lhs->variable_referenced();
121 ir_variable *const var = ir->return_deref->variable_referenced();
138 const char *name; /**< Find writes to a variable with this name. */
148 find_deref_visitor(const char *name)
164 bool variable_found() const
170 const char *name; /**< Find writes to a variable with this name. */
176 linker_error(gl_shader_program *prog, const char *fmt, ...)
190 linker_warning(gl_shader_program *prog, const char *fmt, ...)
207 ir_variable *const var = ((ir_instruction *) node)->as_variable()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
viewport.c 77 width = MIN2(width, (GLsizei) ctx->Const.MaxViewportWidth);
78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight);
texgen.c 75 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params )
89 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
193 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params )
243 _es_TexGenfv(GLenum coord, GLenum pname, const GLfloat *params)
259 _mesa_TexGendv(GLenum coord, GLenum pname, const GLdouble *params )
304 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
342 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
388 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
shader_query.cpp 44 const GLcharARB *name)
48 struct gl_shader_program *const shProg =
62 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
102 exec_list *const ir = shProg->_LinkedShaders[MESA_SHADER_VERTEX]->ir;
106 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
135 _mesa_GetAttribLocationARB(GLhandleARB program, const GLcharARB * name)
138 struct gl_shader_program *const shProg =
161 const ir_variable *const var = ((ir_instruction *) node)->as_variable()
    [all...]
attrib.c 239 for (i = 0; i < ctx->Const.MaxDrawBuffers; i ++)
274 for (i = 0; i < ctx->Const.MaxLights; i++) {
319 for (i = 0; i < ctx->Const.MaxTextureUnits; i++) {
437 for (u = 0; u < ctx->Const.MaxTextureUnits; u++) {
445 for (u = 0; u < ctx->Const.MaxTextureUnits; u++) {
489 pop_enable_group(struct gl_context *ctx, const struct gl_enable_attrib *enable)
491 const GLuint curTexUnitSave = ctx->Texture.CurrentUnit;
503 for (i = 0; i < ctx->Const.MaxDrawBuffers; i++) {
512 for (i=0;i<ctx->Const.MaxClipPlanes;i++) {
513 const GLuint mask = 1 << i
    [all...]
  /external/clang/test/SemaTemplate/
deduction.cpp 6 static const unsigned value = 0;
11 static const unsigned value = 1;
21 static const bool value = false;
26 static const bool value = true;
55 struct Replace<const T, Arg1, Arg2> {
56 typedef typename Replace<T, Arg1, Arg2>::type const type;
80 int array1[is_same<Replace<const _1, int, float>::type, const int>::value? 1 : -1];
82 int array3[is_same<Replace<vector<const _1>, int, float>::type, vector<const int> >::value? 1 : -1]
    [all...]
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 39 \Var{unw\_local\_addr\_space}), \Const{NULL} must be passed for this
65 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
66 \item[\Const{UNW\_ENOINFO}] \Prog{Libunwind} was unable to locate
68 \item[\Const{UNW\_EBADVERSION}] The unwind-info for the procedure has
unw_regname.tex 15 \Type{const char~*}\Func{unw\_regname}(\Type{unw\_regnum\_t} \Var{regnum});\\
28 valid (non-\Const{NULL}) string.
unw_resume.tex 76 \item[\Const{UNW\_EUNSPEC}] An unspecified error occurred.
77 \item[\Const{UNW\_EBADREG}] A register needed by \Func{unw\_resume}() wasn't
79 \item[\Const{UNW\_EINVALIDIP}] The instruction pointer identified by
81 \item[\Const{UNW\_BADFRAME}] The stack frame identified by
  /external/mesa3d/src/mesa/main/
viewport.c 77 width = MIN2(width, (GLsizei) ctx->Const.MaxViewportWidth);
78 height = MIN2(height, (GLsizei) ctx->Const.MaxViewportHeight);
texgen.c 75 _mesa_TexGenfv( GLenum coord, GLenum pname, const GLfloat *params )
89 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
193 _mesa_TexGeniv(GLenum coord, GLenum pname, const GLint *params )
243 _es_TexGenfv(GLenum coord, GLenum pname, const GLfloat *params)
259 _mesa_TexGendv(GLenum coord, GLenum pname, const GLdouble *params )
304 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
342 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
388 if (ctx->Texture.CurrentUnit >= ctx->Const.MaxTextureCoordUnits) {
shader_query.cpp 44 const GLcharARB *name)
48 struct gl_shader_program *const shProg =
62 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
102 exec_list *const ir = shProg->_LinkedShaders[MESA_SHADER_VERTEX]->ir;
106 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
135 _mesa_GetAttribLocationARB(GLhandleARB program, const GLcharARB * name)
138 struct gl_shader_program *const shProg =
161 const ir_variable *const var = ((ir_instruction *) node)->as_variable()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 43 const struct _mesa_index_buffer *ib)
77 const struct _mesa_prim *prim,
79 const struct _mesa_index_buffer *ib)
131 const struct _mesa_prim *prim,
133 const struct _mesa_index_buffer *ib)
146 if (ctx->Const.PrimitiveRestartInSoftware) {
198 const unsigned cut_index_setting =
207 const struct brw_tracked_state haswell_cut_index = {
  /external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/
md5-x86_64.pl 26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_primitive_restart.c 43 const struct _mesa_index_buffer *ib)
77 const struct _mesa_prim *prim,
79 const struct _mesa_index_buffer *ib)
131 const struct _mesa_prim *prim,
133 const struct _mesa_index_buffer *ib)
146 if (ctx->Const.PrimitiveRestartInSoftware) {
198 const unsigned cut_index_setting =
207 const struct brw_tracked_state haswell_cut_index = {
  /external/openssl/crypto/md5/asm/
md5-x86_64.pl 26 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
51 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
75 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
99 lea $T_i($dst,%r10d),$dst /* Const + dst + ... */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_extensions.c 98 ctx->Const.GLSLVersion = 140;
100 ctx->Const.GLSLVersion = 130;
103 ctx->Const.GLSLVersion = 120;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_atom_blend.c 159 colormask_per_rt(const struct gl_context *ctx)
163 for (i = 1; i < ctx->Const.MaxDrawBuffers; i++) {
175 blend_per_rt(const struct gl_context *ctx)
178 (ctx->Color.BlendEnabled != ((1 << ctx->Const.MaxDrawBuffers) - 1))) {
193 const struct gl_context *ctx = st->ctx;
200 num_state = ctx->Const.MaxDrawBuffers;
288 const struct st_tracked_state st_update_blend = {
st_atom_sampler.c 211 const struct gl_program *prog,
218 const GLuint old_max = *num_samplers;
232 const GLuint texUnit = prog->SamplerUnits[unit];
256 const struct gl_context *ctx = st->ctx;
261 ctx->Const.MaxTextureImageUnits,
268 ctx->Const.MaxVertexTextureImageUnits,
276 ctx->Const.MaxGeometryTextureImageUnits,
283 const struct st_tracked_state st_update_sampler = {
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_extensions.c 98 ctx->Const.GLSLVersion = 140;
100 ctx->Const.GLSLVersion = 130;
103 ctx->Const.GLSLVersion = 120;
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 159 colormask_per_rt(const struct gl_context *ctx)
163 for (i = 1; i < ctx->Const.MaxDrawBuffers; i++) {
175 blend_per_rt(const struct gl_context *ctx)
178 (ctx->Color.BlendEnabled != ((1 << ctx->Const.MaxDrawBuffers) - 1))) {
193 const struct gl_context *ctx = st->ctx;
200 num_state = ctx->Const.MaxDrawBuffers;
288 const struct st_tracked_state st_update_blend = {
st_atom_sampler.c 211 const struct gl_program *prog,
218 const GLuint old_max = *num_samplers;
232 const GLuint texUnit = prog->SamplerUnits[unit];
256 const struct gl_context *ctx = st->ctx;
261 ctx->Const.MaxTextureImageUnits,
268 ctx->Const.MaxVertexTextureImageUnits,
276 ctx->Const.MaxGeometryTextureImageUnits,
283 const struct st_tracked_state st_update_sampler = {
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_program.c 90 for (p = 0; p < ctx->Const.MaxClipPlanes; p++) {
93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
195 vp_fetch_texel(struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
203 1, (const GLfloat (*)[4]) texcoord,
273 map_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
277 for (u = 0; u < ctx->Const.MaxVertexTextureImageUnits; u++) {
292 unmap_textures(struct gl_context *ctx, const struct gl_vertex_program *vp
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_program.c 90 for (p = 0; p < ctx->Const.MaxClipPlanes; p++) {
93 const GLfloat a = ctx->Transform._ClipUserPlane[p][0];
94 const GLfloat b = ctx->Transform._ClipUserPlane[p][1];
95 const GLfloat c = ctx->Transform._ClipUserPlane[p][2];
96 const GLfloat d = ctx->Transform._ClipUserPlane[p][3];
195 vp_fetch_texel(struct gl_context *ctx, const GLfloat texcoord[4], GLfloat lambda,
203 1, (const GLfloat (*)[4]) texcoord,
273 map_textures(struct gl_context *ctx, const struct gl_vertex_program *vp)
277 for (u = 0; u < ctx->Const.MaxVertexTextureImageUnits; u++) {
292 unmap_textures(struct gl_context *ctx, const struct gl_vertex_program *vp
    [all...]

Completed in 1280 milliseconds

1 2 34 5 6 7 8 91011>>