mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 00:09:02 +00:00
Add API name to version_expected_info function
This commit is contained in:
committed by
Alastair Murray
parent
bfc1cc47f3
commit
d643dc5399
@@ -135,7 +135,7 @@ extern cl_device_type GetDeviceType( cl_device_id );
|
||||
// is the only device available, the SAME device is returned, so check!
|
||||
extern cl_device_id GetOpposingDevice( cl_device_id device );
|
||||
|
||||
void version_expected_info(const char * test_name, const char * expected_version, const char * device_version);
|
||||
void version_expected_info(const char * test_name, const char * api_name, const char * expected_version, const char * device_version);
|
||||
|
||||
|
||||
extern int gFlushDenormsToZero; // This is set to 1 if the device does not support denorms (CL_FP_DENORM)
|
||||
|
||||
Reference in New Issue
Block a user