Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/subgroups/
Dtest_ifp.cpp301 static test_status checkIFPSupport(cl_device_id device, bool &ifpSupport) in checkIFPSupport() argument
320 ifpSupport = false; in checkIFPSupport()
325 ifpSupport = true; in checkIFPSupport()
333 bool ifpSupport = true; in test_ifp_core() local
335 error = checkIFPSupport(device, ifpSupport); in test_ifp_core()
340 if (ifpSupport == false) in test_ifp_core()
353 bool ifpSupport = true; in test_ifp_ext() local
363 error = checkIFPSupport(device, ifpSupport); in test_ifp_ext()
368 if (ifpSupport == false) in test_ifp_ext()