Home
last modified time | relevance | path

Searched defs:cl_context (Results 1 – 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/frontends/rusticl/api/
Dcontext.rs22 unsafe impl CLInfo<cl_context_info> for cl_context { implementation
122 ) -> CLResult<cl_context> { in create_context()
209 ) -> CLResult<cl_context> { in create_context_from_type()
246 context: cl_context, in set_context_destructor_callback()
Dqueue.rs88 context: cl_context, in create_command_queue_impl()
118 context: cl_context, in create_command_queue()
127 context: cl_context, in create_command_queue_with_properties()
Dprogram.rs113 context: cl_context, in create_program_with_source()
192 context: cl_context, in create_program_with_binary()
263 context: cl_context, in create_program_with_il()
426 context: cl_context, in link_program()
Dmemory.rs262 context: cl_context, in create_buffer_with_properties()
314 context: cl_context, in create_buffer()
762 context: cl_context, in create_image_with_properties()
819 context: cl_context, in create_image()
837 context: cl_context, in create_image_2d()
858 context: cl_context, in create_image_3d()
883 context: cl_context, in get_supported_image_formats()
948 context: cl_context, in create_sampler_impl()
980 context: cl_context, in create_sampler()
996 context: cl_context, in create_sampler_with_properties()
[all …]
Dicd.rs528 context: cl_context, in clLinkProgram()
564 context: cl_context, in clSVMAlloc()
572 extern "C" fn clSVMFree(context: cl_context, svm_pointer: *mut ::std::os::raw::c_void) { in clSVMFree()
Ddevice.rs436 _context: cl_context, in set_default_device_command_queue()
/external/ComputeLibrary/src/runtime/CL/
DCLHelpers.cpp138 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/
Dcontext.cpp148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback() argument
/external/OpenCL-CTS/test_conformance/compiler/
Dtest_unload_platform_compiler.cpp381 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/
Dcl.h31 typedef struct _cl_context * cl_context; typedef
/external/mesa3d/include/CL/
Dcl.h31 typedef struct _cl_context * cl_context; typedef
/external/angle/include/CL/
Dcl.h31 typedef struct _cl_context * cl_context; typedef
/external/OpenCL-Headers/CL/
Dcl.h31 typedef struct _cl_context * cl_context; typedef
/external/OpenCL-CTS/dependencies/ocl-headers/CL/
Dcl.h31 typedef struct _cl_context * cl_context; typedef
/external/OpenCL-CLHPP/include/CL/
Dopencl.hpp3584 void (CL_CALLBACK * pfn_notify)(cl_context, void *), in setDestructorCallback() argument
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4009 typedef struct _cl_context *cl_context; typedef