Home
last modified time | relevance | path

Searched defs:matB (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/effects/
DSkColorMatrix.cpp87 void SkColorMatrix::setConcat(const SkColorMatrix& matA, const SkColorMatrix& matB) { in setConcat()
/third_party/vk-gl-cts/framework/common/
DtcuMatrix.hpp242 const Matrix<T, 2, 1> matB = Matrix<T, 2, 1>(areaB); in doInverse() local
293 const Matrix<T, 2, 2> matB = Matrix<T, 2, 2>(areaB); in doInverse() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderMatrixTests.cpp754 const tcu::Matrix<float, 2, 1> matB = tcu::Matrix<float, 2, 1>(areaB); in inverse() local
806 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp748 const tcu::Matrix<float, 2, 1> matB = tcu::Matrix<float, 2, 1>(areaB); in inverse() local
800 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderMatrixTests.cpp748 const tcu::Matrix<float, 2, 1> matB = tcu::Matrix<float, 2, 1>(areaB); in inverse() local
800 const tcu::Matrix<float, 2, 2> matB = Mat2(areaB); in inverse() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5033 ExprP<Vec2> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5072 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand() local
5134 ExprP<Vec2_16Bit> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5173 ExprP<Mat2_16b> matB = bindExpression("matB", ctx, in doExpand() local
5235 ExprP<Vec2_64Bit> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5274 ExprP<Matrix2d> matB = bindExpression("matB", ctx, in doExpand() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp5033 ExprP<Vec2> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5072 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand() local
5134 ExprP<Vec2_16Bit> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5173 ExprP<Mat2_16b> matB = bindExpression("matB", ctx, in doExpand() local
5235 ExprP<Vec2_64Bit> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
5274 ExprP<Matrix2d> matB = bindExpression("matB", ctx, in doExpand() local
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3856 ExprP<Vec2> matB = bindExpression("matB", ctx, vec2(mat[2][0], mat[2][1])); in doExpand() local
3895 ExprP<Mat2> matB = bindExpression("matB", ctx, in doExpand() local