Searched refs:D3DDECLTYPE_UBYTE4N (Results 1 – 5 of 5) sorted by relevance
49 case D3DDECLTYPE_UBYTE4N: return 4; in nine_decltype_get_dim()
48 case D3DDECLTYPE_UBYTE4N: return PIPE_FORMAT_R8G8B8A8_UNORM; in decltype_format()74 case D3DDECLTYPE_UBYTE4N: return 4 * sizeof(BYTE); in decltype_size()
382 case D3DDECLTYPE_UBYTE4N: in GetDeclTypeComponentType()582 : VertexTypeFlagsHelper<D3DDTCAPS_UBYTE4N, D3DDECLTYPE_UBYTE4N>
533 D3DDECLTYPE_UBYTE4N = 8, enumerator
5769 case D3DDECLTYPE_UBYTE4N: attribute.define(sw::STREAMTYPE_BYTE, 4, true); break; in bindVertexStreams()