Searched refs:VecMatMul (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3496 class VecMatMul : public MulFunc<Vector<float, Cols>, class 3501 typedef typename VecMatMul::IRet IRet; 3502 typedef typename VecMatMul::IArgs IArgs; 3503 typedef typename VecMatMul::IArg0 IArg0; 3504 typedef typename VecMatMul::IArg1 IArg1; 3544 return call<VecMatMul<Cols, Rows> >(ctx, right, in doApply() 4008 return app<VecMatMul<Rows, Cols> >(left, right); in operator *()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3467 class VecMatMul : public MulFunc<Vector<float, Cols>, class 3472 typedef typename VecMatMul::IRet IRet; 3473 typedef typename VecMatMul::IArgs IArgs; 3474 typedef typename VecMatMul::IArg0 IArg0; 3475 typedef typename VecMatMul::IArg1 IArg1; 3515 return call<VecMatMul<Cols, Rows> >(ctx, right, in doApply() 3979 return app<VecMatMul<Rows, Cols> >(left, right); in operator *()
|