Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dtexstore.c1283 store->TotalRowsPerSlice = store->CopyRowsPerSlice = in _mesa_compute_compressed_pixelstore()
1307 store->CopyRowsPerSlice = (height + bh - 1) / bh; /* rows in blocks */ in _mesa_compute_compressed_pixelstore()
1372 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
1373 src += store.CopyBytesPerRow * store.CopyRowsPerSlice; in _mesa_store_compressed_texsubimage()
1376 for (i = 0; i < store.CopyRowsPerSlice; i++) { in _mesa_store_compressed_texsubimage()
1387 - store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
Dtexstore.h155 int CopyRowsPerSlice; member
Dtexgetimage.c822 for (i = 0; i < store.CopyRowsPerSlice; i++) { in get_compressed_texsubimage_sw()
832 store.CopyRowsPerSlice); in get_compressed_texsubimage_sw()
1658 (st.CopyRowsPerSlice - 1) * st.TotalBytesPerRow + in packed_compressed_size()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2302 addr.height = store.CopyRowsPerSlice; in st_CompressedTexSubImage()