Home
last modified time | relevance | path

Searched refs:is_interface (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlink_uniforms.cpp50 || type->without_array()->is_interface()); in process()
89 } else if (t_without_array->is_interface()) { in process()
119 if (t->is_interface() && named_ifc_member) { in recursion()
124 } else if (t->is_record() || t->is_interface()) { in recursion()
135 if (t->is_interface() && t->fields.structure[i].offset != -1) in recursion()
177 t->without_array()->is_interface() || in recursion()
330 assert(!type->without_array()->is_interface()); in visit_field()
792 assert(!type->without_array()->is_interface()); in visit_field()
Dglsl_symbol_table.cpp88 assert(t->is_interface()); in symbol_table_entry()
178 assert(i->is_interface()); in add_interface()
Dhir_field_selection.cpp49 } else if (op->type->is_record() || op->type->is_interface()) { in _mesa_ast_field_selection_to_hir()
Dast_array_index.cpp251 } else if (array->type->without_array()->is_interface() in _mesa_ast_array_index_to_hir()
Dlower_named_interface_blocks.cpp152 assert (iface_t->is_interface()); in run()
Dlink_varyings.cpp72 if (t->is_interface()) { in create_xfb_varying_names()
92 t->without_array()->is_interface() || in create_xfb_varying_names()
587 if (type_without_array->is_interface()) { in validate_explicit_variable_location()
2148 assert(!type->without_array()->is_interface()); in visit_field()
2202 assert(!input_var->type->is_interface()); in populate_consumer_input_sets()
Dlower_buffer_access.cpp322 } else if (deref_array->type->without_array()->is_interface()) { in setup_buffer_access()
Dast_to_hir.cpp2781 if (t_without_array->is_record() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()
2856 if (base_type->is_interface()) { in apply_explicit_binding()
4849 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) { in hir()
7020 bool is_interface, in ast_process_struct_or_iface_block_members() argument
7097 if (is_interface) { in ast_process_struct_or_iface_block_members()
7137 if (is_interface) { in ast_process_struct_or_iface_block_members()
7231 if ((qual->flags.q.uniform || !is_interface) && in ast_process_struct_or_iface_block_members()
7393 if (is_interface && layout && in ast_process_struct_or_iface_block_members()
7815 if (var && !var->type->is_interface()) { in hir()
Dir.cpp1728 if (type->is_interface()) in ir_variable()
1730 else if (type->without_array()->is_interface()) in ir_variable()
Dlinker.cpp1464 if (var->type->is_interface()) { in visit()
1473 } else if (type_without_array->is_interface()) { in visit()
/external/mesa3d/src/compiler/
Dglsl_types.cpp200 } else if (this->is_record() || this->is_interface()) { in contains_sampler()
214 if (this->is_record() || this->is_interface()) { in contains_array()
230 } else if (this->is_record() || this->is_interface()) { in contains_integer()
246 } else if (this->is_record() || this->is_interface()) { in contains_double()
283 } else if (this->is_record() || this->is_interface()) { in contains_subroutine()
329 } else if (this->is_record() || this->is_interface()) { in contains_image()
1498 this->without_array()->is_interface() || in varying_count()
1778 if (this->is_record() || this->is_interface()) { in std140_size()
1997 if (this->is_record() || this->is_interface()) { in std430_size()
2229 if (type->is_interface()) { in encode_type_to_blob()
Dnir_types.cpp211 return type->is_record() || type->is_interface(); in glsl_type_is_struct()
Dglsl_types.h615 bool is_interface() const in is_interface() function
/external/curl/lib/
Dconnect.c274 bool is_interface = FALSE; in bindlocal() local
281 is_interface = TRUE; in bindlocal()
321 if(is_interface) { in bindlocal()
331 is_interface = TRUE; in bindlocal()
341 if(!is_interface) { in bindlocal()