Searched refs:hasLinkedTessellationShader (Results 1 – 3 of 3) sorted by relevance
140 bool hasLinkedTessellationShader() const in hasLinkedTessellationShader() function
4076 if (executable->hasLinkedTessellationShader()) in ValidateDrawStates()4229 if (executable->hasLinkedTessellationShader() && mode != PrimitiveMode::Patches) in RecordDrawModeError()4236 if (!executable->hasLinkedTessellationShader() && mode == PrimitiveMode::Patches) in RecordDrawModeError()
9573 if (programExecutable && programExecutable->hasLinkedTessellationShader()) in updateValidDrawModes()