Home | History | Annotate | Download | only in glsl

Lines Matching full:specifier

2008    /* The type specifier may contain a structure definition.  Process that
2011 (void) this->type->specifier->hir(instructions, state);
2013 decl_type = this->type->specifier->glsl_type(& type_name, state);
2446 type = this->type->specifier->glsl_type(& name, state);
2488 /* This only handles "vec4 foo[..]". The earlier specifier->glsl_type(...)
2618 this->return_type->specifier->glsl_type(& return_type_name, state);
3057 decl_list->type->specifier->hir(instructions, state);
3062 if (state->es_shader && decl_list->type->specifier->structure != NULL) {
3069 decl_list->type->specifier->glsl_type(& type_name, state);