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