Searched refs:array_declaration (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cArrayOfArraysTests.cpp | 3609 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local 3628 execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 3632 execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4234 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local 4253 this->execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4257 this->execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4277 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local 4293 shader_source = this->prepare_vertex_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4297 …shader_source = this->prepare_fragment_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4301 … shader_source = this->prepare_compute_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() [all …]
|