Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp2980 …const char* const nextStageName = ((m_exitingStages & vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT… in genVertexSource() local
2996 buf << "layout(location = 0) out " << fragColorPrec << " vec4 " << nextStageName << "_color;\n" in genVertexSource()
2997 …<< (onlyVS ? "" : "layout(location = 1) flat out highp int " + de::toString(nextStageName) + "_qua… in genVertexSource()
3005 << (onlyVS ? "" : "\t" + de::toString(nextStageName) + "_quadrant_id = quadrant_id;\n") in genVertexSource()
3009 << " " << nextStageName << "_color = result_color;\n" in genVertexSource()
3017 << "layout(location = 1) flat out highp int " << nextStageName << "_quadrant_id;\n" in genVertexSource()
3025 << " " << nextStageName << "_quadrant_id = quadrant_id;\n" in genVertexSource()