Lines Matching refs:test_code
2066 const std::string test_code = MakeAssembly(GetParam());
2067 CompileSuccessfully(test_code, env);
2070 << test_code;
2076 const std::string test_code = MakeAssembly(GetParam());
2077 CompileSuccessfully(test_code, SPV_ENV_UNIVERSAL_1_1);
2080 << test_code;
2087 const std::string test_code = MakeAssembly(GetParam());
2088 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_0);
2091 << test_code;
2098 const std::string test_code = MakeAssembly(GetParam());
2099 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_1);
2102 << test_code;
2109 const std::string test_code = MakeAssembly(GetParam());
2110 CompileSuccessfully(test_code, SPV_ENV_VULKAN_1_2);
2113 << test_code;
2120 const std::string test_code = MakeAssembly(GetParam());
2121 CompileSuccessfully(test_code, SPV_ENV_OPENGL_4_0);
2124 << test_code;