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

Classes | |
| struct | hlsl_constant_defs |
| struct { ... } hlsl_ctx::builtin_types |
| struct hlsl_ctx::hlsl_constant_defs hlsl_ctx::constant_defs |
| struct hlsl_buffer* hlsl_ctx::cur_buffer |
| const struct hlsl_ir_function_decl* hlsl_ctx::cur_function |
| struct hlsl_scope* hlsl_ctx::cur_scope |
| enum vkd3d_tessellator_domain hlsl_ctx::domain |
| struct hlsl_scope* hlsl_ctx::dummy_scope |
| struct hlsl_ir_node* hlsl_ctx::error_instr |
| struct hlsl_scope* hlsl_ctx::globals |
| struct hlsl_buffer * hlsl_ctx::globals_buffer |
| struct vkd3d_shader_location hlsl_ctx::location |
| struct hlsl_type* hlsl_ctx::matrix[HLSL_TYPE_LAST_SCALAR+1][4][4] |
| struct vkd3d_shader_message_context* hlsl_ctx::message_context |
Definition at line 1026 of file hlsl.h.
Referenced by hlsl_compile_shader().
| enum vkd3d_shader_tessellator_output_primitive hlsl_ctx::output_primitive |
| struct hlsl_buffer * hlsl_ctx::params_buffer |
| enum vkd3d_shader_tessellator_partitioning hlsl_ctx::partitioning |
| struct hlsl_ir_function_decl* hlsl_ctx::patch_constant_func |
| const struct hlsl_profile_info* hlsl_ctx::profile |
| struct hlsl_type* hlsl_ctx::sampler[HLSL_SAMPLER_DIM_LAST_SAMPLER+1] |
| struct hlsl_type* hlsl_ctx::scalar[HLSL_TYPE_LAST_SCALAR+1] |
| struct hlsl_block hlsl_ctx::static_initializers |
| struct vkd3d_string_buffer_cache hlsl_ctx::string_buffers |
| struct hlsl_type* hlsl_ctx::vector[HLSL_TYPE_LAST_SCALAR+1][4] |