|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| enum vkd3d_sm4_opcode | opcode |
| enum vkd3d_shader_opcode | handler_idx |
| char | dst_info [SM4_MAX_DST_COUNT] |
| char | src_info [SM4_MAX_SRC_COUNT] |
| void(* | read_opcode_func )(struct vkd3d_shader_instruction *ins, uint32_t opcode, uint32_t opcode_token, const uint32_t *tokens, unsigned int token_count, struct vkd3d_shader_sm4_parser *priv) |
| char vkd3d_sm4_opcode_info::dst_info[SM4_MAX_DST_COUNT] |
Definition at line 706 of file tpf.c.
Referenced by shader_sm4_read_instruction().
| enum vkd3d_shader_opcode vkd3d_sm4_opcode_info::handler_idx |
Definition at line 705 of file tpf.c.
Referenced by shader_sm4_read_instruction().
| enum vkd3d_sm4_opcode vkd3d_sm4_opcode_info::opcode |
| void(* vkd3d_sm4_opcode_info::read_opcode_func) (struct vkd3d_shader_instruction *ins, uint32_t opcode, uint32_t opcode_token, const uint32_t *tokens, unsigned int token_count, struct vkd3d_shader_sm4_parser *priv) |
Definition at line 708 of file tpf.c.
Referenced by shader_sm4_read_instruction().
| char vkd3d_sm4_opcode_info::src_info[SM4_MAX_SRC_COUNT] |
Definition at line 707 of file tpf.c.
Referenced by shader_sm4_read_instruction().