Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3961 std::string tesSourceStr = in TEST_F() local
3971tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 v" + std::to_string(i… in TEST_F()
3977tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in float" + " vnIn[];\n"; in TEST_F()
3979 tesSourceStr += in TEST_F()
3990tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 v" + std::to_string… in TEST_F()
3996tesSourceStr += "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()