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

/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c2631 UINT start_register, const int *constants, UINT vector4i_count)
2633 UINT count = min(vector4i_count, MAX_CONST_I - start_register);
2636 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
2637 device, start_register, constants, vector4i_count);
2658 UINT start_register, int *constants, UINT vector4i_count)
2660 UINT count = min(vector4i_count, MAX_CONST_I - start_register);
2662 TRACE("device %p, start_register %u, constants %p, vector4i_count %u.\n",
2663 device, start_register, constants, vector4i_count);
3102 UINT start_register, const int *constants, UINT vector4i_count)
3104 UINT count = min(vector4i_count, MAX_CONST_
2630 wined3d_device_set_vs_consts_i(struct wined3d_device *device, UINT start_register, const int *constants, UINT vector4i_count) argument
2657 wined3d_device_get_vs_consts_i(const struct wined3d_device *device, UINT start_register, int *constants, UINT vector4i_count) argument
3101 wined3d_device_set_ps_consts_i(struct wined3d_device *device, UINT start_register, const int *constants, UINT vector4i_count) argument
3128 wined3d_device_get_ps_consts_i(const struct wined3d_device *device, UINT start_register, int *constants, UINT vector4i_count) argument
[all...]

Completed in 113 milliseconds