Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/demo/
Ddemo_CommandListSwapper.cpp415 s32 paramBinding; in DumpCommandListParameter() local
416 nngxGetCmdlistParameteri(NN_GX_CMDLIST_BINDING, &paramBinding); in DumpCommandListParameter()
417 NW_DEV_LOG("Binding ID : %d\n", paramBinding); 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()