Searched defs:doExpand (Results 1 – 2 of 2) sorted by relevance
| /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
| D | vktShaderBuiltinPrecisionTests.cpp | 3384 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const { return args.a; } in doExpand() function in vkt::shaderexecutor::Functions::GenVec 3836 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Dot 3878 ExprP<T> doExpand (ExpandContext&, const TArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Dot 3930 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Length 3965 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Distance 3982 ExprP<Vec3> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross 3999 ExprP<Vec3_16Bit> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross16Bit 4016 ExprP<Vec3_64Bit> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross64Bit 4043 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Normalize 4066 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::FaceForward [all …]
|
| /external/deqp/modules/glshared/ |
| D | glsBuiltinPrecisionTests.cpp | 2597 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const { return args.a; } in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::GenVec 2971 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Dot 3011 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Dot 3041 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Length 3069 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Distance 3086 ExprP<Vec3> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Cross 3111 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Normalize 3136 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::FaceForward 3187 ExprP<Ret> doExpand (ExpandContext& ctx, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Reflect 3215 ExprP<Ret> doExpand (ExpandContext& ctx, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Refract [all …]
|