Home
last modified time | relevance | path

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

/reactos/sdk/tools/winesync/d3dx9_staging/
H A D0005-d3dx9_36_tests__Add_initial_tests_for_D3DXDisassembleShader.diff20 + " dp3 r0, c1, c0\n"
H A D0006-d3dx9_36_tests__Add_additional_tests_for_special_cases.diff67 " dp3 r0, c1, c0\n"
H A D0004-d3dx9_36__Implement_D3DXDisassembleShader._(v2).diff209 + { D3DSIO_DP3, "dp3", 3, instr_generic, 0x0100, 0xFFFF },
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dasmshader.l114 dp3 {return INSTR_DP3; }
/reactos/modules/rostests/winetests/dplayx/
H A Ddplayx.c6549 IDirectPlay3 *dp3; in test_COM() local
6606 hr = IDirectPlayX_QueryInterface(dp4, &IID_IDirectPlay3, (void**)&dp3); in test_COM()
6608 refcount = IDirectPlay3_AddRef(dp3); in test_COM()
6610 IDirectPlay3_Release(dp3); in test_COM()
6635 IDirectPlay3_Release(dp3); in test_COM()