Home | History | Annotate | Download | only in program

Lines Matching refs:state

37 _mesa_parse_instruction_suffix(const struct asm_parser_state *state,
46 if (state->mode == ARB_fragment) {
60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option)
63 state->option.PositionInvariant = 1;
72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option)
100 if (state->option.Fog == OPTION_NONE) {
101 state->option.Fog = fog_option;
124 return state->option.Fog == fog_option ? 1 : 0;
137 state->option.PrecisionHint != OPTION_FASTEST) {
138 state->option.PrecisionHint = OPTION_NICEST;
141 state->option.PrecisionHint != OPTION_NICEST) {
142 state->option.PrecisionHint = OPTION_FASTEST;
151 state->option.DrawBuffers = 1;
154 if (state->ctx->Extensions.ARB_fragment_program_shadow) {
155 state->option.Shadow = 1;
160 if (state->ctx->Extensions.ARB_fragment_coord_conventions) {
162 state->option.OriginUpperLeft = 1;
166 state->option.PixelCenterInteger = 1;
178 state->option.DrawBuffers = 1;