Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dmemory.rs262 context: cl_context, in create_buffer_with_properties()
312 context: cl_context, in create_buffer()
754 context: cl_context, in create_image_with_properties()
820 context: cl_context, in create_image()
838 context: cl_context, in create_image_2d()
859 context: cl_context, in create_image_3d()
884 context: cl_context, in get_supported_image_formats()
951 context: cl_context, in create_sampler_impl()
983 context: cl_context, in create_sampler()
999 context: cl_context, in create_sampler_with_properties()
[all …]
H A Dcontext.rs23 impl CLInfo<cl_context_info> for cl_context { implementation
119 ) -> CLResult<cl_context> { in create_context()
205 ) -> CLResult<cl_context> { in create_context_from_type()
242 context: cl_context, in set_context_destructor_callback()
H A Dprogram.rs98 context: cl_context, in create_program_with_source()
177 context: cl_context, in create_program_with_binary()
248 context: cl_context, in create_program_with_il()
411 context: cl_context, in link_program()
H A 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()
H A Dicd.rs526 context: cl_context, in clLinkProgram()
562 context: cl_context, in clSVMAlloc()
570 extern "C" fn clSVMFree(context: cl_context, svm_pointer: *mut ::std::os::raw::c_void) { in clSVMFree()
H A Ddevice.rs437 _context: cl_context, in set_default_device_command_queue()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/
H A 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
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/
H A DCLHelpers.cpp138 cl::Context cl_context = cl::Context(device, properties.data(), nullptr, nullptr, &err); in create_opencl_context_and_device() local
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/
H A Dcontext.cpp148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback() argument
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
/aosp_15_r20/external/OpenCL-Headers/CL/
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
/aosp_15_r20/external/angle/include/CL/
H A Dcl.h31 typedef struct _cl_context * cl_context; typedef
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp3584 void (CL_CALLBACK * pfn_notify)(cl_context, void *), in setDestructorCallback() argument
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
H A Dglew.h4009 typedef struct _cl_context *cl_context; typedef