/third_party/flutter/skia/src/sksl/ |
D | SkSLSPIRVCodeGenerator.cpp | 33 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/ |
D | SkSLSPIRVCodeGenerator.cpp | 69 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/ |
D | reduction_util.cpp | 86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef() 95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
|
/third_party/spirv-tools/source/reduce/ |
D | reduction_util.cpp | 86 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/ |
D | reduction_util.cpp | 86 if (inst.opcode() != SpvOpUndef) { in FindOrCreateGlobalUndef() 95 context, SpvOpUndef, type_id, undef_id, opt::Instruction::OperandList()); in FindOrCreateGlobalUndef()
|
/third_party/spirv-tools/test/val/ |
D | val_state_test.cpp | 158 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/ |
D | val_state_test.cpp | 158 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/ |
D | val_state_test.cpp | 158 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/ |
D | text_to_binary.misc_test.cpp | 40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/third_party/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 39 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 40 EXPECT_THAT(Subvector(code, 3), Eq(MakeInstruction(SpvOpUndef, {typeID, 2}))); in TEST_F()
|
/third_party/spirv-tools/source/fuzz/ |
D | fuzzer_pass_add_loads.cpp | 63 case SpvOpUndef: in Apply()
|
D | transformation_add_global_undef.cpp | 46 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
|
D | fuzzer_pass_add_stores.cpp | 75 case SpvOpUndef: in Apply()
|
D | transformation_load.cpp | 58 case SpvOpUndef: in IsApplicable()
|
D | transformation_store.cpp | 59 case SpvOpUndef: in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_add_global_undef.cpp | 49 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
|
D | fuzzer_pass_add_loads.cpp | 68 case SpvOpUndef: in Apply()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_add_global_undef.cpp | 49 ir_context, SpvOpUndef, message_.type_id(), message_.fresh_id(), in Apply()
|
D | fuzzer_pass_add_loads.cpp | 68 case SpvOpUndef: in Apply()
|
D | fuzzer_pass_add_stores.cpp | 80 case SpvOpUndef: in Apply()
|
/third_party/spirv-tools/test/fuzz/ |
D | transformation_add_global_undef_test.cpp | 74 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/ |
D | transformation_add_global_undef_test.cpp | 74 ASSERT_EQ(SpvOpUndef, context->get_def_use_mgr()->GetDef(100)->opcode()); in TEST()
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | transformation_add_global_undef_test.cpp | 74 ASSERT_EQ(SpvOpUndef, context->get_def_use_mgr()->GetDef(100)->opcode()); in TEST()
|