/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrix.hpp | 244 const Matrix<T, 1, 1> matD = Matrix<T, 1, 1>(areaD); in doInverse() local 295 const Matrix<T, 2, 2> matD = Matrix<T, 2, 2>(areaD); in doInverse() local
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderMatrixTests.cpp | 756 const tcu::Matrix<float, 1, 1> matD = tcu::Matrix<float, 1, 1>(areaD); in inverse() local 808 const tcu::Matrix<float, 2, 2> matD = Mat2(areaD); in inverse() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 750 const tcu::Matrix<float, 1, 1> matD = tcu::Matrix<float, 1, 1>(areaD); in inverse() local 802 const tcu::Matrix<float, 2, 2> matD = Mat2(areaD); in inverse() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 750 const tcu::Matrix<float, 1, 1> matD = tcu::Matrix<float, 1, 1>(areaD); in inverse() local 802 const tcu::Matrix<float, 2, 2> matD = Mat2(areaD); in inverse() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5035 ExprP<float> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5078 ExprP<Mat2> matD = bindExpression("matD", ctx, in doExpand() local 5136 ExprP<Mat3_16b::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5179 ExprP<Mat2_16b> matD = bindExpression("matD", ctx, in doExpand() local 5237 ExprP<Matrix3d::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5280 ExprP<Matrix2d> matD = bindExpression("matD", ctx, in doExpand() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5035 ExprP<float> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5078 ExprP<Mat2> matD = bindExpression("matD", ctx, in doExpand() local 5136 ExprP<Mat3_16b::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5179 ExprP<Mat2_16b> matD = bindExpression("matD", ctx, in doExpand() local 5237 ExprP<Matrix3d::Scalar> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 5280 ExprP<Matrix2d> matD = bindExpression("matD", ctx, in doExpand() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3858 ExprP<float> matD = bindExpression("matD", ctx, mat[2][2]); in doExpand() local 3901 ExprP<Mat2> matD = bindExpression("matD", ctx, in doExpand() local
|