Lines Matching refs:env_
56 env_(SPV_ENV_UNIVERSAL_1_3) {}
63 context_ = BuildModule(env_, consumer_, original, assemble_options_);
106 spv_context spvContext = spvContextCreate(env_);
117 SpirvTools tools(env_);
143 spv_context spvContext = spvContextCreate(env_);
154 SpirvTools tools(env_);
202 context_ = BuildModule(env_, consumer_, original, assemble_options_);
239 context_ = BuildModule(env_, nullptr, original, assemble_options_);
254 SpirvTools tools(env_);
279 void SetTargetEnv(spv_target_env env) { env_ = env; }
289 spv_target_env env_;