Searched defs:semantics (Results 1 – 3 of 3) sorted by relevance
842 __rpc_seman2socktype(int semantics)
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()
6526 D3DXSEMANTIC semantics[MAXD3DDECLLENGTH]; in test_shader_semantics() local