ReactOS 0.4.16-dev-303-g11d5cb8
|
#include <d3dcompiler_private.h>
Public Attributes | |
struct hlsl_type * | data_type |
struct source_location | loc |
const char * | name |
const char * | semantic |
unsigned int | modifiers |
const struct reg_reservation * | reg_reservation |
struct list scope_entry | param_entry |
struct hlsl_var_allocation * | allocation |
Definition at line 755 of file d3dcompiler_private.h.
struct hlsl_var_allocation* hlsl_ir_var::allocation |
Definition at line 765 of file d3dcompiler_private.h.
Definition at line 757 of file d3dcompiler_private.h.
Referenced by compare_function_decl_rb().
struct source_location hlsl_ir_var::loc |
Definition at line 758 of file d3dcompiler_private.h.
Definition at line 761 of file d3dcompiler_private.h.
Definition at line 759 of file d3dcompiler_private.h.
Referenced by add_declaration(), and free_declaration().
Definition at line 763 of file d3dcompiler_private.h.
Referenced by compare_function_decl_rb(), and debug_dump_ir_function_decl().
const struct reg_reservation* hlsl_ir_var::reg_reservation |
Definition at line 762 of file d3dcompiler_private.h.
Referenced by free_declaration().
Definition at line 760 of file d3dcompiler_private.h.
Referenced by free_declaration().