Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c1277 store->TotalRowsPerSlice = store->CopyRowsPerSlice = in _mesa_compute_compressed_pixelstore()
1300 store->CopyRowsPerSlice = (height + bh - 1) / bh; /* rows in blocks */ in _mesa_compute_compressed_pixelstore()
1365 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
1366 src += store.CopyBytesPerRow * store.CopyRowsPerSlice; in _mesa_store_compressed_texsubimage()
1369 for (i = 0; i < store.CopyRowsPerSlice; i++) { in _mesa_store_compressed_texsubimage()
1379 src += store.TotalBytesPerRow * (store.TotalRowsPerSlice - store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
Dtexstore.h137 int CopyRowsPerSlice; member
Dtexgetimage.c814 for (i = 0; i < store.CopyRowsPerSlice; i++) { in get_compressed_texsubimage_sw()
824 store.CopyRowsPerSlice); in get_compressed_texsubimage_sw()
1504 (st.CopyRowsPerSlice - 1) * st.TotalBytesPerRow + in packed_compressed_size()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c433 for (i = 0; i < store.CopyRowsPerSlice; i++) { in nouveau_compressed_copy()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c817 for (int i = 0; i < store.CopyRowsPerSlice; i++) { in flush_astc_denorms()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1745 addr.height = store.CopyRowsPerSlice; in st_CompressedTexSubImage()