Home
last modified time | relevance | path

Searched refs:CL_QUEUE_ON_DEVICE (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.h315 return mProperties->isNotSet(CL_QUEUE_ON_DEVICE); in isOnHost()
320 return mProperties->isSet(CL_QUEUE_ON_DEVICE); in isOnDevice()
H A DvalidationCL.cpp3282 CL_QUEUE_ON_DEVICE | CL_QUEUE_ON_DEVICE_DEFAULT); in ValidateCreateCommandQueueWithProperties()
3284 // If CL_QUEUE_ON_DEVICE is set, CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE in ValidateCreateCommandQueueWithProperties()
3286 (props.isSet(CL_QUEUE_ON_DEVICE) && in ValidateCreateCommandQueueWithProperties()
3288 // CL_QUEUE_ON_DEVICE_DEFAULT can only be used with CL_QUEUE_ON_DEVICE. in ValidateCreateCommandQueueWithProperties()
3290 !props.isSet(CL_QUEUE_ON_DEVICE))) in ValidateCreateCommandQueueWithProperties()
3294 isQueueOnDevice = props.isSet(CL_QUEUE_ON_DEVICE); in ValidateCreateCommandQueueWithProperties()
3312 // CL_QUEUE_SIZE can only be specified if CL_QUEUE_ON_DEVICE is set in CL_QUEUE_PROPERTIES. in ValidateCreateCommandQueueWithProperties()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLCommandQueueCL.cpp43 if (commandQueue.getProperties().isSet(CL_QUEUE_ON_DEVICE)) in CLCommandQueueCL()
52 if (mCommandQueue.getProperties().isSet(CL_QUEUE_ON_DEVICE)) in ~CLCommandQueueCL()
/third_party/mesa3d/include/CL/
H A Dcl2.hpp7046 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
7082 if ((properties & CL_QUEUE_ON_DEVICE) == 0) { in CommandQueue()
7112 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
7175 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
7213 if ((properties & CL_QUEUE_ON_DEVICE) == 0) { in CommandQueue()
7242 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
7304 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
7355 * Will return an CL_INVALID_QUEUE_PROPERTIES error if CL_QUEUE_ON_DEVICE is specified.
8751 CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cast<cl_command_queue_properties>(properties); in DeviceCommandQueue()
8776 CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE | CL_QUEUE_ON_DEVICE | static_cas in DeviceCommandQueue()
[all...]
H A Dcl.h455 #define CL_QUEUE_ON_DEVICE (1 << 2) macro
/third_party/opencl-headers/CL/
H A Dcl.h464 #define CL_QUEUE_ON_DEVICE (1 << 2) macro
/third_party/skia/third_party/externals/angle2/include/CL/
H A Dcl.h457 #define CL_QUEUE_ON_DEVICE (1 << 2) macro

Completed in 30 milliseconds