|
ReactOS 0.4.17-dev-934-g091855f
|
#include <hlsl.h>

Public Types | |
| enum | hlsl_compile_type { HLSL_COMPILE_TYPE_COMPILE , HLSL_COMPILE_TYPE_CONSTRUCTGSWITHSO } |
| Enumerator | |
|---|---|
| HLSL_COMPILE_TYPE_COMPILE | |
| HLSL_COMPILE_TYPE_CONSTRUCTGSWITHSO | |
Definition at line 900 of file hlsl.h.
Definition at line 917 of file hlsl.h.
Referenced by clone_compile(), dump_ir_compile(), free_ir_compile(), and hlsl_new_compile().
Definition at line 918 of file hlsl.h.
Referenced by clone_compile(), dump_ir_compile(), free_ir_compile(), and hlsl_new_compile().
| enum hlsl_ir_compile::hlsl_compile_type hlsl_ir_compile::compile_type |
Referenced by clone_compile(), dump_ir_compile(), and hlsl_new_compile().
| struct hlsl_block hlsl_ir_compile::instrs |
Definition at line 913 of file hlsl.h.
Referenced by clone_compile(), dump_ir_compile(), free_ir_compile(), and hlsl_new_compile().
| struct hlsl_ir_node hlsl_ir_compile::node |
Definition at line 898 of file hlsl.h.
Referenced by clone_compile(), and hlsl_new_compile().
| const struct hlsl_profile_info* hlsl_ir_compile::profile |
Definition at line 909 of file hlsl.h.
Referenced by clone_compile(), dump_ir_compile(), and hlsl_new_compile().