Blender V4.3
device/kernel.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2011-2022 Blender Foundation
2 *
3 * SPDX-License-Identifier: Apache-2.0 */
4
5#pragma once
6
7#ifndef __KERNEL_ONEAPI__
8# include "kernel/types.h"
9
10# include "util/string.h"
11
12# include <iosfwd>
13#endif
14
16
19
20const char *device_kernel_as_string(DeviceKernel kernel);
21
22#ifndef __KERNEL_ONEAPI__
23std::ostream &operator<<(std::ostream &os, DeviceKernel kernel);
24
27#endif
28
#define CCL_NAMESPACE_END
CCL_NAMESPACE_BEGIN bool device_kernel_has_shading(DeviceKernel kernel)
bool device_kernel_has_intersection(DeviceKernel kernel)
string device_kernel_mask_as_string(DeviceKernelMask mask)
const char * device_kernel_as_string(DeviceKernel kernel)
std::ostream & operator<<(std::ostream &os, DeviceKernel kernel)
uint64_t DeviceKernelMask
DeviceKernel
unsigned __int64 uint64_t
Definition stdint.h:90