Searched refs:gNoGlobalVariables (Results 1 – 2 of 2) sorted by relevance
23 bool gNoGlobalVariables = false; // disable cases with global atomics in program scope variable173 gNoGlobalVariables = true; in InitCL()235 gNoGlobalVariables = true; in main()244 gNoGlobalVariables = true; in main()
63 extern bool gNoGlobalVariables; // disable cases with global atomics in program scope946 …if(!LocalMemory() && DeclaredInProgram() && gNoGlobalVariables) // no support for program scope gl… in ExecuteSingleTest()