Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp640 u32 restCount = count; in PutLoadCommand() local
645 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand()
662 restCount -= countPerCommand; in PutLoadCommand()
664 if (restCount == 0) in PutLoadCommand()
678 u32 restCount = count; in GetLoadCommandSize() local
682 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize()
692 restCount -= countPerCommand; in GetLoadCommandSize()
694 if (restCount == 0) in GetLoadCommandSize()