Home
last modified time | relevance | path

Searched defs:newCoord (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp407 void wrapCubemapEdge(const IVec2 &coord, const IVec2 &size, const int faceNdx, IVec2 &newCoord, int… in wrapCubemapEdge()
DvktSampleVerifier.cpp144 IVec2 newCoord(0); in fetchTexel() local
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp981 const float newCoord = t * line[1][1 - component] + (1 - t) * line[0][1 - component]; in applyClippingBox() local