Home
last modified time | relevance | path

Searched refs:m_platformVendor (Results 1 – 16 of 16) sorted by relevance

/dports/devel/bullet/bullet3-3.21/test/OpenCL/BasicInitialize/
H A DtestInitOpenCL.cpp33 ASSERT_FALSE(platformInfo.m_platformVendor == NULL); in TEST()
53 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in TEST()
77 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in TEST()
H A Dmain.cpp66 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in main()
/dports/devel/py-bullet3/bullet3-3.21/test/OpenCL/BasicInitialize/
H A DtestInitOpenCL.cpp33 ASSERT_FALSE(platformInfo.m_platformVendor == NULL); in TEST()
53 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in TEST()
77 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in TEST()
H A Dmain.cpp66 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in main()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/Initialize/
H A Db3OpenCLUtils.h107 char m_platformVendor[B3_MAX_STRING_LENGTH]; member
113 m_platformVendor[0] = 0; in b3OpenCLPlatformInfo()
H A Db3OpenCLUtils.cpp193 …formInfo(platform, CL_PLATFORM_VENDOR, B3_MAX_STRING_LENGTH, platformInfo->m_platformVendor, NULL); in getPlatformInfo()
206 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in b3OpenCLUtils_printPlatformInfo()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/Initialize/
H A Db3OpenCLUtils.h107 char m_platformVendor[B3_MAX_STRING_LENGTH]; member
113 m_platformVendor[0] = 0; in b3OpenCLPlatformInfo()
H A Db3OpenCLUtils.cpp193 …formInfo(platform, CL_PLATFORM_VENDOR, B3_MAX_STRING_LENGTH, platformInfo->m_platformVendor, NULL); in getPlatformInfo()
206 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in b3OpenCLUtils_printPlatformInfo()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/Initialize/
H A Db3OpenCLUtils.h107 char m_platformVendor[B3_MAX_STRING_LENGTH]; member
113 m_platformVendor[0] = 0; in b3OpenCLPlatformInfo()
H A Db3OpenCLUtils.cpp193 …formInfo(platform, CL_PLATFORM_VENDOR, B3_MAX_STRING_LENGTH, platformInfo->m_platformVendor, NULL); in getPlatformInfo()
206 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in b3OpenCLUtils_printPlatformInfo()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/Initialize/
H A Db3OpenCLUtils.h107 char m_platformVendor[B3_MAX_STRING_LENGTH]; member
113 m_platformVendor[0] = 0; in b3OpenCLPlatformInfo()
H A Db3OpenCLUtils.cpp193 …formInfo(platform, CL_PLATFORM_VENDOR, B3_MAX_STRING_LENGTH, platformInfo->m_platformVendor, NULL); in getPlatformInfo()
206 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in b3OpenCLUtils_printPlatformInfo()
/dports/devel/bullet/bullet3-3.21/test/OpenCL/AllBullet3Kernels/
H A DinitCL.h37 b3Printf("OpenCL Platform Vendor %s\n", platformInfo.m_platformVendor); in initCL()
/dports/devel/py-bullet3/bullet3-3.21/test/OpenCL/AllBullet3Kernels/
H A DinitCL.h37 b3Printf("OpenCL Platform Vendor %s\n", platformInfo.m_platformVendor); in initCL()
/dports/devel/bullet/bullet3-3.21/test/OpenCL/KernelLaunch/
H A Dmain.cpp129 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in main()
/dports/devel/py-bullet3/bullet3-3.21/test/OpenCL/KernelLaunch/
H A Dmain.cpp129 b3Printf(" CL_PLATFORM_VENDOR: \t\t\t%s\n", platformInfo.m_platformVendor); in main()