Home
last modified time | relevance | path

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

/reactos/sdk/tools/winesync/d3dx9_staging/
H A D0004-d3dx9_36__Implement_D3DXDisassembleShader._(v2).diff130 +static int instr_dcl(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps)
232 + { D3DSIO_DCL, "dcl", 1, instr_dcl, 0x0100, 0xFFFF },
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dbytecodewriter.c586 DWORD instr_dcl = D3DSIO_DCL; in write_declarations() local
593 instr_dcl |= 2 << D3DSI_INSTLENGTH_SHIFT; in write_declarations()
600 put_dword(buffer, instr_dcl); in write_declarations()
1802 DWORD instr_dcl = D3DSIO_DCL | (2 << D3DSI_INSTLENGTH_SHIFT); in write_samplers() local
1808 put_dword(buffer, instr_dcl); in write_samplers()
/reactos/dll/directx/wine/d3dx9_36/
H A Dshader.c2484 static int instr_dcl(const struct instr_info *info, DWORD **ptr, char *buffer, BOOL ps) in instr_dcl() function
2586 { D3DSIO_DCL, "dcl", 1, instr_dcl, 0x0100, 0xFFFF },