Searched refs:image_support (Results 1 – 6 of 6) sorted by relevance
68 bool image_support() const;
183 device::image_support() const { in image_support() function in device
34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
196 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
133 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImage()
104 if (!q.device().image_support()) in validate_object()