Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp2901 const int test_array_dimensions = 4; in test_shader_compilation() local
2911 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation()
2915 … for (int sub_script_index = test_array_dimensions - 1; sub_script_index >= 0; sub_script_index--) in test_shader_compilation()
2929 if (permutation != (1 << test_array_dimensions) - 1) in test_shader_compilation()
3105 const int test_array_dimensions = 4; in test_shader_compilation() local
3112 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation()
3116 … for (int sub_script_index = test_array_dimensions - 1; sub_script_index >= 0; sub_script_index--) in test_shader_compilation()
3133 if (permutation != (1 << test_array_dimensions) - 1) in test_shader_compilation()
3159 const int test_array_dimensions = 4; in test_shader_compilation() local
3165 for (int permutation = 0; permutation < (1 << test_array_dimensions); permutation++) in test_shader_compilation()
[all …]