Home
last modified time | relevance | path

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

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp470 u32 restCount = count; in PutLoadCommand() local
475 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand()
492 restCount -= countPerCommand; in PutLoadCommand()
494 if (restCount == 0) in PutLoadCommand()