Searched refs:paramRunBufSize (Results 1 – 1 of 1) sorted by relevance
| /NW4C-2.0.3/sources/libraries/demo/ |
| D | demo_CommandListSwapper.cpp | 450 int paramRunBufSize; in DumpCommandListParameter() local 451 nngxGetCmdlistParameteri(NN_GX_CMDLIST_RUN_BUFSIZE, ¶mRunBufSize); in DumpCommandListParameter() 452 NW_DEV_LOG("Run buffer size : %d [byte(s)]\n", paramRunBufSize); 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()
|