Searched refs:createApply (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 1340 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() function 1347 ExprP<typename Sig::Ret> createApply ( in createApply() function 1363 return createApply(*this, arg0, arg1, arg2, arg3); in operator ()() 1372 return createApply(instance<F>(), arg0, arg1, arg2, arg3); in app() 1389 return createApply<typename Alternatives<T>::Sig>(instance<Alternatives<T> >(), arg0, arg1); in alternatives()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 1319 ExprP<typename Sig::Ret> createApply (const Func<Sig>& func, in createApply() function 1326 ExprP<typename Sig::Ret> createApply ( in createApply() function 1342 return createApply(*this, arg0, arg1, arg2, arg3); in operator ()() 1351 return createApply(instance<F>(), arg0, arg1, arg2, arg3); in app() 1368 return createApply<typename Alternatives<T>::Sig>(instance<Alternatives<T> >(), arg0, arg1); in alternatives()
|