/external/mesa3d/src/gallium/frontends/rusticl/api/ |
D | context.rs | 22 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()
|
D | queue.rs | 88 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()
|
D | program.rs | 113 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()
|
D | memory.rs | 262 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 …]
|
D | icd.rs | 528 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()
|
D | device.rs | 436 _context: cl_context, in set_default_device_command_queue()
|
/external/ComputeLibrary/src/runtime/CL/ |
D | CLHelpers.cpp | 138 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_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 | 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-Headers/CL/ |
D | cl.h | 31 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/OpenCL-CLHPP/include/CL/ |
D | opencl.hpp | 3584 void (CL_CALLBACK * pfn_notify)(cl_context, void *), in setDestructorCallback() argument
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 4009 typedef struct _cl_context *cl_context; typedef
|