Searched refs:TestOp (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
H A D | exception_safety_testing_test.cc | 67 void TestOp(const F& f) { in TestOp() function 78 TestOp([]() { ThrowingValue<> bomb(1); }); in TEST() 79 TestOp([&]() { ThrowingValue<> bomb1 = bomb; }); in TEST() 80 TestOp([&]() { ThrowingValue<> bomb1 = std::move(bomb); }); in TEST() 86 TestOp([&]() { bomb = bomb1; }); in TEST() 87 TestOp([&]() { bomb = std::move(bomb1); }); in TEST() 113 TestOp([&]() { return bomb1 == bomb2; }); in TEST() 114 TestOp([&]() { return bomb1 != bomb2; }); in TEST() 115 TestOp([&]() { return bomb1 < bomb2; }); in TEST() 116 TestOp([ in TEST() [all...] |
/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 96 class TestOp : public GrOp { class 102 return GrOp::Make<TestOp>(context, value, range, result, combinable); in Make() 105 const char* name() const override { return "TestOp"; } 108 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult() 120 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp() function in __anon19049::TestOp 137 for (auto& op : ChainRange<TestOp>(this)) { 146 auto that = t->cast<TestOp>(); 238 auto op = TestOp::Make(dContext.get(), value, range, result, &combinable); in DEF_GPUTEST() 239 TestOp* testOp = (TestOp*)o in DEF_GPUTEST() [all...] |
H A D | ProcessorTest.cpp | 30 class TestOp : public GrMeshDrawOp { class 35 return GrOp::Make<TestOp>(rContext, std::move(fp)); in Make() 38 const char* name() const override { return "TestOp"; } 58 TestOp(std::unique_ptr<GrFragmentProcessor> fp) in TestOp() function in __anon19067::TestOp 175 GrOp::Owner op = TestOp::Make(dContext, std::move(fp)); in DEF_GPUTEST_FOR_ALL_CONTEXTS() 178 op = TestOp::Make(dContext, std::move(clone)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 78 enum TestOp enum 97 TestOp testOp; 1721 TestOp op; in createComplexControlFlowTests() 1759 const TestOp testOp = testOps[testOpNdx].op; in createComplexControlFlowTests() 1771 testOp, // TestOp testOp; in createComplexControlFlowTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingComplexControlFlowTests.cpp | 78 enum TestOp enum 97 TestOp testOp; 1721 TestOp op; in createComplexControlFlowTests() 1758 const TestOp testOp = testOps[testOpNdx].op; in createComplexControlFlowTests() 1770 testOp, // TestOp testOp; in createComplexControlFlowTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 11542 struct TestOp in createFloat16LogicalSet() struct 11550 const TestOp testOps[] = in createFloat16LogicalSet() 11651 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet() 11780 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 11444 struct TestOp in createFloat16LogicalSet() struct 11452 const TestOp testOps[] = in createFloat16LogicalSet() 11553 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet() 11682 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet()
|
Completed in 59 milliseconds