|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| enum vkd3d_sm1_opcode | sm1_opcode |
| unsigned int | dst_count |
| unsigned int | src_count |
| enum vkd3d_shader_opcode | vkd3d_opcode |
| struct { | |
| unsigned int major | |
| unsigned int minor | |
| } | min_version |
| struct { | |
| unsigned int major | |
| unsigned int minor | |
| } | max_version |
Definition at line 207 of file d3dbc.c.
Referenced by shader_sm1_read_instruction(), and shader_sm1_skip_opcode().
| struct { ... } vkd3d_sm1_opcode_info::max_version |
| struct { ... } vkd3d_sm1_opcode_info::min_version |
| enum vkd3d_sm1_opcode vkd3d_sm1_opcode_info::sm1_opcode |
Definition at line 208 of file d3dbc.c.
Referenced by shader_sm1_read_instruction(), and shader_sm1_skip_opcode().
| enum vkd3d_shader_opcode vkd3d_sm1_opcode_info::vkd3d_opcode |
Definition at line 209 of file d3dbc.c.
Referenced by shader_sm1_get_opcode_info_from_vsir(), shader_sm1_read_instruction(), and shader_sm1_skip_opcode().