Home
last modified time | relevance | path

Searched refs:PrecisionHint (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprogram_parse_extra.c197 if (state->option.PrecisionHint == OPTION_NONE) { in _mesa_ARBfp_parse_option()
199 state->option.PrecisionHint = OPTION_NICEST; in _mesa_ARBfp_parse_option()
202 state->option.PrecisionHint = OPTION_FASTEST; in _mesa_ARBfp_parse_option()
Dprogram_parser.h205 unsigned PrecisionHint:2; member