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

  /external/eigen/unsupported/Eigen/src/SparseExtra/
BlockSparseMatrix.h 528 // There is no blockPtr for fixed-size blocks... not needed !???
698 StorageIndex nz_marker = blockPtr(block_id[outer]);
820 return Map<BlockScalar>(&(m_values[blockPtr(offset)]), rsize, csize);
845 return Map<const BlockScalar> (&(m_values[blockPtr(offset)]), rsize, csize);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.cpp 834 const BlockDataPtr& blockPtr = blockPointers[blockNdx];
842 generateValue(varEntry, blockPtr.lastUnsizedArraySize, blockPtr.ptr, rnd);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.cpp 791 const BlockDataPtr& blockPtr = blockPointers[blockNdx];
799 generateValue(varEntry, blockPtr.lastUnsizedArraySize, blockPtr.ptr, rnd);
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]

Completed in 458 milliseconds