Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/wined3d/
H A Dstate.c170 ERR("Undefined state %s (%#x).\n", debug_d3dstate(state_id), state_id); in state_undefined()
175 TRACE("%s: nop in current pipe config.\n", debug_d3dstate(state_id)); in state_nop()
5027 WARN("Constant buffers (%s) no supported.\n", debug_d3dstate(state_id)); in state_cb_warn()
6102 ERR("State %s (%#x) should have a representative.\n", debug_d3dstate(i), i); in validate_state_table()
6105 ERR("State %s (%#x) shouldn't have a representative.\n", debug_d3dstate(i), i); in validate_state_table()
6114 debug_d3dstate(simple_states[i]), simple_states[i]); in validate_state_table()
6125 debug_d3dstate(i), i, debug_d3dstate(rep), rep); in validate_state_table()
6132 … ERR("State %s (%#x) has both a handler and representative.\n", debug_d3dstate(i), i); in validate_state_table()
6136 ERR("Self representing state %s (%#x) has no handler.\n", debug_d3dstate(i), i); in validate_state_table()
6229 debug_d3dstate(cur[i].state), cur[i].state); in compile_state_table()
H A Dwined3d_private.h3903 const char *debug_d3dstate(DWORD state) DECLSPEC_HIDDEN;
H A Dutils.c4676 const char *debug_d3dstate(DWORD state) in debug_d3dstate() function