ReactOS 0.4.15-dev-8100-g1887773
wined3d_sm4_opcode_info Struct Reference
Collaboration diagram for wined3d_sm4_opcode_info:

Public Attributes

enum wined3d_sm4_opcode opcode
 
enum WINED3D_SHADER_INSTRUCTION_HANDLER handler_idx
 
const chardst_info
 
const charsrc_info
 
void(* read_opcode_func )(struct wined3d_shader_instruction *ins, DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, struct wined3d_sm4_data *priv)
 

Detailed Description

Definition at line 457 of file shader_sm4.c.

Member Data Documentation

◆ dst_info

const char* wined3d_sm4_opcode_info::dst_info

Definition at line 461 of file shader_sm4.c.

Referenced by shader_sm4_read_instruction().

◆ handler_idx

enum WINED3D_SHADER_INSTRUCTION_HANDLER wined3d_sm4_opcode_info::handler_idx

Definition at line 460 of file shader_sm4.c.

Referenced by shader_sm4_read_instruction().

◆ opcode

enum wined3d_sm4_opcode wined3d_sm4_opcode_info::opcode

Definition at line 459 of file shader_sm4.c.

Referenced by get_opcode_info(), and shader_sm4_read_instruction().

◆ read_opcode_func

void(* wined3d_sm4_opcode_info::read_opcode_func) (struct wined3d_shader_instruction *ins, DWORD opcode, DWORD opcode_token, const DWORD *tokens, unsigned int token_count, struct wined3d_sm4_data *priv)

Definition at line 463 of file shader_sm4.c.

Referenced by shader_sm4_read_instruction().

◆ src_info

const char* wined3d_sm4_opcode_info::src_info

Definition at line 462 of file shader_sm4.c.

Referenced by shader_sm4_read_instruction().


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