Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/half/
Dtests.h49 int Test_vStoreHalf_private( cl_device_id device, f2h referenceFunc, d2h referenceDoubleFunc, const…
DTest_vStoreHalf.cpp258 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rte, ""); in test_vstore_half()
262 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, ""); in test_vstore_half()
268 return Test_vStoreHalf_private(deviceID, float2half_rte, double2half_rte, "_rte"); in test_vstore_half_rte()
273 return Test_vStoreHalf_private(deviceID, float2half_rtz, double2half_rtz, "_rtz"); in test_vstore_half_rtz()
278 return Test_vStoreHalf_private(deviceID, float2half_rtp, double2half_rtp, "_rtp"); in test_vstore_half_rtp()
283 return Test_vStoreHalf_private(deviceID, float2half_rtn, double2half_rtn, "_rtn"); in test_vstore_half_rtn()
321 int Test_vStoreHalf_private( cl_device_id device, f2h referenceFunc, d2h doubleReferenceFunc, const… in Test_vStoreHalf_private() function