tgsi_info.h File Reference

Include dependency graph for tgsi_info.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  tgsi_opcode_info

Functions

struct tgsi_opcode_infotgsi_get_opcode_info (uint opcode)


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 }


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