/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/ |
H A D | memory.rs | 217 impl CLInfo<cl_mem_info> for cl_mem { implementation 267 ) -> CLResult<cl_mem> { in create_buffer_with_properties() 316 ) -> CLResult<cl_mem> { in create_buffer() 322 buffer: cl_mem, in create_sub_buffer() 326 ) -> CLResult<cl_mem> { in create_sub_buffer() 374 memobj: cl_mem, in set_mem_object_destructor_callback() 728 impl CLInfo<cl_image_info> for cl_mem { implementation 760 ) -> CLResult<cl_mem> { in create_image_with_properties() 825 ) -> CLResult<cl_mem> { in create_image() 845 ) -> CLResult<cl_mem> { in create_image_2d() [all …]
|
H A D | kernel.rs | 413 let ptr: *const cl_mem = arg_value.cast(); in set_kernel_arg() constant 422 let img: *const cl_mem = arg_value.cast(); in set_kernel_arg() constant
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | gl_interop.cc | 278 auto cl_mem = std::get_if<OpenClBuffer>(&output_obj); in Convert() local 290 auto cl_mem = std::get_if<OpenClBuffer>(&input_obj); in Convert() local
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/api/ |
H A D | test_retain.cpp | 243 auto callback = []( cl_mem, void * ) { in test_retain_mem_object_set_kernel_arg() argument
|
H A D | test_mem_object_info.cpp | 37 static void CL_CALLBACK mem_obj_destructor_callback( cl_mem, void * data ) in mem_obj_destructor_callback() argument
|
H A D | test_queries.cpp | 524 void CL_CALLBACK mem_obj_destructor_callback( cl_mem, void *data ) in mem_obj_destructor_callback() argument
|
/aosp_15_r20/external/OpenCL-CTS/test_common/harness/ |
H A D | typeWrappers.h | 236 operator cl_mem() { return image; } in cl_mem() function
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/api/ |
H A D | memory.cpp | 567 void (CL_CALLBACK *pfn_notify)(cl_mem, void *), in clSetMemObjectDestructorCallback() argument
|
/aosp_15_r20/external/OpenCL-CTS/test_conformance/basic/ |
H A D | test_bufferreadwriterect.cpp | 340 void CL_CALLBACK mem_obj_destructor_callback( cl_mem, void *data ) in mem_obj_destructor_callback() argument
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/ |
H A D | memory.rs | 565 pub fn arcs_from_arr(objs: *const cl_mem, count: u32) -> CLResult<Vec<Mem>> { in arcs_from_arr() 578 ) -> CLResult<cl_mem> { in from_gl()
|
/aosp_15_r20/external/mesa3d/include/CL/ |
H A D | cl.h | 33 typedef struct _cl_mem * cl_mem; typedef
|
H A D | cl.hpp | 3134 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
|
H A D | opencl.hpp | 3545 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
|
/aosp_15_r20/external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
H A D | cl.h | 33 typedef struct _cl_mem * cl_mem; typedef
|
/aosp_15_r20/external/OpenCL-Headers/CL/ |
H A D | cl.h | 33 typedef struct _cl_mem * cl_mem; typedef
|
/aosp_15_r20/external/ComputeLibrary/include/CL/ |
H A D | cl.h | 33 typedef struct _cl_mem * cl_mem; typedef
|
H A D | opencl.hpp | 3505 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
|
/aosp_15_r20/external/angle/include/CL/ |
H A D | cl.h | 33 typedef struct _cl_mem * cl_mem; typedef
|
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/ |
H A D | opencl.hpp | 3893 void (CL_CALLBACK * pfn_notify)(cl_mem, void *), in setDestructorCallback() argument
|