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