Searched refs:mipChainBytesToLevel (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1058 uint32 mipChainBytesToLevel; local in function:svga3dsurface_get_image_offset
1067 mipChainBytesToLevel = 0;
1073 mipChainBytesToLevel += bytes;
1077 offset = mipChainBytes * layer + mipChainBytesToLevel;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga3d_surfacedefs.h1058 uint32 mipChainBytesToLevel; local in function:svga3dsurface_get_image_offset
1067 mipChainBytesToLevel = 0;
1073 mipChainBytesToLevel += bytes;
1077 offset = mipChainBytes * layer + mipChainBytesToLevel;

Completed in 4 milliseconds