Searched refs:MatMul (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3461 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3410 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 *()
|