Searched refs:programUsesPointSize (Results 1 – 2 of 2) sorted by relevance
118 inline std::string GetVaryingSemantic(int majorShaderModel, bool programUsesPointSize) in GetVaryingSemantic() argument122 return ((programUsesPointSize && majorShaderModel < 4) ? "COLOR" : "TEXCOORD"); in GetVaryingSemantic()206 bool programUsesPointSize,
448 bool programUsesPointSize, in generateVaryingLinkHLSL() argument504 GetVaryingSemantic(mRenderer->getMajorShaderModel(), programUsesPointSize); in generateVaryingLinkHLSL()