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.cpp2742 …const char* const nextStageName = ((m_exitingStages & vk::VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT… in genVertexSource() local
2758 << "layout(location = 0) out " << fragColorPrec << " vec4 " << nextStageName << "_color;\n" in genVertexSource()
2759 …<< (onlyVS ? "" : "layout(location = 1) flat out highp int " + de::toString(nextStageName) + "_qua… in genVertexSource()
2767 << (onlyVS ? "" : "\t" + de::toString(nextStageName) + "_quadrant_id = quadrant_id;\n") in genVertexSource()
2771 << " " << nextStageName << "_color = result_color;\n" in genVertexSource()
2779 << "layout(location = 1) flat out highp int " << nextStageName << "_quadrant_id;\n" in genVertexSource()
2787 << " " << nextStageName << "_quadrant_id = quadrant_id;\n" in genVertexSource()