Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h3116 struct gl_shader_compiler_options struct
3119 GLboolean EmitNoLoops;
3120 GLboolean EmitNoCont; /**< Emit CONT opcode? */
3121 GLboolean EmitNoMainReturn; /**< Emit CONT/RET opcodes? */
3122 GLboolean EmitNoPow; /**< Emit POW opcodes? */
3123 GLboolean EmitNoSat; /**< Emit SAT opcodes? */
3124 GLboolean LowerCombinedClipCullDistance; /** Lower gl_ClipDistance and
3133 GLboolean EmitNoIndirectInput; /**< No indirect addressing of inputs */
3134 GLboolean EmitNoIndirectOutput; /**< No indirect addressing of outputs */
3135 GLboolean EmitNoIndirectTemp; /**< No indirect addressing of temps */
[all …]