OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BLOCK_SIZE_BYTES
(Results
1 - 10
of
10
) sorted by null
/external/deqp/modules/internal/
ditAstcTests.cpp
85
TCU_CHECK(astc::isValidBlock(data + blockNdx*astc::
BLOCK_SIZE_BYTES
, format, mode));
90
TCU_CHECK(numBytes % astc::
BLOCK_SIZE_BYTES
== 0);
91
return (numBytes / astc::
BLOCK_SIZE_BYTES
);
127
generatedData.resize(numBlocks*astc::
BLOCK_SIZE_BYTES
);
141
generatedData.resize(numBlocks*astc::
BLOCK_SIZE_BYTES
);
156
generatedData.resize(numBlocks*astc::
BLOCK_SIZE_BYTES
);
/external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp
99
for (int i = tcu::astc::
BLOCK_SIZE_BYTES
-1; i >= 0; i--)
114
for (int i = tcu::astc::
BLOCK_SIZE_BYTES
-1; i >= 0; i--)
395
DE_ASSERT(m_blockData.size() % tcu::astc::
BLOCK_SIZE_BYTES
== 0);
397
m_testCtx.getLog() << TestLog::Message << "Total " << m_blockData.size() / tcu::astc::
BLOCK_SIZE_BYTES
<< " blocks to test" << TestLog::EndMessage
419
const int totalNumBlocks = (int)m_blockData.size() / tcu::astc::
BLOCK_SIZE_BYTES
;
441
DE_ASSERT(compressed.getDataSize() == numBlocksPerImage*tcu::astc::
BLOCK_SIZE_BYTES
);
442
deMemcpy(compressed.getData(), &m_blockData[m_numBlocksTested*tcu::astc::
BLOCK_SIZE_BYTES
], curNumNonDummyBlocks*tcu::astc::
BLOCK_SIZE_BYTES
);
444
tcu::astc::generateDummyVoidExtentBlocks((deUint8*)compressed.getData() + curNumNonDummyBlocks*tcu::astc::
BLOCK_SIZE_BYTES
, curNumDummyBlocks);
488
<< TestLog::Message << "Data of first failed block:\n" << astcBlockDataStr(&m_blockData[blockNdx*tcu::astc::
BLOCK_SIZE_BYTES
]) << TestLog::EndMessage
[
all
...]
/external/deqp/framework/common/
tcuAstcUtil.hpp
56
BLOCK_SIZE_BYTES
= 128/8,
tcuAstcUtil.cpp
[
all
...]
tcuCompressedTexture.cpp
40
return astc::
BLOCK_SIZE_BYTES
;
[
all
...]
/external/mesa3d/src/gallium/state_trackers/xvmc/
block.c
51
blocks->blocks = MALLOC(
BLOCK_SIZE_BYTES
* num_blocks);
xvmc_private.h
43
#define
BLOCK_SIZE_BYTES
(BLOCK_SIZE_SAMPLES * 2)
/frameworks/base/keystore/java/android/security/keystore/
AndroidKeyStoreUnauthenticatedAESCipherSpi.java
92
private static final int
BLOCK_SIZE_BYTES
= 16;
228
return
BLOCK_SIZE_BYTES
;
284
return
BLOCK_SIZE_BYTES
;
289
return inputLen + 3 *
BLOCK_SIZE_BYTES
;
AndroidKeyStoreAuthenticatedAESCipherSpi.java
249
private static final int
BLOCK_SIZE_BYTES
= 16;
325
return
BLOCK_SIZE_BYTES
;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp
754
tcu::astc::generateRandomValidBlocks(compressedData, compressedLevel->getDataSize()/tcu::astc::
BLOCK_SIZE_BYTES
,
[
all
...]
Completed in 1590 milliseconds