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;

Field Documentation

◆ cellsize

const size_t dt_opencl_local_buffer_t::cellsize

◆ overhead

const size_t dt_opencl_local_buffer_t::overhead

◆ sizex

◆ sizey

◆ xfactor

const int dt_opencl_local_buffer_t::xfactor

◆ xoffset

◆ yfactor

const int dt_opencl_local_buffer_t::yfactor

◆ yoffset

const int dt_opencl_local_buffer_t::yoffset

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