HomeSort by relevance Sort by last modified time
    Searched refs:PrecisionHint (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/mesa/program/
program_parse_extra.c 197 if (state->option.PrecisionHint == OPTION_NONE) {
199 state->option.PrecisionHint = OPTION_NICEST;
202 state->option.PrecisionHint = OPTION_FASTEST;
program_parser.h 205 unsigned PrecisionHint:2;

Completed in 83 milliseconds