Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h30 const T *offsetInput = reinterpret_cast<const T *>(input + (i * stride)); in CopyNativeVertexData() local
43 const T *offsetInput = reinterpret_cast<const T *>(input + (i * stride)); in CopyNativeVertexData() local
73 const GLbyte *offsetInput = reinterpret_cast<const GLbyte *>(input + i * stride); in Copy8SintTo16SintVertexData() local
103 const GLbyte *offsetInput = reinterpret_cast<const GLbyte *>(input + i * stride); in Copy8SnormTo16SnormVertexData() local
146 const uint8_t *offsetInput = input + i * stride; in Copy32FixedTo32FVertexData() local
187 const T *offsetInput = reinterpret_cast<const T *>(input + (stride * i)); in CopyTo32FVertexData() local