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

  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 88 static const int ASTC_BLOCK_SIZE_BYTES = 128/8;
206 dst.resize(dst.size() + ASTC_BLOCK_SIZE_BYTES);
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 34 enum { ASTC_BLOCK_SIZE_BYTES = 128/8 };
250 m_data.resize(ASTC_BLOCK_SIZE_BYTES * divRoundUp(m_width, blockSize.x()) * divRoundUp(m_height, blockSize.y()) * divRoundUp(m_depth, blockSize.z()));
    [all...]

Completed in 61 milliseconds