Searched defs:numBlocks (Results 1 – 3 of 3) sorted by relevance
1629 static void GetMaxAndSumVal(size_t numBlocks, uint32_t *blockErrs, uint32_t &maxVal, uint32_t &sumV… in GetMaxAndSumVal()1645 size_t numBlocks = static_cast<size_t>(((width + DIM - 1) / DIM) * ((height + DIM - 1) / DIM)); in ClCreateBufferAndImage() local1757 size_t numBlocks = ((imageIn->width + DIM - 1) / DIM) * ((imageIn->height + DIM - 1) / DIM); in ClReadAstcBufAndBlockError() local
908 int32_t numBlocks = numBlocksAcross * numBlocksDown; in CheckCompressedTexData() local919 int32_t numBlocks = numBlocksAcross * numBlocksDown; in CheckCompressedTexData() local
183 int32_t numBlocks = blockX * blockY; in GpuCompress() local