Home
last modified time | relevance | path

Searched refs:CL_MEM_WRITE_ONLY (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/boost/compute/
Dmemory_object.hpp37 write_only = CL_MEM_WRITE_ONLY,
/third_party/boost/libs/compute/include/boost/compute/
Dmemory_object.hpp37 write_only = CL_MEM_WRITE_ONLY,
/third_party/flutter/skia/tools/
Dhello-opencl.cpp90 P(ctx, CL_MEM_WRITE_ONLY| CL_MEM_HOST_READ_ONLY, sizeof(float)*p.size()); in main()
/third_party/boost/libs/compute/example/
Dmandelbrot.cpp158 context_, GL_TEXTURE_2D, 0, gl_texture_, CL_MEM_WRITE_ONLY in resizeGL()
Dresize_image.cpp158 context_, GL_TEXTURE_2D, 0, gl_texture_, CL_MEM_WRITE_ONLY in resizeGL()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLMemory.cpp26 const MemFlags access(CL_MEM_READ_WRITE | CL_MEM_READ_ONLY | CL_MEM_WRITE_ONLY); in InheritMemFlags()
DvalidationCL.cpp101 MemFlags allowedFlags(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY); in ValidateMemoryFlags()
102 if (!flags.areMutuallyExclusive(CL_MEM_READ_WRITE, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY)) in ValidateMemoryFlags()
2405 if ((bufFlags.isSet(CL_MEM_WRITE_ONLY) && flags.isSet(CL_MEM_READ_WRITE | CL_MEM_READ_ONLY)) || in ValidateCreateSubBuffer()
2408 (bufFlags.isSet(CL_MEM_READ_ONLY) && flags.isSet(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY)) || in ValidateCreateSubBuffer()
/third_party/mesa3d/src/gallium/frontends/clover/api/
Dmemory.cpp35 CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY; in validate_flags()
328 if (flags & (CL_MEM_WRITE_ONLY | CL_MEM_READ_WRITE) && in clGetSupportedImageFormats()
/third_party/flutter/skia/third_party/externals/opencl-lib/3-0/include/CL/
Dcl.h398 #define CL_MEM_WRITE_ONLY (1 << 1) macro
Dcl2.hpp3331 return CL_MEM_WRITE_ONLY | in getSVMMemFlags()
/third_party/skia/third_party/externals/angle2/include/CL/
Dcl.h524 #define CL_MEM_WRITE_ONLY (1 << 1) macro
/third_party/mesa3d/include/CL/
Dcl.h522 #define CL_MEM_WRITE_ONLY (1 << 1) macro
Dcl2.hpp3483 return CL_MEM_WRITE_ONLY | in getSVMMemFlags()
/third_party/opencl-headers/CL/
Dcl.h524 #define CL_MEM_WRITE_ONLY (1 << 1) macro
/third_party/ffmpeg/libavutil/
Dhwcontext_opencl.c2193 return CL_MEM_WRITE_ONLY; in opencl_mem_flags_for_mapping()