Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp450 int paramRunBufSize; in DumpCommandListParameter() local
451 nngxGetCmdlistParameteri(NN_GX_CMDLIST_RUN_BUFSIZE, &paramRunBufSize); 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()