Home
last modified time | relevance | path

Searched defs:Shift (Results 1 – 3 of 3) sorted by relevance

/device/generic/vulkan-cereal/third-party/glm/include/glm/gtc/
Dbitfield.inl242 GLM_FUNC_QUALIFIER genIType bitfieldRotateRight(genIType In, int Shift)
251 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateRight(vecType<T, P> const & In, int Shift)
260 GLM_FUNC_QUALIFIER genIType bitfieldRotateLeft(genIType In, int Shift)
269 GLM_FUNC_QUALIFIER vecType<T, P> bitfieldRotateLeft(vecType<T, P> const& In, int Shift)
/device/generic/vulkan-cereal/stream-servers/testlibs/
DEvent.h33 bool Shift; member
/device/generic/vulkan-cereal/third-party/glm/include/glm/detail/
Dfunc_common.inl197 T const Shift(static_cast<T>(sizeof(T) * 8 - 1)); local