Home
last modified time | relevance | path

Searched defs:Offset (Results 1 – 4 of 4) sorted by relevance

/device/generic/vulkan-cereal/include/glm/detail/
Dfunc_integer.inl261 GLM_FUNC_QUALIFIER genIUType bitfieldExtract(genIUType Value, int Offset, int Bits)
267 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldExtract(vecType<T, P> const & Value, int Offset, int Bits)
276 …ER genIUType bitfieldInsert(genIUType const & Base, genIUType const & Insert, int Offset, int Bits)
282 …, P> bitfieldInsert(vecType<T, P> const & Base, vecType<T, P> const & Insert, int Offset, int Bits)
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
Dangletypes.h67 struct Offset struct
69 constexpr Offset() : x(0), y(0), z(0) {} in Offset() function
70 constexpr Offset(int x_in, int y_in, int z_in) : x(x_in), y(y_in), z(z_in) {} in Offset() function
77 constexpr Offset kOffsetZero(0, 0, 0); argument
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DSecondaryCommandBuffer.h437 ANGLE_INLINE DestT *Offset(T *ptr, size_t bytes) in Offset() function
443 ANGLE_INLINE const DestT *Offset(const T *ptr, size_t bytes) in Offset() function
/device/generic/vulkan-cereal/third-party/angle/util/windows/third_party/StackWalker/src/
DStackWalker.cpp153 DWORD64 Offset; member