Searched defs:array_declaration (Results 1 – 1 of 1) sorted by relevance
3693 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local4318 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local4361 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local5425 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5546 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5667 std::string array_declaration = var_iterator->second.type + " z[2][2][2][2];\n\n"; in test_shader_compilation() local5788 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local5909 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local6030 std::string array_declaration = var_iterator->second.type + "[2][2][2][2] z;\n\n"; in test_shader_compilation() local