Searched refs:TRET (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 2144 #define DEFINE_CONSTRUCTOR1(CLASS, TRET, NAME, T0) \ argument 2145 ExprP<TRET> NAME (const ExprP<T0>& arg0) { return app<CLASS>(arg0); } 2147 #define DEFINE_DERIVED1(CLASS, TRET, NAME, T0, ARG0, EXPANSION) \ argument 2148 class CLASS : public DerivedFunc<Signature<TRET, T0> > \ 2154 ExprP<TRET> doExpand (ExpandContext&, \ 2161 DEFINE_CONSTRUCTOR1(CLASS, TRET, NAME, T0) 2166 #define DEFINE_CONSTRUCTOR2(CLASS, TRET, NAME, T0, T1) \ argument 2167 ExprP<TRET> NAME (const ExprP<T0>& arg0, const ExprP<T1>& arg1) \ 2172 #define DEFINE_DERIVED2(CLASS, TRET, NAME, T0, Arg0, T1, Arg1, EXPANSION) \ argument 2173 class CLASS : public DerivedFunc<Signature<TRET, T0, T1> > \ [all …]
|