Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_fpmath_float.cpp127 int isRTZ = 0; in test_fpmath_float() local
154 isRTZ = 1; in test_fpmath_float()
226 if( isRTZ ) in test_fpmath_float()
242 if( isRTZ ) in test_fpmath_float()
Dtest_fpmath_float4.cpp127 int isRTZ = 0; in test_fpmath_float4() local
154 isRTZ = 1; in test_fpmath_float4()
226 if( isRTZ ) in test_fpmath_float4()
242 if( isRTZ ) in test_fpmath_float4()
Dtest_fpmath_float2.cpp127 int isRTZ = 0; in test_fpmath_float2() local
154 isRTZ = 1; in test_fpmath_float2()
225 if( isRTZ ) in test_fpmath_float2()
241 if( isRTZ ) in test_fpmath_float2()
Dtest_hostptr.cpp112 int isRTZ = 0; in test_hostptr() local
203 isRTZ = 1; in test_hostptr()
206 if (isRTZ) in test_hostptr()
220 if (isRTZ) in test_hostptr()
Dtest_queue_priority.cpp207 int isRTZ = 0; in test_queue_priority() local
234 isRTZ = 1; in test_queue_priority()
309 if( isRTZ ) in test_queue_priority()
325 if( isRTZ ) in test_queue_priority()
Dtest_constant.cpp107 int isRTZ = 0; in test_constant() local
219 isRTZ = 1; in test_constant()
224 if (isRTZ) in test_constant()
/external/OpenCL-CTS/test_conformance/contractions/
Dcontractions.cpp466 int isRTZ = 0; in InitCL() local
677 isRTZ = 1; in InitCL()
713 if (isRTZ) in InitCL()
/external/OpenCL-CTS/test_conformance/math_brute_force/
Dmain.cpp1153 cl_int isRTZ; in IsInRTZMode() member
1165 return data.isRTZ; in IsInRTZMode()