Lines Matching refs:env
45 spv_target_env env = SPV_ENV_UNIVERSAL_1_0,
51 spv_target_env env = SPV_ENV_UNIVERSAL_1_0);
60 spv_result_t ValidateInstructions(spv_target_env env = SPV_ENV_UNIVERSAL_1_0);
65 spv_target_env env = SPV_ENV_UNIVERSAL_1_0);
113 spv_target_env env,
117 spvTextToBinary(ScopedContext(env).context, code.c_str(), code.size(),
131 spv_target_env env) {
134 ScopedContext context(env);
154 spv_result_t ValidateBase<T>::ValidateInstructions(spv_target_env env) {
163 return spvValidateWithOptions(ScopedContext(env).context, options_,
169 spv_target_env env) {
172 ScopedContext(env).context, options_, get_const_binary()->code,