ReactOS 0.4.15-dev-7842-g558ab78
wined3d_sm1_data Struct Reference
Collaboration diagram for wined3d_sm1_data:

Public Attributes

struct wined3d_shader_version shader_version
 
const struct wined3d_sm1_opcode_infoopcode_table
 
const DWORDstart
 
struct wined3d_shader_src_param src_rel_addr [4]
 
struct wined3d_shader_src_param pred_rel_addr
 
struct wined3d_shader_src_param dst_rel_addr
 
struct wined3d_shader_src_param src_param [4]
 
struct wined3d_shader_src_param pred_param
 
struct wined3d_shader_dst_param dst_param
 

Detailed Description

Definition at line 212 of file shader_sm1.c.

Member Data Documentation

◆ dst_param

struct wined3d_shader_dst_param wined3d_sm1_data::dst_param

Definition at line 223 of file shader_sm1.c.

Referenced by shader_sm1_read_dst_param(), and shader_sm1_read_instruction().

◆ dst_rel_addr

struct wined3d_shader_src_param wined3d_sm1_data::dst_rel_addr

Definition at line 220 of file shader_sm1.c.

Referenced by shader_sm1_read_dst_param(), and shader_sm1_read_instruction().

◆ opcode_table

const struct wined3d_sm1_opcode_info* wined3d_sm1_data::opcode_table

Definition at line 215 of file shader_sm1.c.

Referenced by shader_get_opcode(), and shader_sm1_init().

◆ pred_param

struct wined3d_shader_src_param wined3d_sm1_data::pred_param

Definition at line 222 of file shader_sm1.c.

Referenced by shader_sm1_read_instruction().

◆ pred_rel_addr

struct wined3d_shader_src_param wined3d_sm1_data::pred_rel_addr

Definition at line 219 of file shader_sm1.c.

Referenced by shader_sm1_read_instruction().

◆ shader_version

struct wined3d_shader_version wined3d_sm1_data::shader_version

◆ src_param

struct wined3d_shader_src_param wined3d_sm1_data::src_param[4]

◆ src_rel_addr

struct wined3d_shader_src_param wined3d_sm1_data::src_rel_addr[4]

Definition at line 218 of file shader_sm1.c.

Referenced by shader_sm1_read_instruction(), and shader_sm1_read_src_param().

◆ start

const DWORD* wined3d_sm1_data::start

Definition at line 216 of file shader_sm1.c.

Referenced by shader_sm1_init(), and shader_sm1_read_header().


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