Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeFloat16.h31 typedef uint16_t deFloat16; typedef
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4649 ExprP<deFloat16> dot(const ExprP<Vector<deFloat16, Size>> &x, const ExprP<Vector<deFloat16, Size>> … in dot()
5642 ExprP<deFloat16> determinant(ExprP<Matrix<deFloat16, Size, Size>> mat) in determinant()
5828 ExprP<Matrix<deFloat16, Size, Size>> inverse(ExprP<Matrix<deFloat16, Size, Size>> mat) in inverse()
6556 ExprP<Matrix<deFloat16, Rows, Cols>> operator+(const ExprP<Matrix<deFloat16, Rows, Cols>> &left, in operator +()