Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_ShaderBinaryInfo.cpp643 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in PutLoadCommand() local
648 internal::MakeCommandHeader( regAddr, countPerCommand, false, 0xF ) in PutLoadCommand()
652 buffer.Write( &src[index + 1], (countPerCommand - 1) * sizeof(u32) ); in PutLoadCommand()
654 if ( (countPerCommand % 2) == 0 ) in PutLoadCommand()
659 index += countPerCommand; in PutLoadCommand()
660 restCount -= countPerCommand; in PutLoadCommand()
680 u32 countPerCommand = ut::Min( restCount, u32(WRITE_MAX) ); in GetLoadCommandSize() local
683 commandSize += (countPerCommand - 1) * sizeof(u32); in GetLoadCommandSize()
685 if ( (countPerCommand % 2) == 0 ) in GetLoadCommandSize()
690 restCount -= countPerCommand; in GetLoadCommandSize()