Blender  V3.3
Functions
types_int4_impl.h File Reference
#include <cstdio>

Go to the source code of this file.

Functions

ccl_device_inline int4 make_int4 (int i)
 
ccl_device_inline int4 make_int4 (int x, int y, int z, int w)
 
ccl_device_inline int4 make_int4 (const float3 &f)
 
ccl_device_inline int4 make_int4 (const float4 &f)
 
ccl_device_inline void print_int4 (const char *label, const int4 &a)
 

Function Documentation

◆ make_int4() [1/4]

ccl_device_inline int4 make_int4 ( const float3 f)

Definition at line 82 of file types_int4_impl.h.

References Freestyle::a, float3::x, float3::y, and float3::z.

◆ make_int4() [2/4]

ccl_device_inline int4 make_int4 ( const float4 f)

Definition at line 94 of file types_int4_impl.h.

References Freestyle::a.

◆ make_int4() [3/4]

ccl_device_inline int4 make_int4 ( int  i)

Definition at line 62 of file types_int4_impl.h.

References Freestyle::a.

◆ make_int4() [4/4]

ccl_device_inline int4 make_int4 ( int  x,
int  y,
int  z,
int  w 
)

Definition at line 72 of file types_int4_impl.h.

References Freestyle::a, w(), x, y, and z.

◆ print_int4()

ccl_device_inline void print_int4 ( const char *  label,
const int4 a 
)

Definition at line 104 of file types_int4_impl.h.

References Freestyle::a, and label.