Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp646 f32 bytesizePerPixel = BYTESIZE_PER_PIXEL_TABLE[m_Description.formatHW]; in Create() local
647 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
657 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()
759 f32 bytesizePerPixel = BYTESIZE_PER_PIXEL_TABLE[m_Description.formatHW]; in Create() local
769 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()
813 imageData[i].m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
888 f32 bytesizePerPixel = BYTESIZE_4; in Create() local
890 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()
898 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()