HomeSort by relevance Sort by last modified time
    Searched refs:CompileSuccessfully (Results 51 - 75 of 81) sorted by null

1 23 4

  /external/swiftshader/third_party/SPIRV-Tools/test/val/
val_layout_test.cpp 207 CompileSuccessfully(ss.str(), env);
228 CompileSuccessfully(str);
238 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
253 CompileSuccessfully(str, SPV_ENV_UNIVERSAL_1_1);
280 CompileSuccessfully(str);
308 CompileSuccessfully(str);
336 CompileSuccessfully(str);
358 CompileSuccessfully(str);
377 CompileSuccessfully(str);
393 CompileSuccessfully(s)
    [all...]
val_extensions_test.cpp 76 CompileSuccessfully(str.c_str());
86 CompileSuccessfully(str.c_str());
108 CompileSuccessfully(str.c_str());
119 CompileSuccessfully(str.c_str());
127 CompileSuccessfully(str.c_str());
226 CompileSuccessfully(assembly.c_str());
241 CompileSuccessfully(assembly.c_str());
289 CompileSuccessfully(code.c_str(), GetParam().env);
val_modes_test.cpp 51 CompileSuccessfully(spirv);
63 CompileSuccessfully(spirv, env);
85 CompileSuccessfully(spirv, env);
98 CompileSuccessfully(spirv, env);
111 CompileSuccessfully(spirv, env);
128 CompileSuccessfully(spirv, env);
143 CompileSuccessfully(spirv);
159 CompileSuccessfully(spirv);
175 CompileSuccessfully(spirv);
192 CompileSuccessfully(spirv)
    [all...]
val_cfg_test.cpp 210 CompileSuccessfully(str);
256 CompileSuccessfully(str);
285 CompileSuccessfully(str);
304 CompileSuccessfully(str);
325 CompileSuccessfully(str);
353 CompileSuccessfully(str);
378 CompileSuccessfully(str);
409 CompileSuccessfully(str);
444 CompileSuccessfully(str);
470 CompileSuccessfully(str)
    [all...]
val_capability_test.cpp 129 CompileSuccessfully(str);
    [all...]
