Home
last modified time | relevance | path

Searched refs:m_varying_name_tes_gs_tes_result (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cGPUShaderFP64Tests.hpp775 static const glw::GLchar* m_varying_name_tes_gs_tes_result; member in gl4cts::GPUShaderFP64Test3
H A Dgl4cGPUShaderFP64Tests.cpp4613 const glw::GLchar* GPUShaderFP64Test3::m_varying_name_tes_gs_tes_result = "tes_gs_tes_result"; member in gl4cts::GPUShaderFP64Test3
5516 varying_name = m_varying_name_tes_gs_tes_result; in writeMainBody()
5752 stream << "in " << varying_type << " " << m_varying_name_tes_gs_tes_result << "[];\n"; in writeVaryingDeclarations() local
5788 stream << "out " << varying_type << " " << m_varying_name_tes_gs_tes_result << ";\n"; in writeVaryingDeclarations() local
5819 stream << " " << m_varying_name_gs_fs_tes_result << " = " << m_varying_name_tes_gs_tes_result << "[0];\n"; in writeVaryingPassthrough() local

Completed in 22 milliseconds