Lines Matching defs:input

1963 	std::string input[] = { "    float x[2,2][2][2];\n", "    float x[2][2,2][2];\n", "    float x[2][2][2,2];\n",
1966 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++)
1971 shader_source += input[string_index];
2175 std::string input[] = { "float a[2][1][2][]", "float a[2][1][][1]", "float a[2][1][][]", "float a[2][][2][1]",
2180 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++)
2182 std::string shader_source = shader_start + " " + input[string_index] + shader_variable_declarations;
2674 std::string input[] = { " float [] x = float[](1), y;\n\n" };
2676 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++)
2681 shader_source += input[string_index];
3372 std::string input[] = { " x[ivec2(0)] = 1.0;\n\n", " x[ivec3(0)] = 1.0;\n\n", " x[ivec4(0)] = 1.0;\n\n" };
3374 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++)
3377 ";\n\n" + input[string_index];
4344 std::string input[] = { " if (x[].length() != 2) {\n"
4351 for (size_t string_index = 0; string_index < sizeof(input) / sizeof(input[0]); string_index++)
4354 const std::string& test_snippet = input[string_index];
7755 /* Shader source with invalid input (input cannot be of arrays of arrays type). */
7831 * @param input_shader_type The type of input shader that is being tested
7876 * @param input_shader_type The type of input shader that is being tested
7911 * @param input_shader_type The type of input shader that is being tested
7950 * @param input_shader_type The type of input shader that is being tested
7985 * @param input_shader_type The type of input shader that is being tested
8020 * @param input_shader_type The type of input shader that is being tested
8061 * @param input_shader_type The type of input shader that is being tested
8063 * @param input_shader_source Snippet used to prepare the input shader
8065 * @param input_source Resulting input shader
8193 /* Shader source with invalid input (input cannot be of arrays of arrays type). */