Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineShaderModuleIdentifierTests.cpp582 bool hasGraphicsStage (GraphicsShaderType stage) const in hasGraphicsStage() function
599 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()