Searched refs:paramRunRequestCount (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_CommandListSwapper.cpp | 455 int paramRunRequestCount; in DumpCommandListParameter() local 456 nngxGetCmdlistParameteri(NN_GX_CMDLIST_RUN_REQCOUNT, ¶mRunRequestCount); in DumpCommandListParameter() 457 NW_DEV_LOG("Run command request count : %d\n", paramRunRequestCount); in DumpCommandListParameter() 493 s32 size = nngxExportCmdlist(paramBinding, 0, paramRunBufSize, 0, paramRunRequestCount, 0, 0); in DumpCommandListParameter() 494 …nngxExportCmdlist(paramBinding, 0, paramRunBufSize, 0, paramRunRequestCount, size, m_DumpCommandLi… in DumpCommandListParameter()
|