Lines Matching refs:env
47 void CheckEqual(const spv_target_env env,
51 SpirvTools t(env);
62 void CheckEqual(const spv_target_env env, const std::string& expected_text,
65 SpirvTools t(env);
68 CheckEqual(env, expected_binary, actual_binary);
71 void CheckEqual(const spv_target_env env, const std::string& expected_text,
75 CheckEqual(env, expected_text, actual_binary);
78 void CheckValid(spv_target_env env, const opt::IRContext* ir) {
81 SpirvTools tools(env);
86 std::string ToString(spv_target_env env, const opt::IRContext* ir) {
89 SpirvTools t(env);