Home
last modified time | relevance | path

Searched refs:cl_api_clEnqueueSVMFree (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dcl_icd.h655 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMFree)(
695 typedef void *cl_api_clEnqueueSVMFree; typedef
1258 cl_api_clEnqueueSVMFree clEnqueueSVMFree;
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl_icd.h655 typedef cl_int(CL_API_CALL *cl_api_clEnqueueSVMFree)(
695 typedef void *cl_api_clEnqueueSVMFree; typedef
1258 cl_api_clEnqueueSVMFree clEnqueueSVMFree;
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/api/
H A Dicd.rs508 "clEnqueueSVMFreeARM" => cl_ext_func!(clEnqueueSVMFreeARM: cl_api_clEnqueueSVMFree), in clGetExtensionFunctionAddress()