Blender V5.0
lookup_table.h File Reference
#include "kernel/globals.h"
#include "kernel/types.h"

Go to the source code of this file.

Functions

CCL_NAMESPACE_BEGIN ccl_device float lookup_table_read (KernelGlobals kg, float x, const int offset, const int size)
ccl_device float lookup_table_read_2D (KernelGlobals kg, const float x, float y, const int offset, const int xsize, const int ysize)
ccl_device float lookup_table_read_3D (KernelGlobals kg, const float x, float y, float z, const int offset, const int xsize, const int ysize, const int zsize)

Function Documentation

◆ lookup_table_read()

CCL_NAMESPACE_BEGIN ccl_device float lookup_table_read ( KernelGlobals kg,
float x,
const int offset,
const int size )

◆ lookup_table_read_2D()

ccl_device float lookup_table_read_2D ( KernelGlobals kg,
const float x,
float y,
const int offset,
const int xsize,
const int ysize )

◆ lookup_table_read_3D()

ccl_device float lookup_table_read_3D ( KernelGlobals kg,
const float x,
float y,
float z,
const int offset,
const int xsize,
const int ysize,
const int zsize )