Searched refs:image_support (Results 1 – 9 of 9) sorted by relevance
34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
213 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImageWithProperties()
112 if (!dev.image_support()) in validate_object()
76 bool image_support() const;
65 const bool supports_images = dev.image_support(); in get_highest_supported_version()314 device::image_support() const { in image_support() function in device
367 if (!dev.image_support()) in compile()
389 spirv_options.caps.kernel_image = dev.image_support(); in create_spirv_options()
581 if (!dev.image_support()) { in check_capabilities()