Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3865 uint32_t inLocation = 0; in TEST_F() local
3867 …tcsSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 v" + std::to_string(i… in TEST_F()
3868 inLocation += 1; in TEST_F()
3873 … tcsSourceStr += "layout(location=" + std::to_string(inLocation) + ") in float" + " vnIn[];\n"; in TEST_F()
3876 …"layout(location=" + std::to_string(inLocation) + ") in vec" + std::to_string(inRemainder) + " vnI… in TEST_F()
3878 inLocation += 1; in TEST_F()
3969 uint32_t inLocation = 0; in TEST_F() local
3971 …tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in vec4 v" + std::to_string(i… in TEST_F()
3972 inLocation += 1; in TEST_F()
3977 … tesSourceStr += "layout(location=" + std::to_string(inLocation) + ") in float" + " vnIn[];\n"; in TEST_F()
[all …]