val_fixtures.h 42 void CompileSuccessfully(std::string code,
104 void ValidateBase<T>::CompileSuccessfully(std::string code,
val_builtins_test.cpp 268 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
343 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
408 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
    [all...]
val_constants_test.cpp 72 CompileSuccessfully(GetParam().assembly, env);
  /external/deqp-deps/SPIRV-Tools/test/
immediate_int_test.cpp 131 // EXPECT_EQ(CompileSuccessfully("%1 = OpConstant %10 0x12345678"),
132 // CompileSuccessfully("OpConstant %10 !1 0x12345678", kCAF));
134 // CompileSuccessfully("%1 = OpConstant %10 0x12345678 0x87654321"),
135 // CompileSuccessfully("OpConstant %10 !1 0x12345678 0x87654321", kCAF));
186 EXPECT_EQ(CompileSuccessfully("%123 = OpDecorationGroup"),
187 CompileSuccessfully("!0x00020049 %123"));
188 EXPECT_EQ(CompileSuccessfully("%group = OpDecorationGroup"),
189 CompileSuccessfully("!0x00020049 %group"));
200 EXPECT_THAT(Subvector(CompileSuccessfully("!4 !3 !2 !1"), kFirstInstruction),
205 EXPECT_THAT(Subvector(CompileSuccessfully(
    [all...]
named_id_test.cpp 62 CompileSuccessfully(input);
test_fixture.h 62 SpirvVector CompileSuccessfully(const std::string& txt,
130 spvtest::Concatenate({CompileSuccessfully(txt), words_to_append});
150 const SpirvVector code = CompileSuccessfully(txt, env);
binary_parse_test.cpp 236 const auto words = CompileSuccessfully("");
245 const auto words = CompileSuccessfully("");
255 auto words = CompileSuccessfully("");
268 auto words = CompileSuccessfully("");
282 const auto words = CompileSuccessfully("");
299 auto words = CompileSuccessfully("");
325 const auto words = CompileSuccessfully("");
343 auto words = CompileSuccessfully("");
364 const auto words = CompileSuccessfully("%1 = OpTypeVoid");
375 const auto words = CompileSuccessfully("%1 = OpTypeVoid")
    [all...]
binary_to_text_test.cpp 76 void CompileSuccessfully(std::string text) {
113 CompileSuccessfully("");
133 CompileSuccessfully("");
491 auto words = CompileSuccessfully("");
518 auto words = CompileSuccessfully("");
  /external/deqp-deps/SPIRV-Tools/test/val/
val_validation_state_test.cpp 124 CompileSuccessfully(spirv);
137 CompileSuccessfully(spirv);
157 CompileSuccessfully(spirv);
168 CompileSuccessfully(spirv);
178 CompileSuccessfully(spirv);
235 CompileSuccessfully(spirv);
241 CompileSuccessfully(spirv, SPV_ENV_VULKAN_1_1);
248 CompileSuccessfully(spirv, SPV_ENV_WEBGPU_0);
254 CompileSuccessfully(spirv);
260 CompileSuccessfully(spirv, SPV_ENV_VULKAN_1_1)
    [all...]
val_extensions_test.cpp 76 CompileSuccessfully(str.c_str());
86 CompileSuccessfully(str.c_str());
108 CompileSuccessfully(str.c_str());
119 CompileSuccessfully(str.c_str());
127 CompileSuccessfully(str.c_str());
226 CompileSuccessfully(assembly.c_str());
241 CompileSuccessfully(assembly.c_str());
289 CompileSuccessfully(code.c_str(), GetParam().env);
val_modes_test.cpp 51 CompileSuccessfully(spirv);
63 CompileSuccessfully(spirv, env);
85 CompileSuccessfully(spirv, env);
98 CompileSuccessfully(spirv, env);
111 CompileSuccessfully(spirv, env);
128 CompileSuccessfully(spirv, env);
143 CompileSuccessfully(spirv);
159 CompileSuccessfully(spirv);
175 CompileSuccessfully(spirv);
192 CompileSuccessfully(spirv)
    [all...]
val_cfg_test.cpp 210 CompileSuccessfully(str);
256 CompileSuccessfully(str);
285 CompileSuccessfully(str);
304 CompileSuccessfully(str);
325 CompileSuccessfully(str);
353 CompileSuccessfully(str);
378 CompileSuccessfully(str);
409 CompileSuccessfully(str);
444 CompileSuccessfully(str);
470 CompileSuccessfully(str)
    [all...]
val_capability_test.cpp 129 CompileSuccessfully(str);
    [all...]
val_fixtures.h 42 void CompileSuccessfully(std::string code,
92 void ValidateBase<T>::CompileSuccessfully(std::string code,
val_builtins_test.cpp 268 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
343 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
408 CompileSuccessfully(generator.Build(), SPV_ENV_VULKAN_1_0);
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/test/
immediate_int_test.cpp 131 // EXPECT_EQ(CompileSuccessfully("%1 = OpConstant %10 0x12345678"),
132 // CompileSuccessfully("OpConstant %10 !1 0x12345678", kCAF));
134 // CompileSuccessfully("%1 = OpConstant %10 0x12345678 0x87654321"),
135 // CompileSuccessfully("OpConstant %10 !1 0x12345678 0x87654321", kCAF));
186 EXPECT_EQ(CompileSuccessfully("%123 = OpDecorationGroup"),
187 CompileSuccessfully("!0x00020049 %123"));
188 EXPECT_EQ(CompileSuccessfully("%group = OpDecorationGroup"),
189 CompileSuccessfully("!0x00020049 %group"));
200 EXPECT_THAT(Subvector(CompileSuccessfully("!4 !3 !2 !1"), kFirstInstruction),
205 EXPECT_THAT(Subvector(CompileSuccessfully(
    [all...]
named_id_test.cpp 62 CompileSuccessfully(input);
test_fixture.h 62 SpirvVector CompileSuccessfully(const std::string& txt,
137 spvtest::Concatenate({CompileSuccessfully(txt), words_to_append});
157 const SpirvVector code = CompileSuccessfully(txt, env);
binary_parse_test.cpp 238 const auto words = CompileSuccessfully("");
247 const auto words = CompileSuccessfully("");
257 auto words = CompileSuccessfully("");
270 auto words = CompileSuccessfully("");
284 const auto words = CompileSuccessfully("");
301 auto words = CompileSuccessfully("");
327 const auto words = CompileSuccessfully("");
345 auto words = CompileSuccessfully("");
366 const auto words = CompileSuccessfully("%1 = OpTypeVoid");
377 const auto words = CompileSuccessfully("%1 = OpTypeVoid")
    [all...]
binary_to_text_test.cpp 81 void CompileSuccessfully(std::string text) {
120 CompileSuccessfully("");
140 CompileSuccessfully("");
498 auto words = CompileSuccessfully("");
525 auto words = CompileSuccessfully("");

Completed in 3104 milliseconds

1 23 4