Home
last modified time | relevance | path

Searched refs:D3DDECLTYPE_USHORT2N (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dnine_ff.h52 case D3DDECLTYPE_USHORT2N: return 2; in nine_decltype_get_dim()
Dvertexdeclaration9.c51 case D3DDECLTYPE_USHORT2N: return PIPE_FORMAT_R16G16_UNORM; in decltype_format()
77 case D3DDECLTYPE_USHORT2N: return 2 * sizeof(short); in decltype_size()
/external/mesa3d/include/D3D9/
Dd3d9types.h536 D3DDECLTYPE_USHORT2N = 11, enumerator
/external/swiftshader/src/D3D9/
DDirect3DDevice9.cpp5774 case D3DDECLTYPE_USHORT2N: attribute.define(sw::STREAMTYPE_USHORT, 2, true); break; in bindVertexStreams()