Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dtexstore.h139 int TotalRowsPerSlice; member
Dtexstore.c1277 store->TotalRowsPerSlice = store->CopyRowsPerSlice = in _mesa_compute_compressed_pixelstore()
1303 store->TotalRowsPerSlice = (packing->ImageHeight + bh - 1) / bh; in _mesa_compute_compressed_pixelstore()
1313 store->TotalRowsPerSlice / bd; in _mesa_compute_compressed_pixelstore()
1372 src += store.TotalBytesPerRow * (store.TotalRowsPerSlice - store.CopyRowsPerSlice); in _mesa_store_compressed_texsubimage()
Dtexgetimage.c824 dest += store.TotalBytesPerRow * (store.TotalRowsPerSlice - in _mesa_GetCompressedTexSubImage_sw()
1497 (st.CopySlices - 1) * st.TotalRowsPerSlice * st.TotalBytesPerRow + in packed_compressed_size()
1639 imageStride = store.TotalBytesPerRow * store.TotalRowsPerSlice; in get_compressed_texture_image()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c1726 addr.image_height = store.TotalRowsPerSlice; in st_CompressedTexSubImage()