Searched refs:hasHostPtr (Results 1 – 1 of 1) sorted by relevance
63 bool hasHostPtr = (flags & CL_MEM_USE_HOST_PTR) || (flags & CL_MEM_COPY_HOST_PTR); in test_enqueue_map_buffer() local64 if (hasHostPtr) hostPtr = hostPtrData; in test_enqueue_map_buffer()68 if (!hasHostPtr) in test_enqueue_map_buffer()154 bool hasHostPtr = (flags & CL_MEM_USE_HOST_PTR) || (flags & CL_MEM_COPY_HOST_PTR); in test_enqueue_map_image() local156 if (hasHostPtr) hostPtr = hostPtrData; in test_enqueue_map_image()161 if (!hasHostPtr) { in test_enqueue_map_image()