tgsi_info.c File Reference

Include dependency graph for tgsi_info.c:

Go to the source code of this file.

Functions

struct tgsi_opcode_infotgsi_get_opcode_info (uint opcode)

Variables

static struct tgsi_opcode_info opcode_info [TGSI_OPCODE_LAST]


Function Documentation

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 }


Variable Documentation

struct tgsi_opcode_info opcode_info[TGSI_OPCODE_LAST] [static]

Definition at line 31 of file tgsi_info.c.


Generated on Tue Sep 29 06:25:26 2009 for Gallium3D by  doxygen 1.5.4