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

  /external/mesa3d/src/mesa/program/
program_parse_extra.c 50 if (state->option.NV_fragment) {
72 if (state->option.NV_fragment) {
249 state->option.NV_fragment = 1;
program_parser.h 210 unsigned NV_fragment:1;
program_parse.y 564 if (!state->option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment) {
    [all...]
program_lexer.l 34 #define require_NV_fp (yyextra->option.NV_fragment)

Completed in 324 milliseconds