Home | History | Annotate | Download | only in internal

Lines Matching full:template

50 // fragment types. The Fragment template struct here is how we generate
54 // here in this platform-generic file because this same template should
56 template <typename tDataType, int tRows, int tCols, MapOrder tOrder>
73 // OutputStageEvalImpl is the template that we specialize to provide
89 template <typename OutputStageType, typename InputType>
91 // This generic template body should never be hit.
102 template <>
124 template <>
148 template <>
173 template <>
189 template <typename VectorType>
210 template <>
228 template <typename tInputType>
305 template <>
314 // given input data type. It is a recursive template; see the explanation on
316 template <typename OutputPipelineType, int FirstStage, typename InputType,
328 template <typename OutputPipelineType, int FirstStage, typename InputType>
335 // the whole pipeline. It is a recursive template to implement compile-time
341 template <typename OutputPipelineType, int FirstStage, typename InputType,
370 template <typename OutputPipelineType, int FirstStage, typename InputType>
384 template <typename OutputType, typename DstType>
389 template <typename OutputPipelineType, typename InputType>
398 template <typename DstType>