HomeSort by: relevance | last modified time | path
    Searched refs:is_interface (Results 1 - 25 of 29) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
hir_field_selection.cpp 49 } else if (op->type->is_struct() || op->type->is_interface()) {
glsl_symbol_table.cpp 88 assert(t->is_interface());
178 assert(i->is_interface());
link_uniforms.cpp 265 || type->without_array()->is_interface());
312 } else if (t_without_array->is_interface()) {
342 if (t->is_interface() && named_ifc_member) {
347 } else if (t->is_struct() || t->is_interface()) {
358 if (t->is_interface() && t->fields.structure[i].offset != -1)
400 t->without_array()->is_interface() ||
553 assert(!type->without_array()->is_interface());
1052 assert(!type->without_array()->is_interface());
ast_array_index.cpp 251 } else if (array->type->without_array()->is_interface()
lower_named_interface_blocks.cpp 153 assert (iface_t->is_interface());
lower_buffer_access.cpp 322 } else if (deref_array->type->without_array()->is_interface()) {
link_varyings.cpp 81 if (t->is_interface()) {
101 t->without_array()->is_interface() ||
658 if (type_without_array->is_interface()) {
2465 assert(!type->without_array()->is_interface());
2552 assert(!input_var->type->is_interface());
ast_to_hir.cpp 2880 if (t_without_array->is_struct() || t_without_array->is_interface())
2955 if (base_type->is_interface()) {
5114 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) {
7355 bool is_interface,
7427 * is_interface case, will have resulted in compilation having
7432 if (is_interface) {
7472 if (is_interface) {
7566 if ((qual->flags.q.uniform || !is_interface) &&
7739 if (is_interface && layout &&
8171 if (var && !var->type->is_interface()) {
    [all...]
glsl_to_nir.cpp 586 if (ir->type->without_array()->is_interface()) {
899 if (parent_type->is_interface()) {
ir.cpp 2082 if (type->is_interface())
2084 else if (type->without_array()->is_interface())
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
hir_field_selection.cpp 49 } else if (op->type->is_struct() || op->type->is_interface()) {
glsl_symbol_table.cpp 88 assert(t->is_interface());
178 assert(i->is_interface());
link_uniforms.cpp 50 || type->without_array()->is_interface());
97 } else if (t_without_array->is_interface()) {
127 if (t->is_interface() && named_ifc_member) {
132 } else if (t->is_struct() || t->is_interface()) {
143 if (t->is_interface() && t->fields.structure[i].offset != -1)
185 t->without_array()->is_interface() ||
338 assert(!type->without_array()->is_interface());
823 assert(!type->without_array()->is_interface());
ast_array_index.cpp 251 } else if (array->type->without_array()->is_interface()
lower_named_interface_blocks.cpp 153 assert (iface_t->is_interface());
lower_buffer_access.cpp 322 } else if (deref_array->type->without_array()->is_interface()) {
link_varyings.cpp 74 if (t->is_interface()) {
94 t->without_array()->is_interface() ||
648 if (type_without_array->is_interface()) {
2283 assert(!type->without_array()->is_interface());
2339 assert(!input_var->type->is_interface());
ast_to_hir.cpp 2811 if (t_without_array->is_struct() || t_without_array->is_interface())
2886 if (base_type->is_interface()) {
4939 if (type->qualifier.flags.q.buffer && !decl_type->is_interface()) {
7116 bool is_interface,
7188 * is_interface case, will have resulted in compilation having
7193 if (is_interface) {
7233 if (is_interface) {
7327 if ((qual->flags.q.uniform || !is_interface) &&
7489 if (is_interface && layout &&
7911 if (var && !var->type->is_interface()) {
    [all...]
ir.cpp 1754 if (type->is_interface())
1756 else if (type->without_array()->is_interface())
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.cpp 222 } else if (this->is_struct() || this->is_interface()) {
236 if (this->is_struct() || this->is_interface()) {
252 } else if (this->is_struct() || this->is_interface()) {
268 } else if (this->is_struct() || this->is_interface()) {
284 } else if (this->is_struct() || this->is_interface()) {
321 } else if (this->is_struct() || this->is_interface()) {
367 } else if (this->is_struct() || this->is_interface()) {
1179 } else if (this->is_interface()) {
1180 if (!b->is_interface())
1819 this->without_array()->is_interface() ||
    [all...]
nir_types.cpp 90 assert(type->is_struct() || type->is_interface());
328 return type->is_interface();
334 return type->is_struct() || type->is_interface();
glsl_types.h 999 bool is_interface() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
nir_types.cpp 84 assert(type->is_struct() || type->is_interface());
303 return type->is_interface();
309 return type->is_struct() || type->is_interface();
glsl_types.cpp 212 } else if (this->is_struct() || this->is_interface()) {
226 if (this->is_struct() || this->is_interface()) {
242 } else if (this->is_struct() || this->is_interface()) {
258 } else if (this->is_struct() || this->is_interface()) {
274 } else if (this->is_struct() || this->is_interface()) {
311 } else if (this->is_struct() || this->is_interface()) {
357 } else if (this->is_struct() || this->is_interface()) {
1564 this->without_array()->is_interface() ||
1849 if (this->is_struct() || this->is_interface()) {
1907 } else if (this->is_struct() || this->is_interface()) {
    [all...]
glsl_types.h 747 bool is_interface() const function in struct:glsl_type

Completed in 42 milliseconds

1 2