/third_party/spirv-tools/test/reduce/ |
H A D | reducer_test.cpp | 268 // int foo() { 286 // } while(bool(foo()));
|
H A D | remove_function_test.cpp | 233 OpName %6 "foo(" in TEST()
|
/third_party/spirv-tools/test/ |
H A D | text_literal_test.cpp | 119 {"\"\\foo\nbar\"", "foo\nbar"}, 120 {"\"\\foo\\\nbar\"", "foo\nbar"},
|
H A D | text_start_new_inst_test.cpp | 62 AssemblyContext(AutoText("%foo = OpAdd"), nullptr).isStartOfNewInst()); in TEST() 64 AssemblyContext(AutoText("%foo = OpAdd"), nullptr).isStartOfNewInst()); in TEST() 69 AssemblyContext(AutoText("%foo = "), nullptr).isStartOfNewInst()); in TEST() 70 EXPECT_FALSE(AssemblyContext(AutoText("%foo "), nullptr).isStartOfNewInst()); in TEST() 71 EXPECT_FALSE(AssemblyContext(AutoText("%foo"), nullptr).isStartOfNewInst()); in TEST()
|
H A D | text_to_binary.annotation_test.cpp | 376 { CASE(Export), "foo" }, 384 EXPECT_THAT(CompileFailure("OpDecorate %1 LinkageAttributes \"foo\" xxyyzz"), in TEST_F()
|
H A D | text_to_binary.constant_test.cpp | 354 "OpTypeOpaque \"Foo\"", 467 "OpTypeOpaque \"Foo\"",
|
H A D | text_to_binary.control_flow_test.cpp | 379 "OpTypeOpaque \"Foo\"",
|
H A D | text_to_binary.debug_test.cpp | 122 "", "foo bar this and that"})); 141 "", "foo bar this and that"})); 168 "", "foo bar this and that"})); 184 ::testing::Values("", "foo bar this and that")); 201 "", "foo bar this and that"})); 217 ::testing::Values("", "foo bar this and that"));
|
H A D | text_to_binary.extension_test.cpp | 999 {"OpDecorate %1 LinkageAttributes \"foobar\" LinkOnceODR\n", in TEST_F() 1003 MakeVector("foobar"), in TEST_F()
|
/third_party/spirv-tools/test/tools/ |
H A D | expect.py | 40 foo.vert -> foo.vert.[extension] [similarly for .frag, .comp, etc.] 41 foo.glsl -> foo.[extension] 42 foo.unknown -> foo.[extension] 43 foo -> foo.[extension]
|
H A D | flags_test.cpp | 102 FLAG_LONG_bool(foo, false, false); in TEST_F() 103 const char* argv[] = {"binary", "--foo", "true", nullptr}; in TEST_F() 104 EXPECT_FALSE(foo.value()); in TEST_F() 108 EXPECT_TRUE(foo.value()); in TEST_F() 114 FLAG_LONG_bool(foo, false, false); in TEST_F() 115 const char* argv[] = {"binary", "--foo=true", nullptr}; in TEST_F() 116 EXPECT_FALSE(foo.value()); in TEST_F() 120 EXPECT_TRUE(foo.value()); in TEST_F() 125 FLAG_LONG_bool(foo, false, false); in TEST_F() 126 const char* argv[] = {"binary", "--foo in TEST_F() [all...] |
/third_party/spirv-tools/test/val/ |
H A D | val_builtins_test.cpp | 307 %val2 = OpFunctionCall %void %foo in GetInFunctionCodeGenerator() 311 %foo = OpFunction %void None %func in GetInFunctionCodeGenerator() 312 %foo_entry = OpLabel in GetInFunctionCodeGenerator() 3358 %val1 = OpFunctionCall %void %foo in TEST_F() 3367 %val2 = OpFunctionCall %void %foo in TEST_F() 3372 %foo = OpFunction %void None %func in TEST_F() 3373 %foo_entry = OpLabel in TEST_F() 3412 %val2 = OpFunctionCall %void %foo in GetNoDepthReplacingGenerator() 3417 %foo = OpFunction %void None %func in GetNoDepthReplacingGenerator() 3418 %foo_entry in GetNoDepthReplacingGenerator() [all...] |
H A D | val_capability_test.cpp | 2684 %foo = OpSubgroupShuffleINTEL %uint %zero %zero in TEST_F() 2712 %foo = OpSubgroupShuffleINTEL %uint %zero %zero in TEST_F() 2740 %foo = OpSubgroupShuffleINTEL %uint %zero %zero in TEST_F()
|
H A D | val_cfg_test.cpp | 2693 OpEntryPoint GLCompute %1 "foo" in TEST_F() 2719 OpEntryPoint GLCompute %1 "foo" in TEST_F() 4482 OpName %6 "foo(" in TEST_F()
|
H A D | val_composites_test.cpp | 2084 OpName %6 "foo(" in TEST_F()
|
H A D | val_decoration_test.cpp | 7711 OpName %foo "foo" in TEST_F() 7721 OpDecorate %foo LinkageAttributes "foo" Export in TEST_F() 7724 OpGroupDecorate %28 %foo %bar in TEST_F() 7732 %foo = OpFunction %bool DontInline %3 in TEST_F()
|
H A D | val_entry_point_test.cpp | 33 OpEntryPoint GLCompute %3 "foo" in TEST_F() 34 OpEntryPoint GLCompute %4 "foo" in TEST_F() 57 OpEntryPoint GLCompute %3 "foo" in TEST_F() 58 OpEntryPoint GLCompute %4 "foo2" in TEST_F()
|
H A D | val_ext_inst_debug_test.cpp | 379 %foo_name = OpString "foo" in TEST_P() 388 %foo_info = OpExtInst %void %DbgExt DebugLocalVariable %foo_name %int_info %dbg_src 1 1 %main_info FlagIsLocal in TEST_P() 393 %foo = OpVariable %u32_ptr_function Function in TEST_P() 394 %foo_val = OpLoad %u32 %foo in TEST_P() 418 %foo_name = OpString "foo" in TEST_P() 427 %foo_info in TEST_P() 2598 struct foo : VS_OUTPUT { TEST_F() struct 2644 struct foo : VS_OUTPUT { TEST_P() struct 2790 struct foo : VS_OUTPUT {}; TEST_P() struct 2793 %foo_name = OpString "foo" TEST_P() local 2843 struct foo : VS_OUTPUT { TEST_F() struct 2889 struct foo : VS_OUTPUT { TEST_P() struct [all...] |
H A D | val_ext_inst_test.cpp | 6126 OpEntryPoint GLCompute %foo "foo" in TEST_F() 6127 OpExecutionMode %foo LocalSize 1 1 1 in TEST_F() 6128 %foo_name = OpString "foo" in TEST_F() 6131 %foo = OpFunction %void None %void_fn in TEST_F() 6135 %decl = OpExtInst %void %ext Kernel %foo %foo_name in TEST_F() 6148 OpEntryPoint GLCompute %foo "foo" in TEST_F() [all...] |
H A D | val_extension_spv_khr_linkonce_odr_test.cpp | 42 OpDecorate %var LinkageAttributes "foobar" LinkOnceODR in TEST_F() 59 OpDecorate %var LinkageAttributes "foobar" LinkOnceODR in TEST_F() 71 " OpDecorate %1 LinkageAttributes \"foobar\" LinkOnceODR\n")); in TEST_F() 80 OpDecorate %var LinkageAttributes "foobar" LinkOnceODR in TEST_F() 92 " OpDecorate %1 LinkageAttributes \"foobar\" LinkOnceODR")); in TEST_F()
|
H A D | val_id_test.cpp | 255 OpMemberName %2 0 "foo" 263 OpMemberName %1 0 "foo" 273 OpMemberName %1 1 "foo"
|
H A D | val_interfaces_test.cpp | 1427 OpEntryPoint MeshNV %foo "foo" %in in TEST_F() 1428 OpExecutionMode %foo LocalSize 1 1 1 in TEST_F() 1440 %foo = OpFunction %void None %void_fn in TEST_F()
|
H A D | val_layout_test.cpp | 413 %foo_frag = OpString "foo.frag" in TEST_F() 418 OpLine %foo_frag 1 1 in TEST_F() 474 OpEntryPoint Fragment %foo "foo" in TEST_F() 475 OpExecutionMode %foo OriginUpperLeft in TEST_F() 478 %foo = OpFunction %voidt None %funct in TEST_F() 480 %recurse = OpFunctionCall %voidt %foo in TEST_F() 516 %foo = OpFunction %voidt None %funct in TEST_F()
|
H A D | val_memory_test.cpp | 4907 OpEntryPoint GLCompute %main "foo" %var in TEST_F() 4941 OpEntryPoint GLCompute %main "foo" %var in TEST_F() 4972 OpEntryPoint GLCompute %main "foo" %var in TEST_F() 5016 OpEntryPoint GLCompute %main "foo" %var in TEST_F() 5059 OpEntryPoint GLCompute %main "foo" %var in TEST_F() 5095 OpEntryPoint GLCompute %main "foo" %var in TEST_F()
|
H A D | val_primitives_test.cpp | 80 %placeholder = OpFunctionCall %void %foo in CallAndCallee() 84 %foo = OpFunction %void None %func in CallAndCallee() 85 %foo_entry = OpLabel in CallAndCallee()
|