Searched refs:programUsesPointSize (Results 1 – 2 of 2) sorted by relevance
114 inline std::string GetVaryingSemantic(int majorShaderModel, bool programUsesPointSize) in GetVaryingSemantic() argument118 return ((programUsesPointSize && majorShaderModel < 4) ? "COLOR" : "TEXCOORD"); in GetVaryingSemantic()194 bool programUsesPointSize,
377 bool programUsesPointSize, in generateVaryingLinkHLSL() argument411 GetVaryingSemantic(mRenderer->getMajorShaderModel(), programUsesPointSize); in generateVaryingLinkHLSL()