Home
last modified time | relevance | path

Searched refs:is_interface (Results 1 - 15 of 15) sorted by relevance

/third_party/mesa3d/src/compiler/glsl/
H A Dlink_uniforms.cpp48 || type->without_array()->is_interface()); in process()
95 } else if (t_without_array->is_interface()) { in process()
125 if (t->is_interface() && named_ifc_member) { in recursion()
130 } else if (t->is_struct() || t->is_interface()) { in recursion()
141 if (t->is_interface() && t->fields.structure[i].offset != -1) in recursion()
183 t->without_array()->is_interface() || in recursion()
H A Dglsl_symbol_table.cpp88 assert(t->is_interface()); in symbol_table_entry()
178 assert(i->is_interface()); in add_interface()
H A Dhir_field_selection.cpp49 } else if (op->type->is_struct() || op->type->is_interface()) { in _mesa_ast_field_selection_to_hir()
H A Dast_array_index.cpp251 } else if (array->type->without_array()->is_interface() in _mesa_ast_array_index_to_hir()
H A Dlower_named_interface_blocks.cpp153 assert (iface_t->is_interface()); in run()
H A Dlink_varyings.cpp524 if (type_without_array->is_interface()) { in validate_explicit_variable_location()
H A Dast_to_hir.cpp2894 if (t_without_array->is_struct() || t_without_array->is_interface()) in validate_xfb_offset_qualifier()
2969 if (base_type->is_interface()) { in apply_explicit_binding()
5138 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) { in hir()
7381 bool is_interface, in ast_process_struct_or_iface_block_members()
7453 * is_interface case, will have resulted in compilation having in ast_process_struct_or_iface_block_members()
7458 if (is_interface) { in ast_process_struct_or_iface_block_members()
7498 if (is_interface) { in ast_process_struct_or_iface_block_members()
7592 if ((qual->flags.q.uniform || !is_interface) && in ast_process_struct_or_iface_block_members()
7765 if (is_interface && layout && in ast_process_struct_or_iface_block_members()
8199 if (var && !var->type->is_interface()) { in hir()
7377 ast_process_struct_or_iface_block_members(exec_list *instructions, struct _mesa_glsl_parse_state *state, exec_list *declarations, glsl_struct_field **fields_ret, bool is_interface, enum glsl_matrix_layout matrix_layout, bool allow_reserved_names, ir_variable_mode var_mode, ast_type_qualifier *layout, unsigned block_stream, unsigned block_xfb_buffer, unsigned block_xfb_offset, unsigned expl_location, unsigned expl_align) ast_process_struct_or_iface_block_members() argument
[all...]
H A Dir.cpp2081 if (type->is_interface()) in ir_variable()
2083 else if (type->without_array()->is_interface()) in ir_variable()
H A Dglsl_to_nir.cpp622 if (ir->type->without_array()->is_interface()) { in visit()
936 if (parent_type->is_interface()) { in deref_get_qualifier()
H A Dlinker.cpp1476 if (var->type->is_interface()) { in visit()
1485 } else if (type_without_array->is_interface()) { in visit()
H A Dir_validate.cpp169 if (!ir->record->type->is_struct() && !ir->record->type->is_interface()) { in visit_enter()
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp221 } else if (this->is_struct() || this->is_interface()) { in contains_sampler()
235 if (this->is_struct() || this->is_interface()) { in contains_array()
251 } else if (this->is_struct() || this->is_interface()) { in contains_integer()
267 } else if (this->is_struct() || this->is_interface()) { in contains_double()
283 } else if (this->is_struct() || this->is_interface()) { in contains_64bit()
320 } else if (this->is_struct() || this->is_interface()) { in contains_subroutine()
366 } else if (this->is_struct() || this->is_interface()) { in contains_image()
1290 } else if (this->is_interface()) { in compare_no_precision()
1291 if (!b->is_interface()) in compare_no_precision()
1933 this->without_array()->is_interface() || in varying_count()
[all...]
H A Dnir_types.cpp91 assert(type->is_struct() || type->is_interface()); in glsl_get_struct_field_data()
322 assert((type->is_matrix() && type->explicit_stride) || type->is_interface()); in glsl_matrix_type_is_row_major()
359 return type->is_interface(); in glsl_type_is_interface()
365 return type->is_struct() || type->is_interface(); in glsl_type_is_struct_or_ifc()
H A Dglsl_types.h1015 bool is_interface() const in is_interface() function
/third_party/curl/lib/
H A Dcf-socket.c438 bool is_interface = FALSE; in bindlocal() local
445 is_interface = TRUE; in bindlocal()
483 if(is_interface) { in bindlocal()
493 is_interface = TRUE; in bindlocal()
503 if(!is_interface) { in bindlocal()

Completed in 35 milliseconds