Searched refs:dstBlocks (Results 1 – 3 of 3) sorted by relevance
86 BC1Block* dstBlocks = reinterpret_cast<BC1Block*>(tmp->writable_data()); in make_compressed_data() local97 dstBlocks[y*numXBlocks + x] = (y < numYBlocks/2) ? transBlock : opaqueBlock; in make_compressed_data()
667 static int benchMem(slice_collection_t dstBlocks, in benchMem() argument673 assert(dstBlocks.nbSlices == srcBlocks.nbSlices); in benchMem()692 .blockCount = dstBlocks.nbSlices, in benchMem()695 .dstBuffers = dstBlocks.slicePtrs, in benchMem()696 .dstCapacities = dstBlocks.capacities, in benchMem()
240 BC1Block* dstBlocks = reinterpret_cast<BC1Block*>(dstPixels); in GrTwoColorBC1Compress() local274 dstBlocks[y*numXBlocks + x] = block; in GrTwoColorBC1Compress()