Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp22176 std::string tesSourceStr = in TEST_F() local
22196 …VkShaderObj tes(m_device, tesSourceStr.c_str(), VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, this); in TEST_F()
22270 std::string tesSourceStr = in TEST_F() local
22280tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 v" + std::to_string(i… in TEST_F()
22286tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in float" + " vnIn[];\n"; in TEST_F()
22288 tesSourceStr += in TEST_F()
22293tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 exceedLimitIn[];\n\n"; in TEST_F()
22299tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out vec4 v" + std::to_string… in TEST_F()
22305tesSourceStr += "layout(location=" + std::to_string(outLocation) + ") out float" + " vnOut;\n"; in TEST_F()
22307 tesSourceStr += in TEST_F()
[all …]