Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/compiler/
Dtest_build_options.cpp346 cl_device_fp_config floatCaps = 0; in test_options_denorm_cache() local
347 …error = clGetDeviceInfo( deviceID, CL_DEVICE_SINGLE_FP_CONFIG, sizeof(floatCaps), &floatCaps, NUL… in test_options_denorm_cache()
349 if( ( floatCaps & CL_FP_DENORM ) == 0 ) in test_options_denorm_cache()