Lines Matching full:specifier
2535 /* The type specifier may contain a structure definition. Process that
2538 (void) this->type->specifier->hir(instructions, state);
2540 decl_type = this->type->specifier->glsl_type(& type_name, state);
2558 assert(this->type->specifier->structure == NULL || decl_type != NULL
2560 if (this->type->specifier->structure == NULL) {
2832 if (this->type->specifier->precision != ast_precision_none
2855 if (this->type->specifier->precision != ast_precision_none
2989 type = this->type->specifier->glsl_type(& name, state);
3031 /* This only handles "vec4 foo[..]". The earlier specifier->glsl_type(...)
3193 this->return_type->specifier->glsl_type(& return_type_name, state);
3959 decl_list->type->specifier->hir(instructions, state);
3964 if (state->es_shader && decl_list->type->specifier->structure != NULL) {
3971 decl_list->type->specifier->glsl_type(& type_name, state);