Home
last modified time | relevance | path

Searched refs:create_opencl_context_and_device (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/
H A DCLHelpers.h47 std::tuple<cl::Context, cl::Device, cl_int> create_opencl_context_and_device(CLBackendType cl_backe…
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLRuntimeContext.cpp35 auto ctx_dev_err = create_opencl_context_and_device(_backend_type); in CLRuntimeContext()
H A DCLHelpers.cpp126 create_opencl_context_and_device(CLBackendType cl_backend_type) in create_opencl_context_and_device() function
H A DCLScheduler.cpp129 std::tie(ctx, dev, err) = create_opencl_context_and_device(cl_backend_type); in default_init()
/aosp_15_r20/external/ComputeLibrary/tests/benchmark_examples/
H A DRunExample.cpp141 auto ctx_dev_err = create_opencl_context_and_device(backend_type); in run_example()
/aosp_15_r20/external/ComputeLibrary/tests/validate_examples/
H A DRunExample.cpp162 auto ctx_dev_err = create_opencl_context_and_device(backend_type); in run_example()
/aosp_15_r20/external/ComputeLibrary/tests/
H A Dmain.cpp187 auto ctx_dev_err = create_opencl_context_and_device(CLBackendType::Native); in main()