Searched refs:hasGradientLoop (Results 1 – 3 of 3) sorted by relevance
35 bool hasGradientLoop(TIntermIfElse *node);
380 bool ASTMetadataHLSL::hasGradientLoop(TIntermIfElse *node) in hasGradientLoop() function in sh::ASTMetadataHLSL
2774 if (mShaderType == GL_FRAGMENT_SHADER && mCurrentFunctionMetadata->hasGradientLoop(node)) in visitIfElse()