Home
last modified time | relevance | path

Searched refs:origCoords (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp2940 CubeFaceIntCoords remapCubeEdgeCoords (const CubeFaceIntCoords& origCoords, int size) in remapCubeEdgeCoords() argument
2942 bool uInBounds = de::inBounds(origCoords.s, 0, size); in remapCubeEdgeCoords()
2943 bool vInBounds = de::inBounds(origCoords.t, 0, size); in remapCubeEdgeCoords()
2946 return origCoords; in remapCubeEdgeCoords()
2951 IVec2 coords(wrap(Sampler::CLAMP_TO_BORDER, origCoords.s, size), in remapCubeEdgeCoords()
2952 wrap(Sampler::CLAMP_TO_BORDER, origCoords.t, size)); in remapCubeEdgeCoords()
2957 switch (origCoords.face) in remapCubeEdgeCoords()