Searched refs:canonizedCoords (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuTexture.cpp | 3073 IVec3 canonizedCoords; in remapCubeEdgeCoords() local 3079 case CUBEFACE_NEGATIVE_X: canonizedCoords = IVec3(0, size-1-coords.y(), coords.x()); break; in remapCubeEdgeCoords() 3080 case CUBEFACE_POSITIVE_X: canonizedCoords = IVec3(size-1, size-1-coords.y(), size-1-coords.x()); break; in remapCubeEdgeCoords() 3081 case CUBEFACE_NEGATIVE_Y: canonizedCoords = IVec3(coords.x(), 0, size-1-coords.y()); break; in remapCubeEdgeCoords() 3082 case CUBEFACE_POSITIVE_Y: canonizedCoords = IVec3(coords.x(), size-1, coords.y()); break; in remapCubeEdgeCoords() 3083 case CUBEFACE_NEGATIVE_Z: canonizedCoords = IVec3(size-1-coords.x(), size-1-coords.y(), 0); break; in remapCubeEdgeCoords() 3084 case CUBEFACE_POSITIVE_Z: canonizedCoords = IVec3(coords.x(), size-1-coords.y(), size-1); break; in remapCubeEdgeCoords() 3090 if (canonizedCoords.x() == -1) in remapCubeEdgeCoords() 3091 return CubeFaceIntCoords(CUBEFACE_NEGATIVE_X, IVec2(canonizedCoords.z(), size-1-canonizedCoords in remapCubeEdgeCoords() [all...] |
Completed in 6 milliseconds