Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DDenseCoeffsBase.h536 inline Index colStride() const in colStride() function
611 inline Index colStride() const EIGEN_NOEXCEPT in colStride() function
/external/eigen/test/
Dblock.cpp252 Index colStride = m.colStride(); in compare_using_data_and_stride() local
/external/skia/modules/canvaskit/
Dmatrix.js42 var stride = function(v, m, width, offset, colStride) { argument
/external/tensorflow/tensorflow/core/kernels/
Deigen_spatial_convolutions-inl.h967 EIGEN_ALWAYS_INLINE Index colStride() const { in colStride() function
/external/angle/src/compiler/translator/tree_ops/glsl/apple/
DRewriteRowMajorMatrices.cpp340 unsigned int colStride = accumulatedArraySizes.back(); in constructReadTransformExpressionHelper() local
/external/mesa3d/src/mesa/main/
Dmipmap.c180 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; in do_row() local
814 const GLuint colStride = (srcWidth == dstWidth) ? 1 : 2; in do_row_3D() local