ReactOS 0.4.17-dev-934-g091855f
vkd3d_sm4_opcode_info Struct Reference
Collaboration diagram for vkd3d_sm4_opcode_info:

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)
 

Detailed Description

Definition at line 702 of file tpf.c.

Member Data Documentation

◆ dst_info

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().

◆ handler_idx

enum vkd3d_shader_opcode vkd3d_sm4_opcode_info::handler_idx

Definition at line 705 of file tpf.c.

Referenced by shader_sm4_read_instruction().

◆ opcode

enum vkd3d_sm4_opcode vkd3d_sm4_opcode_info::opcode

Definition at line 704 of file tpf.c.

◆ read_opcode_func

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().

◆ src_info

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().


The documentation for this struct was generated from the following file: