Home
last modified time | relevance | path

Searched refs:smallBlock (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuAstcUtil.cpp1332 …ion (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartitions, bool smallBlock) in computeTexelPartition() argument
1335 const deUint32 x = smallBlock ? xIn << 1 : xIn; in computeTexelPartition()
1336 const deUint32 y = smallBlock ? yIn << 1 : yIn; in computeTexelPartition()
1337 const deUint32 z = smallBlock ? zIn << 1 : zIn; in computeTexelPartition()
1399 const bool smallBlock = blockWidth*blockHeight < 31; in setTexelColors() local
1410 …== 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPartitions, smallBlock); in setTexelColors()