Home
last modified time | relevance | path

Searched refs:array_declaration (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cArrayOfArraysTests.cpp3611 std::string array_declaration = " int x[4][3][2][1];\n\n"; in test_shader_compilation() local
3630 execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
3634 execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
4236 std::string array_declaration = " int x[1][2][3][4];\n\n"; in test_shader_compilation() local
4255 this->execute_draw_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
4259 this->execute_dispatch_test(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
4279 std::string array_declaration = " int x[1][1][1][1];\n\n"; in test_shader_compilation() local
4295 shader_source = this->prepare_vertex_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
4299 …shader_source = this->prepare_fragment_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
4303 … shader_source = this->prepare_compute_shader(tested_shader_type, array_declaration, test_snippet); in test_shader_compilation()
[all …]