Searched refs:CopyRowsPerSlice (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dtexstore.h155 int CopyRowsPerSlice; member in struct:compressed_pixelstore
H A Dtexstore.c1282 store->TotalRowsPerSlice = store->CopyRowsPerSlice =
1306 store->CopyRowsPerSlice = (height + bh - 1) / bh; /* rows in blocks */
1371 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice);
1372 src += store.CopyBytesPerRow * store.CopyRowsPerSlice;
1375 for (i = 0; i < store.CopyRowsPerSlice; i++) {
1386 - store.CopyRowsPerSlice);
H A Dtexgetimage.c814 for (i = 0; i < store.CopyRowsPerSlice; i++) {
824 store.CopyRowsPerSlice);
1592 (st.CopyRowsPerSlice - 1) * st.TotalBytesPerRow +
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dtexstore.h155 int CopyRowsPerSlice; member in struct:compressed_pixelstore
H A Dtexstore.c1280 store->TotalRowsPerSlice = store->CopyRowsPerSlice =
1304 store->CopyRowsPerSlice = (height + bh - 1) / bh; /* rows in blocks */
1369 memcpy(dstMap, src, store.CopyBytesPerRow * store.CopyRowsPerSlice);
1370 src += store.CopyBytesPerRow * store.CopyRowsPerSlice;
1373 for (i = 0; i < store.CopyRowsPerSlice; i++) {
1384 - store.CopyRowsPerSlice);
H A Dtexgetimage.c821 for (i = 0; i < store.CopyRowsPerSlice; i++) {
831 store.CopyRowsPerSlice);
1654 (st.CopyRowsPerSlice - 1) * st.TotalBytesPerRow +
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_tex_image.c865 for (int i = 0; i < store.CopyRowsPerSlice; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c433 for (i = 0; i < store.CopyRowsPerSlice; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_tex_image.c917 for (int i = 0; i < store.CopyRowsPerSlice; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c436 for (i = 0; i < store.CopyRowsPerSlice; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c1802 addr.height = store.CopyRowsPerSlice;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_texture.c2386 addr.height = store.CopyRowsPerSlice;

Completed in 49 milliseconds