Home | History | Annotate | Download | only in glsl

Lines Matching defs:return_type

3192    const glsl_type *return_type =
3193 this->return_type->specifier->glsl_type(& return_type_name, state);
3195 if (!return_type) {
3200 return_type = glsl_type::error_type;
3206 if (this->return_type->has_qualifiers()) {
3217 if (return_type->contains_sampler()) {
3240 if (sig->return_type != return_type) {
3269 if (! return_type->is_void()) {
3285 sig = new(ctx) ir_function_signature(return_type);
3343 if (!signature->return_type->is_void() && !state->found_return) {
3348 signature->return_type->name);
3382 if (state->current_function->return_type != ret_type) {
3390 state->current_function->return_type->name);
3395 if (state->current_function->return_type->base_type !=