Searched refs:CL_MEM_WRITE_ONLY (Results 1 – 3 of 3) sorted by relevance
42 if (flags & ~(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY | in clCreateBuffer()67 CL_MEM_WRITE_ONLY))) in clCreateSubBuffer()101 if (flags & ~(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY | in clCreateImage2D()137 if (flags & ~(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY | in clCreateImage3D()171 if (flags & ~(CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY | in clGetSupportedImageFormats()
1699 mem_flags = CL_MEM_WRITE_ONLY|CL_MEM_USE_HOST_PTR; in ComputeConvolveImage()1704 mem_flags = CL_MEM_WRITE_ONLY; in ComputeConvolveImage()2065 mem_flags = CL_MEM_WRITE_ONLY|CL_MEM_USE_HOST_PTR; in ComputeDespeckleImage()2070 mem_flags = CL_MEM_WRITE_ONLY; in ComputeDespeckleImage()3183 mem_flags = CL_MEM_WRITE_ONLY|CL_MEM_USE_HOST_PTR; in ComputeLocalContrastImage()3188 mem_flags = CL_MEM_WRITE_ONLY; in ComputeLocalContrastImage()3761 mem_flags = CL_MEM_WRITE_ONLY|CL_MEM_USE_HOST_PTR; in ComputeMotionBlurImage()3766 mem_flags = CL_MEM_WRITE_ONLY; in ComputeMotionBlurImage()
280 #define CL_MEM_WRITE_ONLY (1 << 1) macro