Blender V4.3
globals.h File Reference

Go to the source code of this file.

Classes

struct  KernelGlobalsGPU
struct  KernelParamsHIP

Macros

#define KERNEL_DATA_ARRAY(type, name)
#define kernel_data   kernel_params.data
#define kernel_data_fetch(name, index)
#define kernel_data_array(name)
#define kernel_integrator_state   kernel_params.integrator_state

Typedefs

typedef ccl_global const KernelGlobalsGPU *ccl_restrict KernelGlobals

Macro Definition Documentation

◆ kernel_data

#define kernel_data   kernel_params.data

Definition at line 39 of file device/hip/globals.h.

◆ KERNEL_DATA_ARRAY

#define KERNEL_DATA_ARRAY ( type,
name )
Value:
const type *name;

Definition at line 27 of file device/hip/globals.h.

◆ kernel_data_array

#define kernel_data_array ( name)
Value:
(kernel_params.name)

Definition at line 41 of file device/hip/globals.h.

◆ kernel_data_fetch

#define kernel_data_fetch ( name,
index )
Value:
kernel_params.name[(index)]

Definition at line 40 of file device/hip/globals.h.

◆ kernel_integrator_state

#define kernel_integrator_state   kernel_params.integrator_state

Definition at line 42 of file device/hip/globals.h.

Typedef Documentation

◆ KernelGlobals

Definition at line 22 of file device/hip/globals.h.