Home
last modified time | relevance | path

Searched refs:MatMul (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3461 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
3466 typedef typename MatMul::IRet IRet;
3467 typedef typename MatMul::IArgs IArgs;
3468 typedef typename MatMul::IArg0 IArg0;
3469 typedef typename MatMul::IArg1 IArg1;
4001 return app<MatMul<LeftRows, Middle, RightCols> >(left, right); in operator *()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3410 class MatMul : public MulFunc<Matrix<float, LeftRows, RightCols>, class
3415 typedef typename MatMul::IRet IRet;
3416 typedef typename MatMul::IArgs IArgs;
3417 typedef typename MatMul::IArg0 IArg0;
3418 typedef typename MatMul::IArg1 IArg1;
3950 return app<MatMul<LeftRows, Middle, RightCols> >(left, right); in operator *()