Searched refs:is_interface (Results 1 – 17 of 17) sorted by relevance
219 } else if (this->is_struct() || this->is_interface()) { in contains_sampler()233 if (this->is_struct() || this->is_interface()) { in contains_array()249 } else if (this->is_struct() || this->is_interface()) { in contains_integer()265 } else if (this->is_struct() || this->is_interface()) { in contains_double()281 } else if (this->is_struct() || this->is_interface()) { in contains_64bit()318 } else if (this->is_struct() || this->is_interface()) { in contains_subroutine()364 } else if (this->is_struct() || this->is_interface()) { in contains_image()1171 } else if (this->is_interface()) { in compare_no_precision()1172 if (!b->is_interface()) in compare_no_precision()1742 this->without_array()->is_interface() || in varying_count()[all …]
90 assert(type->is_struct() || type->is_interface()); in glsl_get_struct_field_data()328 return type->is_interface(); in glsl_type_is_interface()334 return type->is_struct() || type->is_interface(); in glsl_type_is_struct_or_ifc()
997 bool is_interface() const in is_interface() function
49 } else if (op->type->is_struct() || op->type->is_interface()) { in _mesa_ast_field_selection_to_hir()
88 assert(t->is_interface()); in symbol_table_entry()178 assert(i->is_interface()); in add_interface()
265 || type->without_array()->is_interface()); in process()312 } else if (t_without_array->is_interface()) { in process()342 if (t->is_interface() && named_ifc_member) { in recursion()347 } else if (t->is_struct() || t->is_interface()) { in recursion()358 if (t->is_interface() && t->fields.structure[i].offset != -1) in recursion()400 t->without_array()->is_interface() || in recursion()553 assert(!type->without_array()->is_interface()); in visit_field()1039 assert(!type->without_array()->is_interface()); in visit_field()
251 } else if (array->type->without_array()->is_interface() in _mesa_ast_array_index_to_hir()
153 assert (iface_t->is_interface()); in run()
322 } else if (deref_array->type->without_array()->is_interface()) { in setup_buffer_access()
74 if (t->is_interface()) { in create_xfb_varying_names()94 t->without_array()->is_interface() || in create_xfb_varying_names()651 if (type_without_array->is_interface()) { in validate_explicit_variable_location()2386 assert(!type->without_array()->is_interface()); in visit_field()2442 assert(!input_var->type->is_interface()); in populate_consumer_input_sets()
2816 if (t_without_array->is_struct() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()2891 if (base_type->is_interface()) { in apply_explicit_binding()5051 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) { in hir()7273 bool is_interface, in ast_process_struct_or_iface_block_members() argument7350 if (is_interface) { in ast_process_struct_or_iface_block_members()7390 if (is_interface) { in ast_process_struct_or_iface_block_members()7484 if ((qual->flags.q.uniform || !is_interface) && in ast_process_struct_or_iface_block_members()7645 if (is_interface && layout && in ast_process_struct_or_iface_block_members()8077 if (var && !var->type->is_interface()) { in hir()
2079 if (type->is_interface()) in ir_variable()2081 else if (type->without_array()->is_interface()) in ir_variable()
169 if (!ir->record->type->is_struct() && !ir->record->type->is_interface()) { in visit_enter()
584 if (ir->type->without_array()->is_interface()) { in visit()913 if (parent_type->is_interface()) { in deref_get_qualifier()
1537 if (var->type->is_interface()) { in visit()1546 } else if (type_without_array->is_interface()) { in visit()
272 bool is_interface = FALSE; in bindlocal() local279 is_interface = TRUE; in bindlocal()319 if(is_interface) { in bindlocal()329 is_interface = TRUE; in bindlocal()339 if(!is_interface) { in bindlocal()
2166 - compiler/types: Add a new is_interface C wrapper