Home
last modified time | relevance | path

Searched refs:gl_program_constants (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram_parser.h138 struct gl_program_constants *limits;
Dprogram.c924 const struct gl_program_constants *c; in _mesa_valid_register_index()
/external/mesa3d/src/mesa/main/
Dmtypes.h2742 struct gl_program_constants struct
2818 struct gl_program_constants VertexProgram; /**< GL_ARB_vertex_program */
2819 struct gl_program_constants FragmentProgram; /**< GL_ARB_fragment_program */
2820 struct gl_program_constants GeometryProgram; /**< GL_ARB_geometry_shader4 */
Darbprogram.c697 const struct gl_program_constants *limits; in _mesa_GetProgramivARB()
Dcontext.c479 struct gl_program_constants *prog) in init_program_limits()
Dshaderapi.c1462 const struct gl_program_constants *limits; in _mesa_GetShaderPrecisionFormat()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c167 struct gl_program_constants *pc; in st_init_limits()
/external/mesa3d/src/mesa/swrast/
Ds_context.c706 init_program_native_limits(struct gl_program_constants *prog) in init_program_native_limits()