Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h501 GLuint packedValue = *reinterpret_cast<const GLuint *>(input + (i * stride)); in CopyXYZ10W2ToXYZWFloatVertexData() local
533 GLuint packedValue = *reinterpret_cast<const GLuint *>(input + (i * stride)); in CopyXYZ10ToXYZWFloatVertexData() local
566 GLuint packedValue = *reinterpret_cast<const GLuint *>(input + (i * stride)); in CopyW2XYZ10ToXYZWFloatVertexData() local
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp941 const deUint32 packedValue = reinterpret_cast<deUint32*>(vertexBuffer)[i]; in isValueWithinVertexBufferOrZero() local
998 const deUint32 packedValue = bufferPtr[vertexIndex / 4]; in isExpectedValueFromVertexBuffer() local
/external/deqp/modules/glshared/
DglsDrawTest.cpp1641 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local