Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp645 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand() local
650 internal::MakeCommandHeader( regAddr, countPerCommand, false, 0xF ) in PutLoadCommand()
654 buffer.Write( &src[index + 1], (countPerCommand - 1) * sizeof(u32) ); in PutLoadCommand()
656 if ( (countPerCommand % 2) == 0 ) in PutLoadCommand()
661 index += countPerCommand; in PutLoadCommand()
662 restCount -= countPerCommand; in PutLoadCommand()
682 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize() local
685 commandSize += (countPerCommand - 1) * sizeof(u32); in GetLoadCommandSize()
687 if ( (countPerCommand % 2) == 0 ) in GetLoadCommandSize()
692 restCount -= countPerCommand; in GetLoadCommandSize()