Home | History | Annotate | Download | only in main

Lines Matching refs:Const

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();
193 exec_list *const ir = shProg->_LinkedShaders[MESA_SHADER_VERTEX]->ir;
197 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
219 exec_list *const ir = shProg->_LinkedShaders[MESA_SHADER_VERTEX]->ir;
223 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
230 const size_t len = strlen(var->name);
240 const GLchar *name)
247 GLuint index, const GLchar *name)
251 struct gl_shader_program *const shProg =
269 if (index == 0 && colorNumber >= ctx->Const.MaxDrawBuffers) {
274 if (index == 1 && colorNumber >= ctx->Const.MaxDualSourceDrawBuffers) {
293 _mesa_GetFragDataIndex(GLuint program, const GLchar *name)
296 struct gl_shader_program *const shProg =
325 const ir_variable *const var = ((ir_instruction *) node)->as_variable();
349 _mesa_GetFragDataLocation(GLuint program, const GLchar *name)
352 struct gl_shader_program *const shProg =
381 const ir_variable *const var = ((ir_instruction *) node)->as_variable();