ReactOS 0.4.16-dev-959-g2ec3a19
|
#include <d3dcompiler_private.h>
Public Attributes | |
struct list | entry |
struct wine_rb_entry | scope_entry |
enum hlsl_type_class | type |
enum hlsl_base_type | base_type |
enum hlsl_sampler_dim | sampler_dim |
const char * | name |
unsigned int | modifiers |
unsigned int | dimx |
unsigned int | dimy |
union { | |
struct list * elements | |
struct { | |
struct hlsl_type * type | |
unsigned int elements_count | |
} array | |
} | e |
Definition at line 669 of file d3dcompiler_private.h.
struct { ... } hlsl_type::array |
enum hlsl_base_type hlsl_type::base_type |
Definition at line 674 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), compare_param_hlsl_types(), expr_common_type(), expr_compatible_data_types(), and new_hlsl_type().
Definition at line 678 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), compare_param_hlsl_types(), compatible_data_types(), expr_common_type(), expr_compatible_data_types(), implicit_compatible_data_types(), and new_hlsl_type().
Definition at line 679 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), compare_param_hlsl_types(), compatible_data_types(), expr_common_type(), expr_compatible_data_types(), implicit_compatible_data_types(), and new_hlsl_type().
union { ... } hlsl_type::e |
Definition at line 682 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), and compare_param_hlsl_types().
Definition at line 686 of file d3dcompiler_private.h.
Definition at line 671 of file d3dcompiler_private.h.
Definition at line 677 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), and new_array_type().
Definition at line 676 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), and new_hlsl_type().
enum hlsl_sampler_dim hlsl_type::sampler_dim |
Definition at line 675 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), and compare_param_hlsl_types().
struct wine_rb_entry hlsl_type::scope_entry |
Definition at line 672 of file d3dcompiler_private.h.
Referenced by compare_hlsl_types_rb().
enum hlsl_type_class hlsl_type::type |
Definition at line 673 of file d3dcompiler_private.h.
Referenced by clone_hlsl_type(), compare_hlsl_types(), compare_param_hlsl_types(), compatible_data_types(), expr_common_type(), expr_compatible_data_types(), and implicit_compatible_data_types().
Definition at line 685 of file d3dcompiler_private.h.