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

/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dpgmdump.c278 next_sect(struct state *state, int *sect_size) function in typeref:typename:void *
438 struct vs_header *vs_hdr = next_sect(state, &sect_size);
451 constants[j] = next_sect(state, &sect_size);
459 ptr = next_sect(state, &sect_size);
473 ptr = next_sect(state, &sect_size);
490 struct fs_header *fs_hdr = next_sect(state, &sect_size);
503 constants[j] = next_sect(state, &sect_size);
511 ptr = next_sect(state, &sect_size);
544 vs_hdr = next_sect(state, &hdr_size);
568 void *ptr = next_sect(stat
[all...]

Completed in 2 milliseconds