Home
last modified time | relevance | path

Searched refs:CopyBytesPerRow (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.h136 int CopyBytesPerRow; member
Dtexstore.c1275 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()
Dtexgetimage.c815 memcpy(dest, src, store.CopyBytesPerRow); in get_compressed_texsubimage_sw()
1505 st.CopyBytesPerRow; in packed_compressed_size()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c434 memcpy(dst, src, store.CopyBytesPerRow); in nouveau_compressed_copy()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c832 for (int j = 0; j < store.CopyBytesPerRow / 16; j++) { in flush_astc_denorms()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1730 assert(store.CopyBytesPerRow % addr.bytes_per_pixel == 0); in st_CompressedTexSubImage()
1744 addr.width = store.CopyBytesPerRow / addr.bytes_per_pixel; in st_CompressedTexSubImage()