Searched refs:disasm_ps_texcrd (Results 1 – 2 of 2) sorted by relevance
/reactos/sdk/tools/winesync/d3dx9_staging/ |
H A D | 0006-d3dx9_36_tests__Add_additional_tests_for_special_cases.diff | 82 + static const char disasm_ps_texcrd[] = " ps_1_4\n" 146 + ok(!memcmp(ptr, disasm_ps_texcrd, sizeof(disasm_ps_texcrd) - 1), /* compare beginning */ 147 + "Returned '%s', expected '%s'\n", ptr, disasm_ps_texcrd);
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | shader.c | 6706 static const char disasm_ps_texcrd[] = " ps_1_4\n" in test_disassemble_shader() local 6792 ok(!memcmp(ptr, disasm_ps_texcrd, sizeof(disasm_ps_texcrd) - 1), /* compare beginning */ in test_disassemble_shader() 6793 "Returned '%s', expected '%s'\n", ptr, disasm_ps_texcrd); in test_disassemble_shader()
|