Home
last modified time | relevance | path

Searched refs:TestOp (Results 1 – 9 of 9) sorted by relevance

/external/skqp/tests/
DOpChainTest.cpp93 class TestOp : public GrOp { class
97 static std::unique_ptr<TestOp> Make(GrContext* context, int value, const Range& range, in Make()
100 return pool->allocate<TestOp>(value, range, result, combinable); in Make()
106 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()
118 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp() function in __anon2367bedd0111::TestOp
128 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
134 auto that = t->cast<TestOp>(); in onCombineIfPossible()
223 auto op = TestOp::Make(context.get(), value, range, result, &combinable);
DProcessorTest.cpp30 class TestOp : public GrMeshDrawOp { class
37 return pool->allocate<TestOp>(std::move(fp)); in Make()
58 TestOp(std::unique_ptr<GrFragmentProcessor> fp) in TestOp() function in __anoncc3a1a7b0111::TestOp
198 std::unique_ptr<GrDrawOp> op(TestOp::Make(context, std::move(fp))); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
201 op = TestOp::Make(context, std::move(clone)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/skia/tests/
DOpChainTest.cpp93 class TestOp : public GrOp { class
97 static std::unique_ptr<TestOp> Make(GrContext* context, int value, const Range& range, in Make()
100 return pool->allocate<TestOp>(value, range, result, combinable); in Make()
106 for (const auto& op : ChainRange<TestOp>(this)) { in writeResult()
118 TestOp(int value, const Range& range, int result[], const Combinable* combinable) in TestOp() function in __anonf0f7ba860111::TestOp
128 for (auto& op : ChainRange<TestOp>(this)) { in onExecute()
134 auto that = t->cast<TestOp>(); in onCombineIfPossible()
222 auto op = TestOp::Make(context.get(), value, range, result, &combinable);
DProcessorTest.cpp30 class TestOp : public GrMeshDrawOp { class
37 return pool->allocate<TestOp>(std::move(fp)); in Make()
60 TestOp(std::unique_ptr<GrFragmentProcessor> fp) in TestOp() function in __anon3db7a4640111::TestOp
202 std::unique_ptr<GrDrawOp> op(TestOp::Make(context, std::move(fp))); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
205 op = TestOp::Make(context, std::move(clone)); in DEF_GPUTEST_FOR_ALL_CONTEXTS()
/external/tensorflow/tensorflow/lite/
Darena_planner_test.cc30 class TestOp { class
32 TestOp(std::initializer_list<int> inputs, std::initializer_list<int> outputs, in TestOp() function in tflite::__anon43acde040111::TestOp
51 std::initializer_list<TestOp> nodes, in TestGraph()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc502 template <class Fixture, class TestOp>
545 TestOp test_op_data; in BM_IsolatedFilter()
559 typename TestOp::Op op(&test_op_data, call_stack); in BM_IsolatedFilter()
/external/tensorflow/tensorflow/core/ops/
Dmath_grad_test.cc397 class TestOp : public OpKernel { class
399 explicit TestOp(OpKernelConstruction* ctx) : OpKernel(ctx) {} in TestOp() function in tensorflow::__anon3cec93f10111::TestOp
402 REGISTER_KERNEL_BUILDER(Name("TestOpWithNoGrad").Device(DEVICE_CPU), TestOp);
404 REGISTER_KERNEL_BUILDER(Name("TestOpWithNoGrad").Device(DEVICE_SYCL), TestOp);
/external/tensorflow/tensorflow/go/genop/internal/
Dgenop_test.go517 func TestOp(scope *Scope, bb tf.Output, aa tf.Output, optional ...TestOpAttr) (cc tf.Output) {
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp9925 struct TestOp in createFloat16LogicalSet() struct
9933 const TestOp testOps[] = in createFloat16LogicalSet()
10031 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet()
10157 const TestOp& testOp = testOps[testOpsIdx]; in createFloat16LogicalSet()
10621 struct TestOp in createDerivativeTests() struct
10628 const TestOp testOps[] = in createDerivativeTests()
10731 const TestOp& testOp = testOps[testOpsIdx]; in createDerivativeTests()