Searched refs:array_declaration (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 3693 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local 3712 execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 3716 execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4318 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local 4337 this->execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4341 this->execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4361 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local 4377 … shader_source = this->prepare_vertex_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4381 …shader_source = this->prepare_fragment_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() 4385 … shader_source = this->prepare_compute_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation() [all …]
|