Searched defs:wined3d_shader_instruction (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h634 struct wined3d_shader_instruction struct
673 void (*shader_read_opcode)(void *data, const DWORD **ptr, struct wined3d_shader_instruction *ins, UINT *param_size);
686 typedef void (*SHADER_HANDLER)(const struct wined3d_shader_instruction *);
768 void (*shader_handle_instruction)(const struct wined3d_shader_instruction *);
782 void (*shader_add_instruction_modifiers)(const struct wined3d_shader_instruction *ins);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h623 struct wined3d_shader_instruction struct
662 void (*shader_read_opcode)(void *data, const DWORD **ptr, struct wined3d_shader_instruction *ins, UINT *param_size);
675 typedef void (*SHADER_HANDLER)(const struct wined3d_shader_instruction *);
757 void (*shader_handle_instruction)(const struct wined3d_shader_instruction *);
771 void (*shader_add_instruction_modifiers)(const struct wined3d_shader_instruction *ins);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_private.h695 struct wined3d_shader_instruction struct
733 void (*shader_read_instruction)(void *data, const DWORD **ptr, struct wined3d_shader_instruction *ins);
740 typedef void (*SHADER_HANDLER)(const struct wined3d_shader_instruction *);
836 void (*shader_handle_instruction)(const struct wined3d_shader_instruction *);

Completed in 75 milliseconds