Searched refs:kBlockWidth (Results 1 – 1 of 1) sorted by relevance
903 const int32_t kBlockWidth = 4; in CheckCompressedTexData() local906 int32_t numBlocksAcross = (imgArg.width + kBlockWidth - 1) / kBlockWidth; in CheckCompressedTexData()914 const int32_t kBlockWidth = 4; in CheckCompressedTexData() local917 int32_t numBlocksAcross = (imgArg.width + kBlockWidth - 1) / kBlockWidth; in CheckCompressedTexData()960 const int32_t kBlockWidth = 4; in CheckCompressedTexSubDimensions() local962 if ((imgArg.xOffset % kBlockWidth) || (imgArg.yOffset % kBlockHeight)) { in CheckCompressedTexSubDimensions()