Searched refs:TotalRowsPerSlice (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.h157 int TotalRowsPerSlice; member in struct:compressed_pixelstore
H A Dtexstore.c1282 store->TotalRowsPerSlice = store->CopyRowsPerSlice =
1309 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh;
1319 store->TotalRowsPerSlice / bd;
1385 src += store.TotalBytesPerRow * (store.TotalRowsPerSlice
H A Dtexgetimage.c823 dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice -
1590 (st.CopySlices - 1) * st.TotalRowsPerSlice * st.TotalBytesPerRow +
1732 imageStride = store.TotalBytesPerRow * store.TotalRowsPerSlice;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.h157 int TotalRowsPerSlice; member in struct:compressed_pixelstore
H A Dtexstore.c1280 store->TotalRowsPerSlice = store->CopyRowsPerSlice =
1307 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh;
1317 store->TotalRowsPerSlice / bd;
1383 src += store.TotalBytesPerRow * (store.TotalRowsPerSlice
H A Dtexgetimage.c830 dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice -
1652 (st.CopySlices - 1) * st.TotalRowsPerSlice * st.TotalBytesPerRow +
1794 imageStride = store.TotalBytesPerRow * store.TotalRowsPerSlice;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1805 addr.image_height = store.TotalRowsPerSlice;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2389 addr.image_height = store.TotalRowsPerSlice;

Completed in 39 milliseconds