HomeSort by: relevance | last modified time | path
    Searched defs:is_struct (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
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...]
  /xsrc/external/mit/MesaLib/dist/src/compiler/
glsl_types.h 991 bool is_struct() const function in struct:glsl_type
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
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...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/
glsl_types.h 739 bool is_struct() const function in struct:glsl_type

Completed in 30 milliseconds