HomeSort by relevance Sort by last modified time
    Searched refs:type_without_array (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/compiler/glsl/
link_varyings.cpp 586 const glsl_type *type_without_array = type->without_array(); local
587 if (type_without_array->is_interface()) {
588 for (unsigned i = 0; i < type_without_array->length; i++) {
589 glsl_struct_field *field = &type_without_array->fields.structure[i];
    [all...]
linker.cpp 1457 const glsl_type *type_without_array; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 2416 const glsl_type *type_without_array = var->type->without_array(); local
2460 const glsl_type *type_without_array = var->type->without_array(); local
    [all...]

Completed in 62 milliseconds