Searched refs:bytesizePerPixel (Results 1 – 1 of 1) sorted by relevance
646 f32 bytesizePerPixel = BYTESIZE_PER_PIXEL_TABLE[m_Description.formatHW]; in Create() local647 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() local769 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() local890 imageData->m_BitsPerPixel = static_cast<u32>(bytesizePerPixel * 8); in Create()898 byteCount += static_cast<u32>(bytesizePerPixel * h * w); in Create()