Searched refs:vecPtr (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/gdx/jni/
H A Dcom.badlogic.gdx.math.Matrix4.cpp178 float* vecPtr = vecs + offset; local
180 matrix4_mulVec(mat, vecPtr);
181 vecPtr += stride;
210 float* vecPtr = vecs + offset; local
212 matrix4_proj(mat, vecPtr);
213 vecPtr += stride;
242 float* vecPtr = vecs + offset; local
244 matrix4_rot(mat, vecPtr);
245 vecPtr += stride;
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
H A DvktSSBOLayoutCase.cpp673 deUint8* const vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); local
677 deUint8* const compPtr = vecPtr + compSize*compNdx;
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp589 deUint8* vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); local
593 deUint8* compPtr = vecPtr + compSize*compNdx;
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp642 deUint8* vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); local
646 deUint8* compPtr = vecPtr + compSize*compNdx;
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp758 deUint8* const vecPtr = elemPtr + (isMatrix ? vecNdx*entry.matrixStride : 0); local
762 deUint8* const compPtr = vecPtr + compSize*compNdx;

Completed in 90 milliseconds