Searched defs:cl_context (Results 1 – 9 of 9) sorted by relevance
/external/ComputeLibrary/src/runtime/CL/ |
D | CLHelpers.cpp | 104 cl::Context cl_context = cl::Context(device, properties.data(), nullptr, nullptr, &err); in create_opencl_context_and_device() local
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | context.cpp | 148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback() argument
|
/external/OpenCL-CTS/test_common/harness/ |
D | typeWrappers.h | 48 operator cl_context() const { return mContext; } in cl_context() function
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_unload_platform_compiler.cpp | 381 int test_unload_valid(cl_device_id device, cl_context, cl_command_queue, int) in test_unload_valid() argument 396 int test_unload_invalid(cl_device_id, cl_context, cl_command_queue, int) in test_unload_invalid() argument
|
/external/ComputeLibrary/include/CL/ |
D | cl.h | 48 typedef struct _cl_context * cl_context; typedef
|
/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/external/mesa3d/include/CL/ |
D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/external/angle/include/CL/ |
D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4009 typedef struct _cl_context *cl_context; typedef
|