tgsi: s/uint/enum pipe_shader_type/
Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -94,7 +94,7 @@ tgsi_get_opcode_name( uint opcode )
|
|||||||
|
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
tgsi_get_processor_name( uint processor )
|
tgsi_get_processor_name(enum pipe_shader_type processor)
|
||||||
{
|
{
|
||||||
switch (processor) {
|
switch (processor) {
|
||||||
case PIPE_SHADER_VERTEX:
|
case PIPE_SHADER_VERTEX:
|
||||||
|
@@ -89,7 +89,7 @@ const char *
|
|||||||
tgsi_get_opcode_name( uint opcode );
|
tgsi_get_opcode_name( uint opcode );
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
tgsi_get_processor_name( uint processor );
|
tgsi_get_processor_name(enum pipe_shader_type processor);
|
||||||
|
|
||||||
enum tgsi_opcode_type {
|
enum tgsi_opcode_type {
|
||||||
TGSI_TYPE_UNTYPED, /* for MOV */
|
TGSI_TYPE_UNTYPED, /* for MOV */
|
||||||
|
Reference in New Issue
Block a user