Home
last modified time | relevance | path

Searched refs:CL_FALSE (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLCommandQueue.cpp123 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()
DCLMemory.cpp107 valUInt = CL_FALSE; // TODO(jplate) Check for SVM pointer anglebug.com/6002 in getInfo()
DCLPlatform.cpp45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties()
DvalidationCL.cpp69 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/
DCLCommandQueueCL.cpp81 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/boost/libs/compute/include/boost/compute/
Dcommand_queue.hpp351 CL_FALSE, in enqueue_read_buffer_async()
441 CL_FALSE, in enqueue_read_buffer_rect_async()
522 CL_FALSE, in enqueue_write_buffer_async()
612 CL_FALSE, in enqueue_write_buffer_rect_async()
834 CL_FALSE, in enqueue_map_buffer_async()
1131 CL_FALSE, in enqueue_map_image_async()
1714 CL_FALSE, in enqueue_svm_memcpy_async()
/third_party/boost/boost/compute/
Dcommand_queue.hpp351 CL_FALSE, in enqueue_read_buffer_async()
441 CL_FALSE, in enqueue_read_buffer_rect_async()
522 CL_FALSE, in enqueue_write_buffer_async()
612 CL_FALSE, in enqueue_write_buffer_rect_async()
834 CL_FALSE, in enqueue_map_buffer_async()
1131 CL_FALSE, in enqueue_map_image_async()
1714 CL_FALSE, in enqueue_svm_memcpy_async()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DCLDeviceImpl.h43 cl_bool imageSupport = CL_FALSE;
/third_party/mesa3d/src/gallium/frontends/clover/api/
Ddevice.cpp295 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo()
488 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo()
Dprogram.cpp537 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetProgramInfo()
/third_party/ffmpeg/libavfilter/
Dvf_nlmeans_opencl.c334 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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h211 #define CL_FALSE 0 macro
214 #define CL_NON_BLOCKING CL_FALSE
Dcl2.hpp5922 cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE; in enableFineGrainedSystemSVM()
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c1245 CL_FALSE, in opencl_device_derive()
1839 CL_FALSE, origin, region, in opencl_transfer_data_from()
1894 CL_FALSE, origin, region, in opencl_transfer_data_to()
1997 CL_FALSE, map_flags, origin, region, in opencl_map_frame()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h268 #define CL_FALSE 0 macro
272 #define CL_NON_BLOCKING CL_FALSE
/third_party/mesa3d/include/CL/
Dcl.h266 #define CL_FALSE 0 macro
270 #define CL_NON_BLOCKING CL_FALSE
Dcl2.hpp6082 cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE; in enableFineGrainedSystemSVM()
/third_party/opencl-headers/CL/
Dcl.h268 #define CL_FALSE 0 macro
272 #define CL_NON_BLOCKING CL_FALSE