OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blockPixelSize
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/internal/
ditAstcTests.cpp
70
const IVec3
blockPixelSize
= getBlockPixelSize(format);
73
TextureLevel texture (uncompressedFormat,
blockPixelSize
.x()*(int)numBlocks,
blockPixelSize
.y());
149
const IVec3
blockPixelSize
= getBlockPixelSize(m_format);
152
astc::generateDummyNormalBlocks(&generatedData[0], numBlocks,
blockPixelSize
.x(),
blockPixelSize
.y());
/external/deqp/framework/common/
tcuCompressedTexture.cpp
[
all
...]
tcuAstcUtil.cpp
[
all
...]
/external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp
839
const tcu::IVec3
blockPixelSize
= tcu::getBlockPixelSize(tcuFormat);
840
const int numBlocksX = deDivRoundUp32((int)extent.width,
blockPixelSize
.x());
841
const int numBlocksY = deDivRoundUp32((int)extent.height,
blockPixelSize
.y());
842
const int numBlocksZ = deDivRoundUp32((int)extent.depth,
blockPixelSize
.z());
[
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
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp
748
tcu::IVec3
blockPixelSize
= getBlockPixelSize(level.getFormat());
754
(deUint32)getNextMultiple(
blockPixelSize
.x(), level.getWidth()), // deUint32 bufferRowLength;
755
(deUint32)getNextMultiple(
blockPixelSize
.y(), level.getHeight()), // deUint32 bufferImageHeight;
[
all
...]
Completed in 243 milliseconds