Searched refs:D3DXSEMANTIC (Results 1 – 3 of 3) sorted by relevance
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9shader.h | 284 } D3DXSEMANTIC, *LPD3DXSEMANTIC; typedef 355 HRESULT WINAPI D3DXGetShaderInputSemantics(const DWORD *byte_code, D3DXSEMANTIC *semantics, UINT *c… 356 HRESULT WINAPI D3DXGetShaderOuputSemantics(const DWORD *byte_code, D3DXSEMANTIC *semantics, UINT *c… 414 HRESULT WINAPI D3DXGetShaderInputSemantics(const DWORD *pFunction, D3DXSEMANTIC *pSemantics, UINT *… 415 HRESULT WINAPI D3DXGetShaderOutputSemantics(const DWORD *pFunction, D3DXSEMANTIC *pSemantics, UINT …
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | shader.c | 3010 static HRESULT get_shader_semantics(const DWORD *byte_code, D3DXSEMANTIC *semantics, UINT *count, B… in get_shader_semantics() 3211 HRESULT WINAPI D3DXGetShaderInputSemantics(const DWORD *byte_code, D3DXSEMANTIC *semantics, UINT *c… in D3DXGetShaderInputSemantics() 3218 HRESULT WINAPI D3DXGetShaderOutputSemantics(const DWORD *byte_code, D3DXSEMANTIC *semantics, UINT *… in D3DXGetShaderOutputSemantics()
|
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | shader.c | 6514 D3DXSEMANTIC expected_input[MAXD3DDECLLENGTH]; in test_shader_semantics() 6515 D3DXSEMANTIC expected_output[MAXD3DDECLLENGTH]; in test_shader_semantics() 6526 D3DXSEMANTIC semantics[MAXD3DDECLLENGTH]; in test_shader_semantics()
|