Blender
V3.3
|
#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) |
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.
ccl_device_inline int4 make_int4 | ( | const float4 & | f | ) |
Definition at line 94 of file types_int4_impl.h.
References Freestyle::a.
ccl_device_inline int4 make_int4 | ( | int | i | ) |
Definition at line 62 of file types_int4_impl.h.
References Freestyle::a.
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.
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.