Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/device/cpu/kernel.h
| Show All 11 Lines | |||||
| * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||||
| * See the License for the specific language governing permissions and | * See the License for the specific language governing permissions and | ||||
| * limitations under the License. | * limitations under the License. | ||||
| */ | */ | ||||
| #pragma once | #pragma once | ||||
| #include "device/cpu/kernel_function.h" | #include "device/cpu/kernel_function.h" | ||||
| #include "util/util_types.h" | #include "util/types.h" | ||||
| CCL_NAMESPACE_BEGIN | CCL_NAMESPACE_BEGIN | ||||
| struct KernelGlobalsCPU; | struct KernelGlobalsCPU; | ||||
| struct IntegratorStateCPU; | struct IntegratorStateCPU; | ||||
| struct TileInfo; | struct TileInfo; | ||||
| class CPUKernels { | class CPUKernels { | ||||
| ▲ Show 20 Lines • Show All 80 Lines • Show Last 20 Lines | |||||