Searched refs:CL_MEM_WRITE_ONLY (Results 1 – 3 of 3) sorted by relevance
34 CL_MEM_READ_WRITE | CL_MEM_WRITE_ONLY | CL_MEM_READ_ONLY; in validate_flags()
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()
343 #define CL_MEM_WRITE_ONLY (1 << 1) macro