Searched defs:matC (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
D | tcuMatrix.hpp | 243 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/ |
D | es3fShaderMatrixTests.cpp | 755 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/vulkan/shaderrender/ |
D | vktShaderRenderMatrixTests.cpp | 749 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5001 ExprP<Vec2> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local 5042 ExprP<Mat2> matC = bindExpression("matC", ctx, in doExpand() local 5102 ExprP<Vec2_16Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local 5143 ExprP<Mat2_16b> matC = bindExpression("matC", ctx, in doExpand() local 5203 ExprP<Vec2_64Bit> matC = bindExpression("matC", ctx, vec2(mat[0][2], mat[1][2])); in doExpand() local 5244 ExprP<Matrix2d> matC = bindExpression("matC", ctx, in doExpand() local
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3857 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
|