Home
last modified time | relevance | path

Searched refs:platformExtensionsSize (Results 1 – 2 of 2) sorted by relevance

/dports/math/clfft/clFFT-2.12.2/src/callback-client/
H A DopenCL.misc.cpp66 size_t platformExtensionsSize = 0; in prettyPrintPlatformInfo() local
67 …ENCL_V_THROW( ::clGetPlatformInfo( pId, CL_PLATFORM_EXTENSIONS, 0, NULL, &platformExtensionsSize ), in prettyPrintPlatformInfo()
70 std::vector< char > szPlatformExtensions( platformExtensionsSize ); in prettyPrintPlatformInfo()
71 …OPENCL_V_THROW( ::clGetPlatformInfo( pId, CL_PLATFORM_EXTENSIONS, platformExtensionsSize, &szPlatf… in prettyPrintPlatformInfo()
/dports/math/clfft/clFFT-2.12.2/src/client/
H A DopenCL.misc.cpp66 size_t platformExtensionsSize = 0; in prettyPrintPlatformInfo() local
67 …ENCL_V_THROW( ::clGetPlatformInfo( pId, CL_PLATFORM_EXTENSIONS, 0, NULL, &platformExtensionsSize ), in prettyPrintPlatformInfo()
70 std::vector< char > szPlatformExtensions( platformExtensionsSize ); in prettyPrintPlatformInfo()
71 …OPENCL_V_THROW( ::clGetPlatformInfo( pId, CL_PLATFORM_EXTENSIONS, platformExtensionsSize, &szPlatf… in prettyPrintPlatformInfo()