Searched refs:userSync (Results 1 – 9 of 9) sorted by relevance
/external/angle/src/libANGLE/ |
D | CLPlatform.cpp | 31 bool &userSync) in ParseContextProperties() argument 45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties() 221 bool userSync = false; in CreateContext() local 222 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContext() 231 notify, userData, userSync); in CreateContext() 241 bool userSync = false; in CreateContextFromType() local 242 Context::PropArray propArray = ParseContextProperties(properties, platform, userSync); in CreateContextFromType() 245 userData, userSync); in CreateContextFromType()
|
D | CLContext.cpp | 355 bool userSync, in Context() argument 361 mImpl(platform.getImpl().createContext(*this, devices, userSync, errorCode)), in Context() 370 bool userSync, in Context() argument 376 mImpl(platform.getImpl().createContextFromType(*this, deviceType, userSync, errorCode)), in Context()
|
D | CLContext.h | 140 bool userSync, 148 bool userSync,
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CLPlatformVk.h | 26 bool userSync, 31 bool userSync,
|
D | CLPlatformVk.cpp | 70 bool userSync, in createContext() argument 79 bool userSync, in createContextFromType() argument
|
/external/angle/src/libANGLE/renderer/cl/ |
D | CLPlatformCL.h | 28 bool userSync, 33 bool userSync,
|
D | CLPlatformCL.cpp | 383 bool userSync, in createContext() argument 388 userSync && mPlatform.isVersionOrNewer(1u, 2u) ? CL_CONTEXT_INTEROP_USER_SYNC : 0, CL_TRUE, in createContext() 406 bool userSync, in createContextFromType() argument 411 userSync && mPlatform.isVersionOrNewer(1u, 2u) ? CL_CONTEXT_INTEROP_USER_SYNC : 0, CL_TRUE, in createContextFromType()
|
/external/angle/src/libANGLE/renderer/ |
D | CLPlatformImpl.h | 52 bool userSync, 57 bool userSync,
|
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/ |
D | test_interop_sync.cpp | 24 TSharedHandleType sharedHandle, cl_bool userSync) in interop_user_sync() argument 61 std::string syncStr = (userSync == CL_TRUE) ? "yes" : "no"; in interop_user_sync() 93 userSync, in interop_user_sync() 179 if (userSync == CL_TRUE) in interop_user_sync() 284 if (userSync == CL_TRUE) in interop_user_sync()
|