Home
last modified time | relevance | path

Searched defs:semantics (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/3rdparty/libtirpc/src/
H A Drpc_generic.c842 __rpc_seman2socktype(int semantics)
/reactos/dll/directx/wine/d3dx9_36/
H A Dshader.c3010 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 Dshader.c6526 D3DXSEMANTIC semantics[MAXD3DDECLLENGTH]; in test_shader_semantics() local