Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h2540 struct gl_program_constants struct
2543 GLuint MaxInstructions;
2544 GLuint MaxAluInstructions;
2545 GLuint MaxTexInstructions;
2546 GLuint MaxTexIndirections;
2547 GLuint MaxAttribs;
2548 GLuint MaxTemps;
2549 GLuint MaxAddressRegs;
2550 GLuint MaxParameters;
2551 GLuint MaxLocalParams;
[all …]