Searched refs:baseLevelSize (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 406 SVGA3dSize baseLevelSize; local in function:svga_texture_transfer_map_direct 453 baseLevelSize.width = tex->b.width0; 454 baseLevelSize.height = tex->b.height0; 455 baseLevelSize.depth = tex->b.depth0; 461 svga3dsurface_get_image_offset(tex->key.format, baseLevelSize, 465 offset = svga3dsurface_get_image_offset(tex->key.format, baseLevelSize,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 1050 SVGA3dSize baseLevelSize, 1069 mipSize = svga3dsurface_get_mip_size(baseLevelSize, i); 1049 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format,SVGA3dSize baseLevelSize,uint32 numMipLevels,uint32 layer,uint32 mip) argument
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/ |
| H A D | svga3d_surfacedefs.h | 1050 SVGA3dSize baseLevelSize, 1069 mipSize = svga3dsurface_get_mip_size(baseLevelSize, i); 1049 svga3dsurface_get_image_offset(SVGA3dSurfaceFormat format,SVGA3dSize baseLevelSize,uint32 numMipLevels,uint32 layer,uint32 mip) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_texture.c | 456 SVGA3dSize baseLevelSize; local in function:svga_texture_transfer_map_direct 482 baseLevelSize.width = tex->b.b.width0; 483 baseLevelSize.height = tex->b.b.height0; 484 baseLevelSize.depth = tex->b.b.depth0; 490 svga3dsurface_get_image_offset(tex->key.format, baseLevelSize, 494 offset = svga3dsurface_get_image_offset(tex->key.format, baseLevelSize,
|
Completed in 8 milliseconds