| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| H A D | platform.cpp | 35 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, function in typeref:typename:CLOVER_API cl_int 117 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms);
|
| H A D | dispatch.cpp | 27 clGetPlatformIDs,
|
| H A D | context.cpp | 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms);
|
| H A D | dispatch.hpp | 47 CL_API_ENTRY cl_int (CL_API_CALL *clGetPlatformIDs)(
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| H A D | platform.cpp | 38 clGetPlatformIDs(cl_uint num_entries, cl_platform_id *rd_platforms, function in typeref:typename:CLOVER_API cl_int 232 return clGetPlatformIDs(num_entries, rd_platforms, rnum_platforms);
|
| H A D | dispatch.cpp | 28 clGetPlatformIDs,
|
| H A D | context.cpp | 73 ret = clGetPlatformIDs(1, &d_platform, &num_platforms);
|
| /xsrc/external/mit/MesaLib.old/dist/include/CL/ |
| H A D | cl.h | 849 clGetPlatformIDs(cl_uint num_entries,
|
| H A D | cl2.hpp | 795 #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs) 2227 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2238 err = ::clGetPlatformIDs(n, ids.data(), NULL); 2475 * Wraps clGetPlatformIDs(). 2486 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2492 err = ::clGetPlatformIDs(n, ids.data(), NULL); 2510 * Wraps clGetPlatformIDs(), returning the first result. 2529 * Wraps clGetPlatformIDs(), returning the first result.
|
| H A D | cl.hpp | 378 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) 2363 * Wraps clGetPlatformIDs(). 2374 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2381 err = ::clGetPlatformIDs(n, ids, NULL); 2392 * Wraps clGetPlatformIDs(), returning the first result. 2403 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2410 err = ::clGetPlatformIDs(n, ids, NULL); 2421 * Wraps clGetPlatformIDs(), returning the first result. 2428 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2439 err = ::clGetPlatformIDs( [all...] |
| /xsrc/external/mit/MesaLib/dist/include/CL/ |
| H A D | cl2.hpp | 821 #define __GET_PLATFORM_IDS_ERR CL_HPP_ERR_STR_(clGetPlatformIDs) 2371 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2382 err = ::clGetPlatformIDs(n, ids.data(), NULL); 2619 * Wraps clGetPlatformIDs(). 2630 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2636 err = ::clGetPlatformIDs(n, ids.data(), NULL); 2654 * Wraps clGetPlatformIDs(), returning the first result. 2673 * Wraps clGetPlatformIDs(), returning the first result.
|
| H A D | cl.hpp | 378 #define __GET_PLATFORM_IDS_ERR __ERR_STR(clGetPlatformIDs) 2363 * Wraps clGetPlatformIDs(). 2374 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2381 err = ::clGetPlatformIDs(n, ids, NULL); 2392 * Wraps clGetPlatformIDs(), returning the first result. 2403 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2410 err = ::clGetPlatformIDs(n, ids, NULL); 2421 * Wraps clGetPlatformIDs(), returning the first result. 2428 cl_int err = ::clGetPlatformIDs(0, NULL, &n); 2439 err = ::clGetPlatformIDs( [all...] |
| H A D | cl.h | 945 clGetPlatformIDs(cl_uint num_entries,
|
| H A D | cl_icd.h | 1106 cl_api_clGetPlatformIDs clGetPlatformIDs; member in struct:_cl_icd_dispatch
|