HomeSort by relevance Sort by last modified time
    Searched refs:m_offsets (Results 1 - 5 of 5) sorted by null

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorMorphing.h 322 : m_impl(op.expression(), device), m_device(device), m_dimensions(op.sizes()), m_offsets(op.startIndices())
421 inputIndices[0] += (idx0 + m_offsets[i]) * m_inputStrides[i];
422 inputIndices[1] += (idx1 + m_offsets[i]) * m_inputStrides[i];
426 inputIndices[0] += (indices[0] + m_offsets[0]);
427 inputIndices[1] += (indices[1] + m_offsets[0]);
432 inputIndices[0] += (idx0 + m_offsets[i]) * m_inputStrides[i];
433 inputIndices[1] += (idx1 + m_offsets[i]) * m_inputStrides[i];
437 inputIndices[0] += (indices[0] + m_offsets[NumDims-1]);
438 inputIndices[1] += (indices[1] + m_offsets[NumDims-1]);
468 offset += m_offsets[i] * m_inputStrides[i]
525 const StartIndices m_offsets; member in struct:Eigen::TensorEvaluator
845 DSizes<Index, NumDims> m_offsets; \/\/ offset in a flattened shape member in struct:Eigen::TensorEvaluator
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_tiff.h 131 int* m_offsets; member in class:GrFmtTiffReader
grfmt_tiff.cpp 247 m_offsets = 0;
259 delete[] m_offsets;
455 if( ReadTable( value, count, fieldType, m_offsets, m_maxoffsets ) < 0 )
590 m_strm.SetPos( m_offsets[s] );
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 434 m_offsets[0] = a;
435 m_offsets[1] = b;
436 m_offsets[2] = c;
437 m_offsets[3] = d;
443 dst[i] = m_offsets[i];
447 IVec2 m_offsets[4]; member in class:deqp::gles31::Functional::__anon17620::MultiplePixelOffsets
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 479 m_offsets[0] = a;
480 m_offsets[1] = b;
481 m_offsets[2] = c;
482 m_offsets[3] = d;
488 dst[i] = m_offsets[i];
492 IVec2 m_offsets[4]; member in class:vkt::sr::__anon16706::MultiplePixelOffsets
    [all...]

Completed in 280 milliseconds