Searched refs:d3dx_regstore (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | preshader.c | 313 static HRESULT regstore_alloc_table(struct d3dx_regstore *rs, unsigned int table) in regstore_alloc_table() 327 static void regstore_free_tables(struct d3dx_regstore *rs) in regstore_free_tables() 337 static void regstore_set_values(struct d3dx_regstore *rs, unsigned int table, const void *data, in regstore_set_values() 350 static double regstore_get_double(struct d3dx_regstore *rs, unsigned int table, unsigned int offset) in regstore_get_double() 367 static void regstore_set_double(struct d3dx_regstore *rs, unsigned int table, unsigned int offset, … in regstore_set_double() 1029 static void dump_arg(struct d3dx_regstore *rs, const struct d3dx_pres_operand *arg, int component_c… in dump_arg() 1075 static void dump_ins(struct d3dx_regstore *rs, const struct d3dx_pres_ins *ins) in dump_ins() 1420 static void regstore_set_data(struct d3dx_regstore *rs, unsigned int table, in regstore_set_data() 1483 static HRESULT set_constants(struct d3dx_regstore *rs, struct d3dx_const_tab *const_tab, in set_constants() 1652 static void exec_set_arg(struct d3dx_regstore *rs, const struct d3dx_pres_reg *reg, in exec_set_arg() [all …]
|
H A D | d3dx9_private.h | 279 struct d3dx_regstore struct 289 struct d3dx_regstore regs; argument
|