Searched refs:Mat2_16b (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4871 ExprP<Mat2_16b> mat = args.a; in doExpand() 5109 class Inverse16bit<2> : public DerivedFunc<Signature<Mat2_16b, Mat2_16b> > 5120 ExprP<Mat2_16b> mat = args.a; in doExpand() 5141 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand() 5155 ExprP<Mat2_16b> t3 = outerProduct(t2, matC); in doExpand() 5156 ExprP<Mat2_16b> t4 = t3 * invA; in doExpand() 5157 ExprP<Mat2_16b> t5 = invA + t4; in doExpand() 5158 ExprP<Mat2_16b> blockA = bindExpression("blockA", ctx, t5); in doExpand() 5181 ExprP<Mat2_16b> inv in doExpand() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 4860 ExprP<Mat2_16b> mat = args.a; in doExpand() 5098 class Inverse16bit<2> : public DerivedFunc<Signature<Mat2_16b, Mat2_16b> > 5109 ExprP<Mat2_16b> mat = args.a; in doExpand() 5130 ExprP<Mat2_16b> invA = bindExpression("invA", ctx, in doExpand() 5144 ExprP<Mat2_16b> t3 = outerProduct(t2, matC); in doExpand() 5145 ExprP<Mat2_16b> t4 = t3 * invA; in doExpand() 5146 ExprP<Mat2_16b> t5 = invA + t4; in doExpand() 5147 ExprP<Mat2_16b> blockA = bindExpression("blockA", ctx, t5); in doExpand() 5170 ExprP<Mat2_16b> inv in doExpand() [all...] |
/third_party/vk-gl-cts/framework/opengl/ |
H A D | gluShaderUtil.hpp | 375 template <> struct DataTypeTraits<tcu::Mat2_16b> { enum { DATATYPE = TYPE_FLOAT16_MAT2 }; };
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuMatrix.hpp | 512 typedef Matrix2f16b Mat2_16b; typedef
|
Completed in 23 milliseconds