Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuAstcUtil.cpp1344 …ion (deUint32 seedIn, deUint32 xIn, deUint32 yIn, deUint32 zIn, int numPartitions, bool smallBlock) in computeTexelPartition() argument
1347 const deUint32 x = smallBlock ? xIn << 1 : xIn; in computeTexelPartition()
1348 const deUint32 y = smallBlock ? yIn << 1 : yIn; in computeTexelPartition()
1349 const deUint32 z = smallBlock ? zIn << 1 : zIn; in computeTexelPartition()
1411 const bool smallBlock = blockWidth*blockHeight < 31; in setTexelColors() local
1422 …== 1 ? 0 : computeTexelPartition(partitionIndexSeed, texelX, texelY, 0, numPartitions, smallBlock); in setTexelColors()