Searched defs:sparseBlocks (Results 1 – 7 of 7) sorted by relevance
16 type sparseBlocks struct { struct17 values []valueRange18 offset []uint1633 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
12 type sparseBlocks struct { struct13 values []valueRange14 offset []uint1636 func (t *sparseBlocks) lookup(n uint32, b byte) uint16 {
191 type sparseBlocks struct { struct192 values []valueRange193 offsets []uint16197 func (s *sparseBlocks) lookup(n uint32, b byte) uint16 {
273 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local
754 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local
332 … const tcu::UVec3 sparseBlocks = alignedDivide(mipExtent, imageGranularity); in iterate() local