Home
last modified time | relevance | path

Searched defs:matC (Results 1 – 7 of 7) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp243 const Matrix<T, 1, 2> matC = Matrix<T, 1, 2>(areaC); in doInverse() local
294 const Matrix<T, 2, 2> matC = Matrix<T, 2, 2>(areaC); in doInverse() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp755 const tcu::Matrix<float, 1, 2> matC = tcu::Matrix<float, 1, 2>(areaC); in inverse() local
807 const tcu::Matrix<float, 2, 2> matC = Mat2(areaC); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp749 const tcu::Matrix<float, 1, 2> matC = tcu::Matrix<float, 1, 2>(areaC); in inverse() local
801 const tcu::Matrix<float, 2, 2> matC = Mat2(areaC); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp749 const tcu::Matrix<float, 1, 2> matC = tcu::Matrix<float, 1, 2>(areaC); in inverse() local
801 const tcu::Matrix<float, 2, 2> matC = Mat2(areaC); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5034 ExprP<Vec2> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5075 ExprP<Mat2> matC = bindExpression("matC", ctx, in doExpand() local
5135 ExprP<Vec2_16Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5176 ExprP<Mat2_16b> matC = bindExpression("matC", ctx, in doExpand() local
5236 ExprP<Vec2_64Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5277 ExprP<Matrix2d> matC = bindExpression("matC", ctx, in doExpand() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5034 ExprP<Vec2> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5075 ExprP<Mat2> matC = bindExpression("matC", ctx, in doExpand() local
5135 ExprP<Vec2_16Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5176 ExprP<Mat2_16b> matC = bindExpression("matC", ctx, in doExpand() local
5236 ExprP<Vec2_64Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
5277 ExprP<Matrix2d> matC = bindExpression("matC", ctx, in doExpand() local
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3857 ExprP<Vec2> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local
3898 ExprP<Mat2> matC = bindExpression("matC", ctx, in doExpand() local