Searched refs:D3DSIO_ENDLOOP (Results 1 – 4 of 4) sorted by relevance
/reactos/sdk/tools/winesync/d3dx9_staging/ |
H A D | 0004-d3dx9_36__Implement_D3DXDisassembleShader._(v2).diff | 230 + { D3DSIO_ENDLOOP, "endloop", 1, instr_generic, 0x0200, 0xFFFF }, /* >= 3.0 for PS */
|
/reactos/sdk/include/psdk/ |
H A D | d3d9types.h | 387 D3DSIO_ENDLOOP = 29, enumerator
|
/reactos/dll/directx/wine/d3dcompiler_43/ |
H A D | bytecodewriter.c | 505 case BWRITERSIO_ENDLOOP: return D3DSIO_ENDLOOP; in d3d9_opcode()
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | shader.c | 2584 { D3DSIO_ENDLOOP, "endloop", 1, instr_generic, 0x0200, 0xFFFF }, /* >= 3.0 for PS */
|