Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/delibs/debase/
DdeFloat16.h31 typedef deUint16 deFloat16; typedef
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3885 ExprP<deFloat16> dot (const ExprP<Vector<deFloat16, Size> >& x, const ExprP<Vector<deFloat16, Size>… in dot()
4751 ExprP<deFloat16> determinant (ExprP<Matrix<deFloat16, Size, Size> > mat) in determinant()
4950 ExprP<Matrix<deFloat16, Size, Size> > inverse (ExprP<Matrix<deFloat16, Size, Size> > mat) in inverse()
5582 ExprP<Matrix<deFloat16, Rows, Cols> > operator+ (const ExprP<Matrix<deFloat16, Rows, Cols> >& left, in operator +()