Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4827 ExprP<Mat2_16b> mat = args.a; in doExpand()
5065 class Inverse16bit<2> : public DerivedFunc<Signature<Mat2_16b, Mat2_16b> >
5076 ExprP<Mat2_16b> mat = args.a; in doExpand()
5097 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand()
5111 ExprP<Mat2_16b> t3 = outerProduct(t2, matC); in doExpand()
5112 ExprP<Mat2_16b> t4 = t3 * invA; in doExpand()
5113 ExprP<Mat2_16b> t5 = invA + t4; in doExpand()
5114 ExprP<Mat2_16b> blockA = bindExpression("blockA", ctx, t5); in doExpand()
5137 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand()
5140 ExprP<Mat2_16b> matB = bindExpression("matB", ctx, in doExpand()
[all …]
/third_party/vk-gl-cts/framework/opengl/
DgluShaderUtil.hpp375 template <> struct DataTypeTraits<tcu::Mat2_16b> { enum { DATATYPE = TYPE_FLOAT16_MAT2 }; };
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp512 typedef Matrix2f16b Mat2_16b; typedef