1// Copyright 2009-2019 Intel Corporation
2// SPDX-License-Identifier: Apache-2.0
3
4#pragma once
5
6#define TILE_SIZE @OSPRAY_TILE_SIZE@
7#define MAX_TILE_SIZE @OSPRAY_MAX_STACK_TILE_SIZE@
8
9/*! number of pixels that each job in a parallel rendertile task
10    executes together. Must be a multipel of the maximum possible
11    programCount (16), and must be smaller than TILE_SIZE (in one
12    dimension) */
13#define RENDERTILE_PIXELS_PER_JOB @OSPRAY_PIXELS_PER_JOB@
14