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.cpp2870 CubeFaceIntCoords remapCubeEdgeCoords (const CubeFaceIntCoords& origCoords, int size) in remapCubeEdgeCoords() argument
2872 bool uInBounds = de::inBounds(origCoords.s, 0, size); in remapCubeEdgeCoords()
2873 bool vInBounds = de::inBounds(origCoords.t, 0, size); in remapCubeEdgeCoords()
2876 return origCoords; in remapCubeEdgeCoords()
2881 IVec2 coords(wrap(Sampler::CLAMP_TO_BORDER, origCoords.s, size), in remapCubeEdgeCoords()
2882 wrap(Sampler::CLAMP_TO_BORDER, origCoords.t, size)); in remapCubeEdgeCoords()
2887 switch (origCoords.face) in remapCubeEdgeCoords()