/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
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()
|
D | CLMemory.cpp | 107 valUInt = CL_FALSE; // TODO(jplate) Check for SVM pointer anglebug.com/6002 in getInfo()
|
D | CLPlatform.cpp | 45 userSync = *propIt++ != CL_FALSE; in ParseContextProperties()
|
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/ |
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/boost/libs/compute/include/boost/compute/ |
D | command_queue.hpp | 351 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/ |
D | command_queue.hpp | 351 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/ |
D | CLDeviceImpl.h | 43 cl_bool imageSupport = CL_FALSE;
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
D | device.cpp | 295 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo() 488 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetDeviceInfo()
|
D | program.cpp | 537 buf.as_scalar<cl_bool>() = CL_FALSE; in clGetProgramInfo()
|
/third_party/ffmpeg/libavfilter/ |
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/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/ |
D | cl.h | 211 #define CL_FALSE 0 macro 214 #define CL_NON_BLOCKING CL_FALSE
|
D | cl2.hpp | 5922 cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE; in enableFineGrainedSystemSVM()
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_opencl.c | 1245 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/ |
D | cl.h | 268 #define CL_FALSE 0 macro 272 #define CL_NON_BLOCKING CL_FALSE
|
/third_party/mesa3d/include/CL/ |
D | cl.h | 266 #define CL_FALSE 0 macro 270 #define CL_NON_BLOCKING CL_FALSE
|
D | cl2.hpp | 6082 cl_bool svmEnabled_ = svmEnabled ? CL_TRUE : CL_FALSE; in enableFineGrainedSystemSVM()
|
/third_party/opencl-headers/CL/ |
D | cl.h | 268 #define CL_FALSE 0 macro 272 #define CL_NON_BLOCKING CL_FALSE
|