Searched refs:VecMatMul (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3646 class VecMatMul : public MulFunc<Vector<float, Cols>, class 3651 typedef typename VecMatMul::IRet IRet; 3652 typedef typename VecMatMul::IArgs IArgs; 3653 typedef typename VecMatMul::IArg0 IArg0; 3654 typedef typename VecMatMul::IArg1 IArg1; 3694 return call<VecMatMul<Cols, Rows> >(ctx, right, in doApply() 4158 return app<VecMatMul<Rows, Cols> >(left, right); in operator *()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 4550 class VecMatMul : public MulFunc<Vector<T, Cols>, class 4555 typedef typename VecMatMul::IRet IRet; 4556 typedef typename VecMatMul::IArgs IArgs; 4557 typedef typename VecMatMul::IArg0 IArg0; 4558 typedef typename VecMatMul::IArg1 IArg1; 4598 return call<VecMatMul<T, Cols, Rows> >(ctx, right, in doApply() 5267 return app<VecMatMul<T, Rows, Cols> >(left, right); in operator *()
|