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

  /external/deqp/framework/common/
tcuCompressedTexture.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp 180 const tcu::IVec3 blockPixelSize = tcu::getBlockPixelSize(format);
181 const tcu::IVec3 numBlocks (getDimensionNumBlocks(dst.getWidth(), blockPixelSize.x()),
182 getDimensionNumBlocks(dst.getHeight(), blockPixelSize.y()),
183 getDimensionNumBlocks(dst.getDepth(), blockPixelSize.z()));
    [all...]
es31fCopyImageTests.cpp     [all...]

Completed in 101 milliseconds