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

  /external/mesa3d/src/compiler/glsl/
link_uniform_initializers.cpp 181 const glsl_type *t_without_array = type->without_array(); local
196 } else if (t_without_array->is_record() ||
link_uniforms.cpp 88 const glsl_type *t_without_array = t->without_array(); local
94 if (t_without_array->is_record() ||
100 } else if (t_without_array->is_interface()) {
101 char *name = ralloc_strdup(NULL, t_without_array->name);
103 &t_without_array->
104 fields.structure[t_without_array->field_index(var->name)] : NULL;
    [all...]
ast_to_hir.cpp 2722 const glsl_type *t_without_array = type->without_array(); local
    [all...]

Completed in 647 milliseconds