Home
last modified time | relevance | path

Searched refs:Mat2_16b (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4726 ExprP<Mat2_16b> mat = args.a; in doExpand()
4897 class Inverse16bit<2> : public DerivedFunc<Signature<Mat2_16b, Mat2_16b> >
4908 ExprP<Mat2_16b> mat = args.a; in doExpand()
4929 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand()
4943 ExprP<Mat2_16b> t3 = outerProduct(t2, matC); in doExpand()
4944 ExprP<Mat2_16b> t4 = t3 * invA; in doExpand()
4945 ExprP<Mat2_16b> t5 = invA + t4; in doExpand()
4946 ExprP<Mat2_16b> blockA = bindExpression("blockA", ctx, t5); in doExpand()
4969 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand()
4972 ExprP<Mat2_16b> matB = bindExpression("matB", ctx, in doExpand()
[all …]
/external/deqp/framework/opengl/
DgluShaderUtil.hpp355 template <> struct DataTypeTraits<tcu::Mat2_16b> { enum { DATATYPE = TYPE_FLOAT16_MAT2 }; };
/external/deqp/framework/common/
DtcuMatrix.hpp515 typedef Matrix2f16b Mat2_16b; typedef