Searched refs:ncommands (Results 1 – 2 of 2) sorted by relevance
514 (ncommands, nevents) = struct.unpack_from('<HH', buffer(data, 0, 4))516 expected_length = offset + (ncommands * 2) + (nevents * 2)523 while len(commands) < ncommands:
45 int ncommands; member547 spec->commands[spec->ncommands++] = group; in end_element()570 assert(spec->ncommands < ARRAY_SIZE(spec->commands)); in end_element()719 for (int i = 0; i < spec->ncommands; i++) { in v3d_spec_find_instruction()