Searched refs:shader_input (Results 1 – 4 of 4) sorted by relevance
39 struct shader_input { struct54 typedef std::vector<shader_input> inputs_vec; argument
201 shader_input &i = inputs[gpr]; in add_input()
176 const glw::GLchar* const TextureCubeMapArraySamplingTest::shader_input = "in "; member in glcts::TextureCubeMapArraySamplingTest2138 …stream << interpolation_type << shader_input << color_type << fragment_shader_input << ";" << std:… in getPassThroughFragmentShaderCode()2182 stream << shader_input << routine_attribute_definitions[i].type << vertex_shader_output in getPassThroughTesselationControlShaderCode()2189 stream << shader_input << type_attribute_definitions[i].type << vertex_shader_output in getPassThroughTesselationControlShaderCode()2246 …stream << interpolation_type << shader_input << color_type << tesselation_evaluation_shader_input … in getPassThroughTesselationEvaluationShaderCode()2287 …stream << shader_input << type_vec4 << vertex_shader_input << vertex_shader_position << ";" << std… in getPassThroughVertexShaderCode()2292 stream << shader_input << routine_attribute_definitions[i].type << vertex_shader_input in getPassThroughVertexShaderCode()2299 stream << shader_input << type_attribute_definitions[i].type << vertex_shader_input in getPassThroughVertexShaderCode()2531 stream << shader_input << routine_attribute_definitions[i].type << vertex_shader_output in getSamplingFragmentShaderCode()2536 stream << shader_input << type_attribute_definitions[i].type << vertex_shader_output in getSamplingFragmentShaderCode()[all …]
735 static const glw::GLchar* const shader_input; member in glcts::TextureCubeMapArraySamplingTest