Home
last modified time | relevance | path

Searched refs:SpvOpUndef (Results 1 – 25 of 155) sorted by relevance

1234567

/third_party/flutter/skia/src/sksl/
DSkSLSPIRVCodeGenerator.cpp33 SpvOpUndef) in setupIntrinsics()
78 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
104 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
107 SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
113 fIntrinsicMap[String("any")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
114 SpvOpUndef, SpvOpUndef, SpvOpAny); in setupIntrinsics()
115 fIntrinsicMap[String("all")] = std::make_tuple(kSPIRV_IntrinsicKind, SpvOpUndef, in setupIntrinsics()
116 SpvOpUndef, SpvOpUndef, SpvOpAll); in setupIntrinsics()
126 SpvOpULessThan, SpvOpUndef); in setupIntrinsics()
131 SpvOpUndef); in setupIntrinsics()
[all …]
/third_party/skia/src/sksl/codegen/
DSkSLSPIRVCodeGenerator.cpp69 SpvOpUndef) in setupIntrinsics()
119 SpvOpDot, SpvOpUndef, SpvOpUndef, SpvOpUndef); in setupIntrinsics()
147 SpvOpDPdx, SpvOpUndef, in setupIntrinsics()
148 SpvOpUndef, SpvOpUndef); in setupIntrinsics()
151 SpvOpFwidth, SpvOpUndef, in setupIntrinsics()
152 SpvOpUndef, SpvOpUndef); in setupIntrinsics()
164 SpvOpUndef, SpvOpUndef, in setupIntrinsics()
165 SpvOpUndef, SpvOpAny); in setupIntrinsics()
167 SpvOpUndef, SpvOpUndef, in setupIntrinsics()
168 SpvOpUndef, SpvOpAll); in setupIntrinsics()
[all …]
/third_party/skia/third_party/externals/spirv-tools/source/reduce/
Dreduction_util.cpp86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef()
95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
/third_party/spirv-tools/source/reduce/
Dreduction_util.cpp86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef()
95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dreduction_util.cpp86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef()
95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
/third_party/spirv-tools/test/val/
Dval_state_test.cpp158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_state_test.cpp158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_state_test.cpp158 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
161 EXPECT_TRUE(state_.IsOpcodeInCurrentLayoutSection(SpvOpUndef)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dtext_to_binary.misc_test.cpp40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/third_party/spirv-tools/test/
Dtext_to_binary.misc_test.cpp40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/third_party/flutter/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.misc_test.cpp39 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/
Dtext_to_binary.misc_test.cpp40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_add_loads.cpp63 case SpvOpUndef: in Apply()
Dtransformation_add_global_undef.cpp46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_stores.cpp75 case SpvOpUndef: in Apply()
Dtransformation_load.cpp58 case SpvOpUndef: in IsApplicable()
Dtransformation_store.cpp59 case SpvOpUndef: in IsApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_global_undef.cpp49 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_loads.cpp68 case SpvOpUndef: in Apply()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_global_undef.cpp49 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
Dfuzzer_pass_add_loads.cpp68 case SpvOpUndef: in Apply()
Dfuzzer_pass_add_stores.cpp80 case SpvOpUndef: in Apply()
/third_party/spirv-tools/test/fuzz/
Dtransformation_add_global_undef_test.cpp74 ASSERT_EQ(SpvOpUndef, context->get_def_use_mgr()->GetDef(100)->opcode()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_global_undef_test.cpp74 ASSERT_EQ(SpvOpUndef, context->get_def_use_mgr()->GetDef(100)->opcode()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_global_undef_test.cpp74 ASSERT_EQ(SpvOpUndef, context->get_def_use_mgr()->GetDef(100)->opcode()); in TEST()

1234567