Home
last modified time | relevance | path

Searched refs:TestInstruction (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dinstruction_list_test.cpp34 class TestInstruction : public Instruction { class
36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction() function in spvtools::opt::__anon22143::TestInstruction
38 ~TestInstruction() override{ deleted_instructions_.push_back(this); }
40 static std::vector<TestInstruction*> created_instructions_;
41 static std::vector<TestInstruction*> deleted_instructions_;
44 std::vector<TestInstruction*> TestInstruction::created_instructions_;
45 std::vector<TestInstruction*> TestInstruction::deleted_instructions_;
57 std::sort(TestInstruction in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dinstruction_list_test.cpp34 class TestInstruction : public Instruction { class
36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction() function in spvtools::opt::__anon23400::TestInstruction
38 ~TestInstruction() override{ deleted_instructions_.push_back(this); }
40 static std::vector<TestInstruction*> created_instructions_;
41 static std::vector<TestInstruction*> deleted_instructions_;
44 std::vector<TestInstruction*> TestInstruction::created_instructions_;
45 std::vector<TestInstruction*> TestInstruction::deleted_instructions_;
57 std::sort(TestInstruction in TEST()
[all...]
/third_party/spirv-tools/test/opt/
H A Dinstruction_list_test.cpp34 class TestInstruction : public Instruction { class
36 TestInstruction() : Instruction() { created_instructions_.push_back(this); } in TestInstruction() function in spvtools::opt::__anon26968::TestInstruction
38 ~TestInstruction() override{ deleted_instructions_.push_back(this); }
40 static std::vector<TestInstruction*> created_instructions_;
41 static std::vector<TestInstruction*> deleted_instructions_;
44 std::vector<TestInstruction*> TestInstruction::created_instructions_;
45 std::vector<TestInstruction*> TestInstruction::deleted_instructions_;
57 std::sort(TestInstruction in TEST()
[all...]

Completed in 1 milliseconds