Searched refs:decl_count (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7366 unsigned decl_count = 0; local in function:ast_process_struct_or_iface_block_members
7375 decl_count += decl_list->declarations.length();
7384 decl_count);
7823 assert(i == decl_count);
7826 return decl_count;
7847 unsigned decl_count = local in function:ast_struct_specifier::hir
7865 type = glsl_type::get_struct_instance(fields, decl_count, this->name);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dast_to_hir.cpp7127 unsigned decl_count = 0; local in function:ast_process_struct_or_iface_block_members
7136 decl_count += decl_list->declarations.length();
7145 decl_count);
7563 assert(i == decl_count);
7566 return decl_count;
7587 unsigned decl_count = local in function:ast_struct_specifier::hir
7605 type = glsl_type::get_struct_instance(fields, decl_count, this->name);

Completed in 71 milliseconds