Lines Matching defs:env
60 const auto env = SPV_ENV_UNIVERSAL_1_3;
61 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
71 CheckValid(env, context.get());
96 CheckEqual(env, after, context.get());
134 const auto env = SPV_ENV_UNIVERSAL_1_3;
135 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
145 CheckValid(env, context.get());
168 CheckEqual(env, after, context.get());
210 const auto env = SPV_ENV_UNIVERSAL_1_3;
211 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
256 const auto env = SPV_ENV_UNIVERSAL_1_3;
257 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
304 const auto env = SPV_ENV_UNIVERSAL_1_3;
305 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
380 const auto env = SPV_ENV_UNIVERSAL_1_3;
381 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
383 CheckValid(env, context.get());
393 CheckValid(env, context.get());
427 CheckEqual(env, after, context.get());
501 const auto env = SPV_ENV_UNIVERSAL_1_3;
502 const auto context = BuildModule(env, nullptr, shader, kReduceAssembleOption);
504 CheckValid(env, context.get());
514 CheckValid(env, context.get());
548 CheckEqual(env, after, context.get());