Searched refs:Test_vStoreaHalf_private (Results 1 – 2 of 2) sorted by relevance
/external/OpenCL-CTS/test_conformance/half/ |
D | tests.h | 50 int Test_vStoreaHalf_private( cl_device_id device, f2h referenceFunc, d2h referenceDoubleFunc, cons…
|
D | Test_vStoreHalf.cpp | 291 return Test_vStoreaHalf_private(deviceID,float2half_rtz, double2half_rte, ""); in test_vstorea_half() 295 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstorea_half() 301 return Test_vStoreaHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstorea_half_rte() 306 return Test_vStoreaHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstorea_half_rtz() 311 return Test_vStoreaHalf_private(deviceID, float2half_rtp, double2half_rtp, "_rtp"); in test_vstorea_half_rtp() 316 return Test_vStoreaHalf_private(deviceID, float2half_rtn, double2half_rtn, "_rtn"); in test_vstorea_half_rtn() 971 int Test_vStoreaHalf_private( cl_device_id device, f2h referenceFunc, d2h doubleReferenceFunc, cons… in Test_vStoreaHalf_private() function
|