Blender  V2.93
Classes | Namespaces | Enumerations | Functions
tile.cpp File Reference
#include "render/tile.h"
#include "util/util_algorithm.h"
#include "util/util_foreach.h"
#include "util/util_types.h"

Go to the source code of this file.

Classes

class  CCL_NAMESPACE_BEGIN::TileComparator
 

Namespaces

 CCL_NAMESPACE_BEGIN
 

Enumerations

enum  CCL_NAMESPACE_BEGIN::SpiralDirection { CCL_NAMESPACE_BEGIN::DIRECTION_UP , CCL_NAMESPACE_BEGIN::DIRECTION_LEFT , CCL_NAMESPACE_BEGIN::DIRECTION_DOWN , CCL_NAMESPACE_BEGIN::DIRECTION_RIGHT }
 

Functions

int2 CCL_NAMESPACE_BEGIN::hilbert_index_to_pos (int n, int d)
 
static int get_divider (int w, int h, int start_resolution)
 

Function Documentation

◆ get_divider()

static int get_divider ( int  w,
int  h,
int  start_resolution 
)
static

Definition at line 134 of file tile.cpp.

References max, and w().

Referenced by TileManager::reset(), and TileManager::set_samples().