Searched refs:STAGE_GEOMETRY (Results 1 – 2 of 2) sorted by relevance
65 STAGE_GEOMETRY = (1 << 3), enumerator87 bool geometry (void) const { return (selectedStages & STAGE_GEOMETRY); } in geometry()270 if (m_params.selectedStages & STAGE_GEOMETRY) in initPrograms()299 …<< ((m_params.writeStages & STAGE_GEOMETRY) ? " gl_Position = gl_in[i].gl_Position;\n" : "") in initPrograms()414 if (m_params.selectedStages & STAGE_GEOMETRY) in iterate()782 …if (stages & STAGE_GEOMETRY) testName += (testName.empty() ? "" : "_") + std::string("g") + ((wri… in createNoPositionTests()