Home
last modified time | relevance | path

Searched defs:doExpand (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3383 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const { return args.a; } in doExpand() function in vkt::shaderexecutor::Functions::GenVec
3835 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Dot
3877 ExprP<T> doExpand (ExpandContext&, const TArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Dot
3929 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Length
3964 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Distance
3981 ExprP<Vec3> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross
3998 ExprP<Vec3_16Bit> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross16Bit
4015 ExprP<Vec3_64Bit> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in vkt::shaderexecutor::Functions::Cross64Bit
4042 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::Normalize
4065 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in vkt::shaderexecutor::Functions::FaceForward
[all …]
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp2596 ExprP<T> doExpand (ExpandContext&, const ArgExprs& args) const { return args.a; } in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::GenVec
2970 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Dot
3010 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Dot
3040 ExprP<float> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Length
3068 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Distance
3085 ExprP<Vec3> doExpand (ExpandContext&, const ArgExprs& x) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Cross
3110 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Normalize
3135 ExprP<Ret> doExpand (ExpandContext&, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::FaceForward
3186 ExprP<Ret> doExpand (ExpandContext& ctx, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Reflect
3214 ExprP<Ret> doExpand (ExpandContext& ctx, const ArgExprs& args) const in doExpand() function in deqp::gls::BuiltinPrecisionTests::Functions::Refract
[all …]