Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dx9_36/
H A Dpreshader.c668 enum pres_reg_tables current_table; in merge_const_set_entries() local
679 current_table = first_const->table; in merge_const_set_entries()
680 current_start_offset = get_offset_reg(current_table, first_const->register_index); in merge_const_set_entries()
689 if (!(const_set->table == current_table && current_start_offset == start_offset in merge_const_set_entries()
1489 enum pres_reg_tables current_table = PRES_REGTAB_COUNT; in set_constants() local
1584 if (FAILED(hr = set_constants_device(manager, device, type, current_table, in set_constants()
1585 (DWORD *)rs->tables[current_table] in set_constants()
1589 current_table = table; in set_constants()
1597 if (FAILED(hr = set_constants_device(manager, device, type, current_table, in set_constants()
1598 (DWORD *)rs->tables[current_table] in set_constants()
[all …]