HomeSort by: relevance | last modified time | path
    Searched refs:is_struct (Results 1 - 25 of 45) 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()) {
link_uniforms.cpp 181 if (array_type->is_struct() || array_type->is_array())
264 assert(type->without_array()->is_struct()
306 if (t_without_array->is_struct() ||
347 } else if (t->is_struct() || t->is_interface()) {
348 if (record_type == NULL && t->is_struct())
351 if (t->is_struct())
395 if (t->is_struct()) {
399 } else if (t->without_array()->is_struct() ||
402 if (record_type == NULL && t->fields.array->is_struct())
552 assert(!type->without_array()->is_struct());
    [all...]
lower_buffer_access.cpp 66 if (deref->type->is_struct()) {
217 return matrix || deref->type->without_array()->is_struct();
244 return matrix || deref->type->without_array()->is_struct();
417 if (type->without_array()->is_struct()) {
link_uniform_initializers.cpp 193 if (type->is_struct()) {
203 } else if (t_without_array->is_struct() ||
opt_structure_splitting.cpp 106 if (!var->type->is_struct() ||
209 if (!var->type->is_struct())
link_varyings.cpp 89 } else if (t->is_struct()) {
100 } else if (t->without_array()->is_struct() ||
224 if (output->type->is_struct()) {
481 const bool is_struct = type_without_array->is_struct(); local
482 if (is_struct) {
503 if (info->var->type->without_array()->is_struct() || is_struct) {
514 is_struct ? var->name : info->var->name,
1880 return xfb_enabled && (type->is_array() || type->is_struct() ||
    [all...]
link_uniform_blocks.cpp 71 assert(type->is_struct());
84 assert(type->is_struct());
lower_xfb_varying.cpp 186 assert(*type != NULL && (*type)->is_struct() && field != NULL);
ir.cpp 905 || type->is_struct() || type->is_array());
912 if (type->is_array() || type->is_struct()) {
1087 || type->is_struct() || type->is_array());
1100 if (type->is_struct()) {
1372 assert(this->type->is_struct());
1455 assert (!type->is_array() && !type->is_struct());
1512 if (this->type->is_array() || this->type->is_struct()) {
2277 (constant->type->is_array() || constant->type->is_struct())) {
lower_packed_varyings.cpp 527 if (rvalue->type->is_struct()) {
798 !(type->is_array() || type->is_struct() || type->is_matrix()) &&
808 !((type->is_array() || type->is_struct() || type->is_matrix()) &&
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
hir_field_selection.cpp 49 } else if (op->type->is_struct() || op->type->is_interface()) {
lower_buffer_access.cpp 66 if (deref->type->is_struct()) {
217 return matrix || deref->type->without_array()->is_struct();
244 return matrix || deref->type->without_array()->is_struct();
417 if (type->without_array()->is_struct()) {
link_uniforms.cpp 49 assert(type->without_array()->is_struct()
91 if (t_without_array->is_struct() ||
132 } else if (t->is_struct() || t->is_interface()) {
133 if (record_type == NULL && t->is_struct())
136 if (t->is_struct())
180 if (t->is_struct()) {
184 } else if (t->without_array()->is_struct() ||
187 if (record_type == NULL && t->fields.array->is_struct())
337 assert(!type->without_array()->is_struct());
791 assert(type->is_struct());
    [all...]
link_uniform_initializers.cpp 193 if (type->is_struct()) {
203 } else if (t_without_array->is_struct() ||
opt_structure_splitting.cpp 106 if (!var->type->is_struct() ||
209 if (!var->type->is_struct())
link_varyings.cpp 82 } else if (t->is_struct()) {
93 } else if (t->without_array()->is_struct() ||
217 if (output->type->is_struct()) {
471 const bool is_struct = type_without_array->is_struct(); local
472 if (is_struct) {
493 if (info->var->type->without_array()->is_struct() || is_struct) {
504 is_struct ? var->name : info->var->name,
1743 return xfb_enabled && (type->is_array() || type->is_struct() ||
    [all...]
ir.cpp 757 || type->is_struct() || type->is_array());
764 if (type->is_array() || type->is_struct()) {
912 || type->is_struct() || type->is_array());
925 if (type->is_struct()) {
1117 assert(this->type->is_struct());
1188 assert (!type->is_array() && !type->is_struct());
1236 if (this->type->is_array() || this->type->is_struct()) {
1948 (constant->type->is_array() || constant->type->is_struct())) {
link_uniform_blocks.cpp 71 assert(type->is_struct());
84 assert(type->is_struct());
ir_print_visitor.cpp 152 } else if (t->is_struct() && !is_gl_identifier(t->name)) {
473 } else if (ir->type->is_struct()) {
lower_packed_varyings.cpp 524 if (rvalue->type->is_struct()) {
779 !((type->is_array() || type->is_struct() || type->is_matrix()) &&
  /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()) {
1176 if (this->is_struct()) {
1177 if (!b->is_struct())
1720 if (t->is_struct()) {
    [all...]
nir_types.cpp 90 assert(type->is_struct() || type->is_interface());
322 return type->is_struct();
334 return type->is_struct() || type->is_interface();
glsl_types.h 991 bool is_struct() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
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()) {
1465 if (t->is_struct()) {
1471 if (wa->is_struct()) {
1563 if (this->without_array()->is_struct() ||
    [all...]
nir_types.cpp 84 assert(type->is_struct() || type->is_interface());
297 return type->is_struct();
309 return type->is_struct() || type->is_interface();

Completed in 20 milliseconds

1 2