Home
last modified time | relevance | path

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

/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DShaderFactory.cpp124 bool hasGS = geomStage && !geomStage->empty(); in createMains() local
131 bool viewStageInGS = hasGS; in createMains()
135 bool clipStageInGS = hasGS; in createMains()
136 bool clipStageInTES = hasTES && !hasGS; in createMains()
272 if ( hasGS || hasTCS ) in createMains()
363 if ( !hasGS && !hasTCS ) in createMains()
380 if ( hasTCS || hasGS || hasFS ) in createMains()
519 if ( hasGS ) in createMains()
644 if ( !hasGS ) in createMains()
695 if ( hasGS ) in createMains()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dcentral_settings.cpp51 hasGS = false; in init()
168 hasGS = true; in init()
330 return hasGS; in isARBGeometryShadersUsable()
H A Dcentral_settings.hpp37 bool hasGS; member in CentralVideoSettings
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DcodeGen.h119 void _GenerateVertexAndFaceVaryingPrimvar(bool hasGS);
H A DcodeGen.cpp518 bool hasGS = (!geometryShader.empty()); in Compile() local
701 if (hasGS) { in Compile()
767 if (hasGS) { in Compile()
845 _GenerateVertexAndFaceVaryingPrimvar(hasGS); in Compile()
874 if (hasGS) in Compile()
949 if (hasGS) { in Compile()
2777 HdSt_CodeGen::_GenerateVertexAndFaceVaryingPrimvar(bool hasGS) in _GenerateVertexAndFaceVaryingPrimvar() argument
3051 if (hasGS) { in _GenerateVertexAndFaceVaryingPrimvar()