Changeset View
Changeset View
Standalone View
Standalone View
source/blender/compositor/COM_defines.h
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | |||||
| } | } | ||||
| constexpr int COM_DATA_TYPE_VALUE_CHANNELS = COM_data_type_num_channels(DataType::Value); | constexpr int COM_DATA_TYPE_VALUE_CHANNELS = COM_data_type_num_channels(DataType::Value); | ||||
| constexpr int COM_DATA_TYPE_COLOR_CHANNELS = COM_data_type_num_channels(DataType::Color); | constexpr int COM_DATA_TYPE_COLOR_CHANNELS = COM_data_type_num_channels(DataType::Color); | ||||
| // configurable items | // configurable items | ||||
| // chunk size determination | // chunk size determination | ||||
| // #define COM_DEBUG | |||||
| // chunk order | // chunk order | ||||
| /** | /** | ||||
| * \brief The order of chunks to be scheduled | * \brief The order of chunks to be scheduled | ||||
| * \ingroup Execution | * \ingroup Execution | ||||
| */ | */ | ||||
| enum class ChunkOrdering { | enum class ChunkOrdering { | ||||
| /** \brief order from a distance to centerX/centerY */ | /** \brief order from a distance to centerX/centerY */ | ||||
| Show All 16 Lines | |||||