Home
last modified time | relevance | path

Searched refs:vsVersion (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/scripts/
DVSDevMode.ps119 [int]$vsVersion = 14, variable
24 $vsRegKey = "HKCU:\Software\Microsoft\VisualStudio\${vsVersion}.0"
32 Throw "Visual Studio ${vsVersion} is not installed"
50 Write-Host "Enabled custom TypeScript language service at ${path} for Dev${vsVersion}"
59 Write-Host "Enabled custom TypeScript default library at ${path} for Dev${vsVersion}"
68 Write-Host "Enabled custom TypeScript default ES6 library at ${path} for Dev${vsVersion}"
74 Write-Host "Enabled developer mode for Dev${vsVersion}"
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderViewportLayerArrayTests.hpp69 …adaptShaderToPipeline(std::string& shader, const std::string& varKey, const std::string& vsVersion,
Dgl4cShaderViewportLayerArrayTests.cpp159 const std::string& vsVersion, in adaptShaderToPipeline() argument
163 …tring varName = m_hasGeometryShader ? gsVersion : m_hasTessellationShader ? tesVersion : vsVersion; in adaptShaderToPipeline()