Searched refs:m_varying_name_vs_tcs_vs_result (Results 1 – 2 of 2) sorted by relevance
777 static const glw::GLchar* m_varying_name_vs_tcs_vs_result; member in gl4cts::GPUShaderFP64Test3
4627 const glw::GLchar* GPUShaderFP64Test3::m_varying_name_vs_tcs_vs_result = "vs_tcs_vs_result"; member in gl4cts::GPUShaderFP64Test35531 varying_name = m_varying_name_vs_tcs_vs_result; in writeMainBody()5780 stream << "in " << varying_type << " " << m_varying_name_vs_tcs_vs_result << "[];\n"; in writeVaryingDeclarations()5808 stream << "out " << varying_type << " " << m_varying_name_vs_tcs_vs_result << ";\n"; in writeVaryingDeclarations()5839 << "[gl_InvocationID] = " << m_varying_name_vs_tcs_vs_result << "[0];\n"; in writeVaryingPassthrough()