Searched refs:tesSourceStr (Results 1 – 1 of 1) sorted by relevance
3961 std::string tesSourceStr = in TEST_F() local3971 …tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 v" + std::to_string(i… in TEST_F()3977 … tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in float" + " vnIn[];\n"; in TEST_F()3979 tesSourceStr += in TEST_F()3990 …tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 v" + std::to_string… in TEST_F()3996 … tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out float" + " vnOut;\n"; in TEST_F()3998 tesSourceStr += in TEST_F()4005 tesSourceStr += in TEST_F()4011 …VkShaderObj tes(m_device, tesSourceStr.c_str(), VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()