Home
last modified time | relevance | path

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

/third_party/cmsis/CMSIS/DSP/Source/SupportFunctions/
Darm_fill_q7.c89 q31_t packedValue; /* value packed to 32 bits */ in arm_fill_q7() local
Darm_fill_q15.c89 q31_t packedValue; /* value packed to 32 bits */ in arm_fill_q15() local
/third_party/skia/third_party/externals/angle2/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
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dcopyvertex.inc.h465 GLuint packedValue = *reinterpret_cast<const GLuint *>(input + (i * stride)); in CopyXYZ10W2ToXYZW32FVertexData() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp998 const deUint32 packedValue = reinterpret_cast<deUint32*>(vertexBuffer)[i]; in isValueWithinVertexBufferOrZero() local
1055 const deUint32 packedValue = bufferPtr[vertexIndex / 4]; in isExpectedValueFromVertexBuffer() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessVertexAccessTests.cpp998 const deUint32 packedValue = reinterpret_cast<deUint32*>(vertexBuffer)[i]; in isValueWithinVertexBufferOrZero() local
1055 const deUint32 packedValue = bufferPtr[vertexIndex / 4]; in isExpectedValueFromVertexBuffer() local
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.cpp1660 const deUint32 packedValue = (w << 30) | (z << 20) | (y << 10) | (x); in generatePackedArray() local