Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArraySampling.cpp238 const glw::GLchar *const TextureCubeMapArraySamplingTest::vertex_shader_input = "vs_in_"; member in glcts::TextureCubeMapArraySamplingTest
2283 …stream << shader_input << type_vec4 << vertex_shader_input << vertex_shader_position << ";" << std… in getPassThroughVertexShaderCode()
2288 stream << shader_input << routine_attribute_definitions[i].type << vertex_shader_input in getPassThroughVertexShaderCode()
2295 stream << shader_input << type_attribute_definitions[i].type << vertex_shader_input in getPassThroughVertexShaderCode()
2324 << vertex_shader_input << routine_attribute_definitions[i].name << ";" << std::endl; in getPassThroughVertexShaderCode()
2329 … " << vertex_shader_output << type_attribute_definitions[i].name << " = " << vertex_shader_input in getPassThroughVertexShaderCode()
2967 getSamplingFunctionCall(sampling_function, color_type, n_components, vertex_shader_input, 0, in getSamplingVertexShaderCode()
2972 … getShadowSamplingFunctionCall(sampling_function, color_type, n_components, vertex_shader_input, 0, in getSamplingVertexShaderCode()
2985 …stream << shader_input << type_vec4 << vertex_shader_input << vertex_shader_position << ";" << std… in getSamplingVertexShaderCode()
2990 stream << shader_input << routine_attribute_definitions[i].type << vertex_shader_input in getSamplingVertexShaderCode()
[all …]
H A DesextcTextureCubeMapArraySampling.hpp759 static const glw::GLchar *const vertex_shader_input; member in glcts::TextureCubeMapArraySamplingTest