Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp638 u32 restCount = count; in PutLoadCommand() local
643 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand()
660 restCount -= countPerCommand; in PutLoadCommand()
662 if (restCount == 0) in PutLoadCommand()
676 u32 restCount = count; in GetLoadCommandSize() local
680 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize()
690 restCount -= countPerCommand; in GetLoadCommandSize()
692 if (restCount == 0) in GetLoadCommandSize()