Searched refs:array_declaration (Results 1 – 1 of 1) sorted by relevance
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| D | es31cArrayOfArraysTests.cpp | 3675 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local 3694 execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 3698 execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4300 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local 4319 this->execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4323 this->execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4343 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local 4359 shader_source = this->prepare_vertex_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4363 …shader_source = this->prepare_fragment_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4367 … shader_source = this->prepare_compute_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() [all …]
|