Blender  V3.3
types_ushort4.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: Apache-2.0
2  * Copyright 2011-2022 Blender Foundation */
3 
4 #ifndef __UTIL_TYPES_USHORT4_H__
5 #define __UTIL_TYPES_USHORT4_H__
6 
7 #ifndef __UTIL_TYPES_H__
8 # error "Do not include this file directly, include util/types.h instead."
9 #endif
10 
12 
13 #if !defined(__KERNEL_GPU__) || defined(__KERNEL_ONEAPI__)
14 
15 struct ushort4 {
16  uint16_t x, y, z, w;
17 };
18 
19 #endif
20 
22 
23 #endif /* __UTIL_TYPES_USHORT4_H__ */
#define CCL_NAMESPACE_END
Definition: cuda/compat.h:9
unsigned short uint16_t
Definition: stdint.h:79
uint16_t w
Definition: types_ushort4.h:16
uint16_t y
Definition: types_ushort4.h:16
uint16_t z
Definition: types_ushort4.h:16
uint16_t x
Definition: types_ushort4.h:16