Blender V4.3
types_int4.h File Reference

Go to the source code of this file.

Functions

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

Function Documentation

◆ ccl_try_align()

struct ccl_try_align ( 16 )

Definition at line 11 of file types_int4.h.

◆ make_int4() [1/4]

ccl_device_inline int4 make_int4 ( const float3 f)

Definition at line 74 of file types_int4_impl.h.

References make_int4(), float3::x, float3::y, and float3::z.

◆ make_int4() [2/4]

ccl_device_inline int4 make_int4 ( const float4 f)

Definition at line 85 of file types_int4_impl.h.

References make_int4().

◆ make_int4() [3/4]

ccl_device_inline int4 make_int4 ( int i)

Definition at line 65 of file types_int4_impl.h.

References make_int4().

◆ make_int4() [4/4]

◆ print_int4()

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

Definition at line 94 of file types_int4_impl.h.

References label, and printf.