Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ getTotalBytesPerElement
Method
getTotalBytesPerElement
GPCS4/Graphics/Gnm/GnmDataFormat.cpp:463–466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
461
}
462
463
uint32_t DataFormat::getTotalBytesPerElement(void) const
464
{
465
return getTotalBitsPerElement() / 8;
466
}
467
468
bool DataFormat::isBlockCompressedFormat(void) const
469
{
Callers
3
initDeviceLocalTexture
Method · 0.80
computeTotalTiledTextureSize
Method · 0.80
computeTextureSurfaceOffsetAndSize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected