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

Public Attributes | |
| unsigned int | register_idx |
| enum vkd3d_data_type | data_type |
| unsigned int | element_count |
| unsigned int | component_count |
| bool | is_null |
| uint32_t | data [] |
Definition at line 911 of file vkd3d_shader_private.h.
Definition at line 917 of file vkd3d_shader_private.h.
Referenced by shader_dump_icb(), shader_sm4_read_shader_data(), spirv_compiler_emit_constant_array(), spirv_compiler_emit_dcl_immediate_constant_buffer(), and value_allocate_constant_array().
| uint32_t vkd3d_shader_immediate_constant_buffer::data[] |
Definition at line 919 of file vkd3d_shader_private.h.
Referenced by shader_dump_icb(), shader_sm4_read_shader_data(), spirv_compiler_emit_constant_array(), and value_allocate_constant_array().
| enum vkd3d_data_type vkd3d_shader_immediate_constant_buffer::data_type |
Definition at line 914 of file vkd3d_shader_private.h.
Referenced by shader_sm4_read_shader_data(), spirv_compiler_emit_constant_array(), spirv_compiler_emit_dcl_immediate_constant_buffer(), and value_allocate_constant_array().
Definition at line 916 of file vkd3d_shader_private.h.
Referenced by shader_dump_icb(), shader_sm4_read_shader_data(), spirv_compiler_emit_constant_array(), and value_allocate_constant_array().
| bool vkd3d_shader_immediate_constant_buffer::is_null |
Definition at line 918 of file vkd3d_shader_private.h.
Referenced by shader_sm4_read_shader_data(), spirv_compiler_emit_constant_array(), and value_allocate_constant_array().
Definition at line 913 of file vkd3d_shader_private.h.
Referenced by shader_sm4_read_shader_data(), spirv_compiler_emit_dcl_immediate_constant_buffer(), and value_allocate_constant_array().