Home | History | Annotate | Download | only in glsl

Lines Matching refs:without_array

91    } else if (t->without_array()->is_record() ||
92 t->without_array()->is_interface() ||
169 name = ralloc_strdup(NULL, type->without_array()->name);
419 if (type->without_array()->is_record()) {
425 unsigned dmul = type->without_array()->is_64bit() ? 2 : 1;
427 type->without_array()->vector_elements * dmul;
446 (explicit_locations[idx][j]->type->without_array()
447 ->base_type != type->without_array()->base_type)) {
735 this->matched_candidate->type->without_array()->is_64bit() ? 2 : 1;
1794 assert(!type->without_array()->is_record());
1795 assert(!type->without_array()->is_interface());
1873 input_var->get_interface_type()->without_array()->name,
1906 output_var->get_interface_type()->without_array()->name,