Blender  V2.93
Public Attributes | List of all members
WorkTile Struct Reference

#include <kernel_types.h>

Public Attributes

uint x
 
uint y
 
uint w
 
uint h
 
uint start_sample
 
uint num_samples
 
int offset
 
uint stride
 
ccl_global floatbuffer
 

Detailed Description

Definition at line 1686 of file kernel_types.h.

Member Data Documentation

◆ buffer

ccl_global float* WorkTile::buffer

Definition at line 1695 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ h

uint WorkTile::h

Definition at line 1687 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ num_samples

uint WorkTile::num_samples

Definition at line 1690 of file kernel_types.h.

◆ offset

int WorkTile::offset

Definition at line 1692 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ start_sample

uint WorkTile::start_sample

Definition at line 1689 of file kernel_types.h.

◆ stride

uint WorkTile::stride

Definition at line 1693 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ w

uint WorkTile::w

Definition at line 1687 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ x

uint WorkTile::x

Definition at line 1687 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().

◆ y

uint WorkTile::y

Definition at line 1687 of file kernel_types.h.

Referenced by CPUDevice::adaptive_sampling_filter().


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