/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | memory.rs | 262 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 D | context.rs | 23 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 D | program.rs | 98 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 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()
|
H A D | icd.rs | 526 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 D | device.rs | 437 _context: cl_context, in set_default_device_command_queue()
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/compiler/ |
H A 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
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/ |
H A D | CLHelpers.cpp | 138 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 D | context.cpp | 148 void (CL_CALLBACK *pfn_notify)(cl_context, void *), in clSetContextDestructorCallback() argument
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl.h | 31 typedef struct _cl_context * cl_context; typedef
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 3584 void (CL_CALLBACK * pfn_notify)(cl_context, void *), in setDestructorCallback() argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
H A D | glew.h | 4009 typedef struct _cl_context *cl_context; typedef
|