Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.c1280 store->TotalRowsPerSlice = store->CopyRowsPerSlice = in _mesa_compute_compressed_pixelstore()
1304 store->CopyRowsPerSlice = (height + bh - 1) / bh; /* rows in blocks */ in _mesa_compute_compressed_pixelstore()
1369 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
1370 src += store.CopyBytesPerRow * store.CopyRowsPerSlice; in _mesa_store_compressed_texsubimage()
1373 for (i = 0; i < store.CopyRowsPerSlice; i++) { in _mesa_store_compressed_texsubimage()
1384 - store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
Dtexstore.h155 int CopyRowsPerSlice; member
Dtexgetimage.c821 for (i = 0; i < store.CopyRowsPerSlice; i++) { in get_compressed_texsubimage_sw()
831 store.CopyRowsPerSlice); in get_compressed_texsubimage_sw()
1654 (st.CopyRowsPerSlice - 1) * st.TotalBytesPerRow + in packed_compressed_size()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_texture.c436 for (i = 0; i < store.CopyRowsPerSlice; i++) { in nouveau_compressed_copy()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex_image.c918 for (int i = 0; i < store.CopyRowsPerSlice; i++) { in flush_astc_denorms()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1868 addr.height = store.CopyRowsPerSlice; in st_CompressedTexSubImage()