Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h3713 struct gl_program_constants struct
3716 GLuint MaxInstructions;
3717 GLuint MaxAluInstructions;
3718 GLuint MaxTexInstructions;
3719 GLuint MaxTexIndirections;
3720 GLuint MaxAttribs;
3721 GLuint MaxTemps;
3722 GLuint MaxAddressRegs;
3723 GLuint MaxAddressOffset; /**< [-MaxAddressOffset, MaxAddressOffset-1] */
3724 GLuint MaxParameters;
[all …]