Blender V4.3
KernelGlobalsGPU Struct Reference

#include <globals.h>

Public Attributes

int unused [1]
 
hiprtGlobalStackBuffer global_stack_buffer
 
hiprtSharedStackBuffer shared_stack
 
IntegratorStateGPUintegrator_state
 
const KernelData__data
 
sycl::kernel_handler kernel_handler
 

Detailed Description

Definition at line 19 of file device/cuda/globals.h.

Member Data Documentation

◆ __data

const KernelData* KernelGlobalsGPU::__data

Definition at line 26 of file device/oneapi/globals.h.

◆ global_stack_buffer

hiprtGlobalStackBuffer KernelGlobalsGPU::global_stack_buffer

Definition at line 34 of file device/hiprt/globals.h.

◆ integrator_state

IntegratorStateGPU* KernelGlobalsGPU::integrator_state

Definition at line 25 of file device/oneapi/globals.h.

◆ kernel_handler

sycl::kernel_handler KernelGlobalsGPU::kernel_handler

Definition at line 36 of file device/oneapi/globals.h.

◆ shared_stack

hiprtSharedStackBuffer KernelGlobalsGPU::shared_stack

Definition at line 36 of file device/hiprt/globals.h.

◆ unused

int KernelGlobalsGPU::unused

Definition at line 20 of file device/cuda/globals.h.


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