Searched defs:array_declaration (Results 1 – 1 of 1) sorted by relevance
3609 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local4234 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local4277 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local5345 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5466 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5588 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5710 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local5832 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local5954 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local