Lines Matching refs:negX
2211 VkImageSubresource negX = posX; in updateBorders() local
2212 negX.arrayLayer++; in updateBorders()
2213 VkImageSubresource posY = negX; in updateBorders()
2226 copyCubeEdge(image, negX, BOTTOM, negY, LEFT); in updateBorders()
2233 copyCubeEdge(image, negX, TOP, posY, LEFT); in updateBorders()
2241 copyCubeEdge(image, negX, RIGHT, posZ, LEFT); in updateBorders()
2243 copyCubeEdge(image, negZ, RIGHT, negX, LEFT); in updateBorders()
2246 copyCubeEdge(image, posY, LEFT, negX, TOP); in updateBorders()
2247 copyCubeEdge(image, posZ, LEFT, negX, RIGHT); in updateBorders()
2248 copyCubeEdge(image, negX, LEFT, negZ, RIGHT); in updateBorders()
2249 copyCubeEdge(image, negY, LEFT, negX, BOTTOM); in updateBorders()