Searched defs:consequent (Results 1 - 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp1650 const ExprP<T>& consequent,
1653 return app<Cond<T> >(test, consequent, alternative);
1649 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) argument
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp1684 const ExprP<T>& consequent,
1687 return app<Cond<T> >(test, consequent, alternative);
1683 cond(const ExprP<bool>& test, const ExprP<T>& consequent, const ExprP<T>& alternative) argument

Completed in 155 milliseconds