Searched refs:CopyBytesPerRow (Results 1 – 6 of 6) sorted by relevance
1278 store->TotalBytesPerRow = store->CopyBytesPerRow = in _mesa_compute_compressed_pixelstore()1368 dstRowStride == store.CopyBytesPerRow) { in _mesa_store_compressed_texsubimage()1369 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()1370 src += store.CopyBytesPerRow * store.CopyRowsPerSlice; in _mesa_store_compressed_texsubimage()1374 memcpy(dstMap, src, store.CopyBytesPerRow); in _mesa_store_compressed_texsubimage()
154 int CopyBytesPerRow; member
822 memcpy(dest, src, store.CopyBytesPerRow); in get_compressed_texsubimage_sw()1655 st.CopyBytesPerRow; in packed_compressed_size()
437 memcpy(dst, src, store.CopyBytesPerRow); in nouveau_compressed_copy()
933 for (int j = 0; j < store.CopyBytesPerRow / 16; j++) { in flush_astc_denorms()
1853 assert(store.CopyBytesPerRow % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()1867 addr.width = store.CopyBytesPerRow / addr.bytes_per_pixel; in st_CompressedTexSubImage()