/third_party/flutter/skia/third_party/externals/spirv-tools/source/opt/ |
D | instruction.h | 76 Instruction() : opcode_(SpvOpNop), type_id_(0), result_id_(0) {} in Instruction() 224 return opcode_ == SpvOpNop && type_id_ == 0 && result_id_ == 0 && in IsNop() 229 opcode_ = SpvOpNop; in ToNop()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | simplification_pass.cpp | 107 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction() 153 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
|
D | instruction.h | 180 opcode_(SpvOpNop), in Instruction() 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 730 opcode_ = SpvOpNop; in ToNop()
|
D | function.h | 243 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
|
/third_party/spirv-tools/source/opt/ |
D | simplification_pass.cpp | 103 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction() 149 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
|
D | instruction.h | 178 opcode_(SpvOpNop), in Instruction() 692 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 697 opcode_ = SpvOpNop; in ToNop()
|
D | function.h | 240 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
|
D | instruction.cpp | 50 opcode_(SpvOpNop), in Instruction() 732 case SpvOpNop: in IsOpcodeCodeMotionSafe()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | simplification_pass.cpp | 107 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction() 153 } else if (inst->opcode() == SpvOpNop) { in SimplifyFunction()
|
D | instruction.h | 180 opcode_(SpvOpNop), in Instruction() 725 return opcode_ == SpvOpNop && !has_type_id_ && !has_result_id_ && in IsNop() 730 opcode_ = SpvOpNop; in ToNop()
|
D | function.h | 243 return bb->GetLabelInst()->opcode() == SpvOpNop; in RemoveEmptyBlocks()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 31 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 610 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}), 618 MakeInstruction(SpvOpNop, {42})}), 623 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
|
/third_party/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}), 613 MakeInstruction(SpvOpNop, {42})}), 618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_to_binary.misc_test.cpp | 32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}), 613 MakeInstruction(SpvOpNop, {42})}), 618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_to_binary.misc_test.cpp | 32 EXPECT_THAT(CompiledInstructions("OpNop"), Eq(MakeInstruction(SpvOpNop, {}))); in TEST_F()
|
D | binary_parse_test.cpp | 605 {Concatenate({ExpectedHeaderForBound(1), {spvOpcodeMake(0, SpvOpNop)}}), 613 MakeInstruction(SpvOpNop, {42})}), 618 MakeInstruction(SpvOpNop, {42, 43, 44, 45, 46, 47})}),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 166 return SpvOpNop; in InvertOpcode()
|
D | transformation_add_synonym.cpp | 211 auto opcode = SpvOpNop; in MakeSynonymousInstruction()
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 166 return SpvOpNop; in InvertOpcode()
|
D | transformation_add_synonym.cpp | 214 auto opcode = SpvOpNop; in MakeSynonymousInstruction()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_invert_comparison_operator.cpp | 166 return SpvOpNop; in InvertOpcode()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
D | instruction_test.cpp | 31 EXPECT_EQ(SpvOpNop, empty.opcode()); in TEST()
|