Lines Matching refs:target
455 * had a different texture target, generate an error.
506 * had a different texture target, generate an error.
2045 struct asm_symbol *target = (struct asm_symbol *)
2056 } else if (target == NULL) {
2062 _mesa_symbol_table_add_symbol(state->st, $2, target);
2530 _mesa_parse_arb_program(struct gl_context *ctx, GLenum target, const GLubyte *str,
2541 state->prog->Target = target;
2563 state->limits = (target == GL_VERTEX_PROGRAM_ARB)
2575 state->state_param_enum_env = (target == GL_VERTEX_PROGRAM_ARB)
2577 state->state_param_enum_local = (target == GL_VERTEX_PROGRAM_ARB)