Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_opencl_local_buffer_t Struct Reference

#include <opencl.h>

+ Collaboration diagram for dt_opencl_local_buffer_t:

Data Fields

const int xoffset
 
const int xfactor
 
const int yoffset
 
const int yfactor
 
const size_t cellsize
 
const size_t overhead
 
int sizex
 
int sizey
 

Detailed Description

description of memory requirements of local buffer local buffer size will be calculated as: (xoffset + xfactor * x) * (yoffset + yfactor * y) * cellsize + overhead;

Definition at line 281 of file opencl.h.

Field Documentation

◆ cellsize

const size_t dt_opencl_local_buffer_t::cellsize

Definition at line 287 of file opencl.h.

Referenced by dt_opencl_local_buffer_opt().

◆ overhead

const size_t dt_opencl_local_buffer_t::overhead

Definition at line 288 of file opencl.h.

Referenced by dt_opencl_local_buffer_opt().

◆ sizex

◆ sizey

◆ xfactor

const int dt_opencl_local_buffer_t::xfactor

Definition at line 284 of file opencl.h.

Referenced by dt_opencl_local_buffer_opt().

◆ xoffset

◆ yfactor

const int dt_opencl_local_buffer_t::yfactor

Definition at line 286 of file opencl.h.

Referenced by dt_opencl_local_buffer_opt().

◆ yoffset

const int dt_opencl_local_buffer_t::yoffset

Definition at line 285 of file opencl.h.

Referenced by dt_opencl_local_buffer_opt().


The documentation for this struct was generated from the following file: