ReactOS 0.4.16-dev-197-g92996da
|
#include <d3dcompiler_private.h>
Public Attributes | |
struct hlsl_type * | return_type |
struct source_location | loc |
struct wine_rb_entry | entry |
struct hlsl_ir_function * | func |
const char * | semantic |
struct list * | parameters |
struct list * | body |
Definition at line 776 of file d3dcompiler_private.h.
Definition at line 784 of file d3dcompiler_private.h.
Referenced by add_function_decl(), and free_function_decl().
struct wine_rb_entry hlsl_ir_function_decl::entry |
Definition at line 780 of file d3dcompiler_private.h.
Referenced by add_function_decl().
struct hlsl_ir_function* hlsl_ir_function_decl::func |
Definition at line 781 of file d3dcompiler_private.h.
Referenced by add_function_decl().
struct source_location hlsl_ir_function_decl::loc |
Definition at line 779 of file d3dcompiler_private.h.
Definition at line 783 of file d3dcompiler_private.h.
Referenced by add_function_decl(), compare_function_decl_rb(), free_function_decl(), and new_func_decl().
Definition at line 778 of file d3dcompiler_private.h.
Referenced by new_func_decl().
Definition at line 782 of file d3dcompiler_private.h.
Referenced by free_function_decl().