From 40bb9974f21878e64fb03d70e717cb996bf13a29 Mon Sep 17 00:00:00 2001 From: spycrab Date: Thu, 12 Apr 2018 14:18:04 +0200 Subject: Reformat all the things! --- Source/Core/VideoCommon/VertexLoader_Position.cpp | 120 ++++++++++++++-------- 1 file changed, 80 insertions(+), 40 deletions(-) (limited to 'Source/Core/VideoCommon/VertexLoader_Position.cpp') diff --git a/Source/Core/VideoCommon/VertexLoader_Position.cpp b/Source/Core/VideoCommon/VertexLoader_Position.cpp index 86f1e76e36..a21061ac55 100644 --- a/Source/Core/VideoCommon/VertexLoader_Position.cpp +++ b/Source/Core/VideoCommon/VertexLoader_Position.cpp @@ -78,70 +78,90 @@ void Pos_ReadIndex(VertexLoader* loader) static TPipelineFunction tableReadPosition[4][8][2] = { { { - nullptr, nullptr, + nullptr, + nullptr, }, { - nullptr, nullptr, + nullptr, + nullptr, }, { - nullptr, nullptr, + nullptr, + nullptr, }, { - nullptr, nullptr, + nullptr, + nullptr, }, { - nullptr, nullptr, + nullptr, + nullptr, }, }, { { - Pos_ReadDirect, Pos_ReadDirect, + Pos_ReadDirect, + Pos_ReadDirect, }, { - Pos_ReadDirect, Pos_ReadDirect, + Pos_ReadDirect, + Pos_ReadDirect, }, { - Pos_ReadDirect, Pos_ReadDirect, + Pos_ReadDirect, + Pos_ReadDirect, }, { - Pos_ReadDirect, Pos_ReadDirect, + Pos_ReadDirect, + Pos_ReadDirect, }, { - Pos_ReadDirect, Pos_ReadDirect, + Pos_ReadDirect, + Pos_ReadDirect, }, }, { { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, }, { { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, { - Pos_ReadIndex, Pos_ReadIndex, + Pos_ReadIndex, + Pos_ReadIndex, }, }, }; @@ -149,70 +169,90 @@ static TPipelineFunction tableReadPosition[4][8][2] = { static int tableReadPositionVertexSize[4][8][2] = { { { - 0, 0, + 0, + 0, }, { - 0, 0, + 0, + 0, }, { - 0, 0, + 0, + 0, }, { - 0, 0, + 0, + 0, }, { - 0, 0, + 0, + 0, }, }, { { - 2, 3, + 2, + 3, }, { - 2, 3, + 2, + 3, }, { - 4, 6, + 4, + 6, }, { - 4, 6, + 4, + 6, }, { - 8, 12, + 8, + 12, }, }, { { - 1, 1, + 1, + 1, }, { - 1, 1, + 1, + 1, }, { - 1, 1, + 1, + 1, }, { - 1, 1, + 1, + 1, }, { - 1, 1, + 1, + 1, }, }, { { - 2, 2, + 2, + 2, }, { - 2, 2, + 2, + 2, }, { - 2, 2, + 2, + 2, }, { - 2, 2, + 2, + 2, }, { - 2, 2, + 2, + 2, }, }, }; -- cgit v1.2.3