Searched refs:PositionT (Results 1 – 7 of 7) sorted by relevance
108 template <typename PositionT>114 const PositionT* indexes = GetTensorData<PositionT>(positions); in GatherStrings()115 const PositionT num_strings = GetStringCount(input); in GatherStrings()117 const PositionT pos = indexes[i]; in GatherStrings()
52 PositionT = 15 enumerator
53 PositionT = 15 enumerator
655 o[Pos].x = v[PositionT].x; in passThrough()656 o[Pos].y = v[PositionT].y; in passThrough()657 o[Pos].z = v[PositionT].z; in passThrough()658 o[Pos].w = v[PositionT].w; in passThrough()
172 position = v[PositionT]; in pipeline()
4382 renderer->setInputStream(sw::PositionT, attribute.define(buffer, sw::STREAMTYPE_FLOAT, 4)); in bindStreams()
5830 …case D3DDECLUSAGE_POSITIONT: renderer->setInputStream(sw::PositionT, attribute.define(sw::STREA… in bindVertexStreams()