Searched refs:ncommands (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/broadcom/cle/
H A Dv3d_decoder.c50 int ncommands; member in struct:v3d_spec
558 spec->commands[spec->ncommands++] = group;
581 assert(spec->ncommands < ARRAY_SIZE(spec->commands));
744 for (int i = 0; i < spec->ncommands; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/cle/
H A Dv3d_decoder.c45 int ncommands; member in struct:v3d_spec
547 spec->commands[spec->ncommands++] = group;
570 assert(spec->ncommands < ARRAY_SIZE(spec->commands));
719 for (int i = 0; i < spec->ncommands; i++) {

Completed in 4 milliseconds