Searched refs:CopyBytesPerRow (Results 1 – 6 of 6) sorted by relevance
136 int CopyBytesPerRow; member
1275 store->TotalBytesPerRow = store->CopyBytesPerRow = in _mesa_compute_compressed_pixelstore()1364 dstRowStride == store.CopyBytesPerRow) { in _mesa_store_compressed_texsubimage()1365 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()1366 src += store.CopyBytesPerRow * store.CopyRowsPerSlice; in _mesa_store_compressed_texsubimage()1370 memcpy(dstMap, src, store.CopyBytesPerRow); in _mesa_store_compressed_texsubimage()
815 memcpy(dest, src, store.CopyBytesPerRow); in get_compressed_texsubimage_sw()1505 st.CopyBytesPerRow; in packed_compressed_size()
434 memcpy(dst, src, store.CopyBytesPerRow); in nouveau_compressed_copy()
832 for (int j = 0; j < store.CopyBytesPerRow / 16; j++) { in flush_astc_denorms()
1730 assert(store.CopyBytesPerRow % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()1744 addr.width = store.CopyBytesPerRow / addr.bytes_per_pixel; in st_CompressedTexSubImage()