OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBlockPixelSize
(Results
1 - 14
of
14
) sorted by null
/external/deqp/framework/common/
tcuCompressedTexture.hpp
98
IVec3
getBlockPixelSize
(CompressedTexFormat format);
tcuAstcUtil.cpp
[
all
...]
tcuCompressedTexture.cpp
96
IVec3
getBlockPixelSize
(CompressedTexFormat format)
354
if (isAstcFormat(fmt) &&
getBlockPixelSize
(fmt) == size && isAstcSRGBFormat(fmt) == isSRGB)
[
all
...]
/external/deqp/modules/gles3/functional/
es3fCompressedTextureTests.cpp
49
const IVec3 blockSize = tcu::
getBlockPixelSize
(format);
es3fASTCDecompressionCases.cpp
276
, m_blockSize (tcu::
getBlockPixelSize
(format).xy())
283
DE_ASSERT(tcu::
getBlockPixelSize
(format).z() == 1);
es3fTextureWrapTests.cpp
531
const tcu::IVec3 blockSize = tcu::
getBlockPixelSize
(format);
es3fNegativeTextureApiTests.cpp
48
using tcu::
getBlockPixelSize
;
510
const IVec3 blockPixels =
getBlockPixelSize
(tcuFormat);
[
all
...]
/external/deqp/modules/internal/
ditAstcTests.cpp
56
const IVec3 blockSize =
getBlockPixelSize
(format);
70
const IVec3 blockPixelSize =
getBlockPixelSize
(format);
149
const IVec3 blockPixelSize =
getBlockPixelSize
(m_format);
/external/deqp/modules/gles2/functional/
es2fNegativeTextureApiTests.cpp
[
all
...]
/external/deqp/external/vulkancts/framework/vulkan/
vkNullDriver.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp
663
tcu::IVec3 blockPixelSize =
getBlockPixelSize
(level.getFormat());
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureBorderClampTests.cpp
180
const tcu::IVec3 blockPixelSize = tcu::
getBlockPixelSize
(format);
[
all
...]
es31fCopyImageTests.cpp
625
return tcu::
getBlockPixelSize
(glu::mapGLCompressedTexFormat(format));
[
all
...]
/external/deqp/external/openglcts/modules/gles2/
es2cTexture3DTests.cpp
187
const tcu::IVec3 blockPixelSize = tcu::
getBlockPixelSize
(format);
[
all
...]
Completed in 626 milliseconds