Home
last modified time | relevance | path

Searched refs:env_version (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/util/bot/
Dvs_toolchain.py76 env_version = GetVisualStudioVersion()
77 if env_version == '2015':
80 if env_version == '2017':
85 raise Exception('Unsupported VS version %s' % env_version)
/external/libchrome/build/
Dvs_toolchain.py234 env_version = GetVisualStudioVersion()
237 if env_version == '2017':
245 raise Exception('Unexpected toolchain version: %s.' % env_version)
334 env_version = GetVisualStudioVersion()
335 if env_version == '2017':
343 raise Exception('Unsupported VS version %s' % env_version)
353 env_version = GetVisualStudioVersion()
356 return version != env_version
/external/deqp-deps/amber/src/
Dshader_compiler.cc221 uint32_t env_version = 0u; in CompileGlsl() local
223 auto r = ParseSpvEnv(spv_env_, &env, &env_version, &spirv_version); in CompileGlsl()
228 env_version); in CompileGlsl()
353 uint32_t env_version; in ParseSpvEnv() member
387 *target_env_version = values.env_version; in ParseSpvEnv()
Dshader_compiler_test.cc486 uint32_t env_version; member
494 uint32_t env_version = 43u; in TEST_P() local
496 auto r = amber::ParseSpvEnv(GetParam().env_str, &target_env, &env_version, in TEST_P()
501 EXPECT_EQ(GetParam().env_version, env_version) << GetParam().env_str; in TEST_P()