Home
last modified time | relevance | path

Searched defs:cl_ctx (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/tests/framework/
H A DParametersLibrary.cpp35 void ParametersLibrary::set_cl_ctx(std::unique_ptr<IRuntimeContext> cl_ctx) in set_cl_ctx()
/aosp_15_r20/external/ComputeLibrary/tests/validation/gpu/unit/
H A DQueue.cpp63 cl_context cl_ctx; in TEST_SUITE() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/
H A DClContext.cpp71 ::cl::Context ClContext::cl_ctx() in cl_ctx() function in arm_compute::gpu::opencl::ClContext
/aosp_15_r20/external/ComputeLibrary/src/c/cl/
H A DAclOpenClExt.cpp80 auto cl_ctx = utils::cast::polymorphic_downcast<arm_compute::gpu::opencl::ClContext *>(ctx); in AclSetClContext() local