Home
last modified time | relevance | path

Searched refs:wined3d_sm1_opcode_info (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/directx/wine/wined3d/
H A Dshader_sm1.c202 struct wined3d_sm1_opcode_info struct
215 const struct wined3d_sm1_opcode_info *opcode_table; argument
227 static const struct wined3d_sm1_opcode_info vs_opcode_table[] =
295 static const struct wined3d_sm1_opcode_info ps_opcode_table[] =
432 static const struct wined3d_sm1_opcode_info *shader_get_opcode(const struct wined3d_sm1_data *priv,… in shader_get_opcode()
435 const struct wined3d_sm1_opcode_info *opcode_table = priv->opcode_table; in shader_get_opcode()
457 const struct wined3d_sm1_opcode_info *opcode_info, DWORD opcode_token) in shader_skip_opcode()
727 const struct wined3d_sm1_opcode_info *opcode_info; in shader_sm1_read_instruction()