Searched refs:hasGraphicsStage (Results 1 – 1 of 1) sorted by relevance
582 bool hasGraphicsStage (GraphicsShaderType stage) const in hasGraphicsStage() function599 return hasGraphicsStage(GraphicsShaderType::GEOMETRY); in hasGeom()604 …return (hasGraphicsStage(GraphicsShaderType::TESS_CONTROL) || hasGraphicsStage(GraphicsShaderType:… in hasTess()609 return (hasGraphicsStage(GraphicsShaderType::VERTEX) || hasTess() || hasGeom()); in hasVertexPipelineStage()614 return hasGraphicsStage(GraphicsShaderType::FRAG); in hasFrag()