Searched refs:CL_FALSE (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | CLCommandQueue.cpp | 123 if (enable == CL_FALSE) in setProperty() 144 const bool blocking = blockingRead != CL_FALSE; in enqueueReadBuffer() 167 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteBuffer() 195 const bool blocking = blockingRead != CL_FALSE; in enqueueReadBufferRect() 224 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteBufferRect() 322 const bool blocking = blockingMap != CL_FALSE; in enqueueMapBuffer() 347 const bool blocking = blockingRead != CL_FALSE; in enqueueReadImage() 372 const bool blocking = blockingWrite != CL_FALSE; in enqueueWriteImage() 489 const bool blocking = blockingMap != CL_FALSE; in enqueueMapImage()
|
H A D | CLMemory.cpp | 107 valUInt = CL_FALSE; // TODO(jplate) Check for SVM pointer anglebug.com/6002 in getInfo()
|
H A D | CLPlatform.cpp | 45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties()
|
H A D | validationCL.cpp | 69 if ((*properties != CL_FALSE && *properties != CL_TRUE) || hasUserSync) in ValidateContextProperties() 187 if (queue.getDevice().getInfo().imageSupport == CL_FALSE) in ValidateCommandQueueAndEventWaitList() 2340 if ((normalized_coords != CL_FALSE && normalized_coords != CL_TRUE) || in ValidateCreateSampler() 3373 if (hasNormalizedCoords || (*propIt != CL_FALSE && *propIt != CL_TRUE)) in ValidateCreateSamplerWithProperties()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/ |
H A D | CLCommandQueueCL.cpp | 81 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueReadBuffer() 105 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueWriteBuffer() 134 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueReadBufferRect() 164 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueWriteBufferRect() 265 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueMapBuffer() 291 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueReadImage() 317 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueWriteImage() 438 const cl_bool block = blocking ? CL_TRUE : CL_FALSE; in enqueueMapImage()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | CLDeviceImpl.h | 43 cl_bool imageSupport = CL_FALSE;
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_nlmeans_opencl.c | 334 cle = clEnqueueWriteBuffer(ctx->command_queue, ctx->overflow, CL_FALSE, in nlmeans_opencl_filter_frame() 355 cle = clEnqueueReadBuffer(ctx->command_queue, ctx->overflow, CL_FALSE, in nlmeans_opencl_filter_frame()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | device.cpp | 295 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo() 488 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo()
|
H A D | program.cpp | 537 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetProgramInfo()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 1251 CL_FALSE, in opencl_device_derive() 1848 CL_FALSE, origin, region, in opencl_transfer_data_from() 1903 CL_FALSE, origin, region, in opencl_transfer_data_to() 2006 CL_FALSE, map_flags, origin, region, in opencl_map_frame()
|
/third_party/mesa3d/include/CL/ |
H A D | cl.h | 266 #define CL_FALSE 0 macro 270 #define CL_NON_BLOCKING CL_FALSE
|
H A D | cl2.hpp | 6082 cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE; in enableFineGrainedSystemSVM()
|
/third_party/opencl-headers/CL/ |
H A D | cl.h | 275 #define CL_FALSE 0 macro 279 #define CL_NON_BLOCKING CL_FALSE
|
/third_party/skia/third_party/externals/angle2/include/CL/ |
H A D | cl.h | 268 #define CL_FALSE 0 macro 272 #define CL_NON_BLOCKING CL_FALSE
|
Completed in 38 milliseconds