Searched refs:onlyVS (Results 1 – 1 of 1) sorted by relevance
2990 const bool onlyVS = (m_activeStages == vk::VK_SHADER_STAGE_VERTEX_BIT); in genVertexSource() local2997 …<< (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()