Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/
H A Des31cArrayOfArraysTests.cpp2176 std::string shader_variable_declarations = "= float[2][1][2][1](\n" in test_shader_compilation() local
2196 …:string shader_source = shader_start + " " + input[string_index] + shader_variable_declarations; in test_shader_compilation()
4421 std::string shader_variable_declarations = in test_shader_compilation() local
4425 std::string shader_source = shader_start + shader_variable_declarations; in test_shader_compilation()
4447 std::string shader_variable_declarations[] = {" x", " y"}; in test_shader_compilation() local
4467 sizeof(shader_variable_declarations) / sizeof(shader_variable_declarations[0]); in test_shader_compilation()
4471 base_variable_string += shader_variable_declarations[variable_declaration_index]; in test_shader_compilation()