Searched refs:programUsesPointSize (Results 1 – 2 of 2) sorted by relevance
115 inline std::string GetVaryingSemantic(int majorShaderModel, bool programUsesPointSize) in GetVaryingSemantic() argument119 return ((programUsesPointSize && majorShaderModel < 4) ? "COLOR" : "TEXCOORD"); in GetVaryingSemantic()200 bool programUsesPointSize,
426 bool programUsesPointSize, in generateVaryingLinkHLSL() argument460 GetVaryingSemantic(mRenderer->getMajorShaderModel(), programUsesPointSize); in generateVaryingLinkHLSL()