Home | History | Annotate | Download | only in svgadump

Lines Matching defs:cmd_id

1482 svga_dump_command(uint32_t cmd_id, const void *data, uint32_t size)
1487 switch(cmd_id) {
1775 _debug_printf("\t0x%08x\n", cmd_id);
1797 const uint32_t cmd_id = *(const uint32_t *)next;
1799 if(SVGA_3D_CMD_BASE <= cmd_id && cmd_id < SVGA_3D_CMD_MAX) {
1807 svga_dump_command(cmd_id, body, header->size);
1809 else if(cmd_id == SVGA_CMD_FENCE) {
1815 _debug_printf("\t0x%08x\n", cmd_id);