Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/c11_atomics/
Dmain.cpp24 bool gNoGenericAddressSpace = false; // disable cases with generic address space variable
186 gNoGenericAddressSpace = true; in InitCL()
236 gNoGenericAddressSpace = true; in main()
249 gNoGenericAddressSpace = true; in main()
Dcommon.h64 extern bool gNoGenericAddressSpace; // disable cases with generic address space
951 if(UsedInFunction() && GenericAddrSpace() && gNoGenericAddressSpace) in ExecuteSingleTest()