Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dconsts_exts.h387 struct gl_program_constants struct
390 GLuint MaxInstructions;
391 GLuint MaxAluInstructions;
392 GLuint MaxTexInstructions;
393 GLuint MaxTexIndirections;
417 * These are tracked exclusively by \c gl_program_constants::MaxAttribs. argument
423 GLuint MaxInputComponents;
424 GLuint MaxOutputComponents;
428 struct gl_precision LowFloat, MediumFloat, HighFloat;
429 struct gl_precision LowInt, MediumInt, HighInt;
[all …]