
Go to the source code of this file.
| Functions | |
| struct tgsi_opcode_info * | tgsi_get_opcode_info (uint opcode) | 
| Variables | |
| static struct tgsi_opcode_info | opcode_info [TGSI_OPCODE_LAST] | 
| struct tgsi_opcode_info* tgsi_get_opcode_info | ( | uint | opcode | ) |  [read] | 
Definition at line 155 of file tgsi_info.c.
References assert, and TGSI_OPCODE_LAST.
00156 { 00157 if (opcode < TGSI_OPCODE_LAST) 00158 return &opcode_info[opcode]; 00159 assert( 0 ); 00160 return NULL; 00161 }
| struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST]  [static] | 
Definition at line 31 of file tgsi_info.c.
 1.5.4
 1.5.4