Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_span.c492 const GLfloat drdx = span->attrStepX[attr][2]; in interpolate_texcoords() local
497 GLfloat r = span->attrStart[attr][2] + span->leftClip * drdx; in interpolate_texcoords()
543 r += drdx; in interpolate_texcoords()
560 r += drdx; in interpolate_texcoords()
582 r += drdx; in interpolate_texcoords()
598 r += drdx; in interpolate_texcoords()
611 r += drdx; in interpolate_texcoords()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.hpp78 const tcu::Vec3& drdx,
DvktSampleVerifierUtil.cpp307 const Vec3& drdx, in calcCubemapFaceCoords() argument
346 dPcdx [compNdx] = drdx[mappedComp] * (float)mappedSign; in calcCubemapFaceCoords()
DvktSampleVerifier.cpp894 const Vec3 drdx = dPdx.swizzle(0, 1, 2); in verifySampleImpl() local
914 calcCubemapFaceCoords(r, drdx, drdy, faceNdx, coordFace, dPdxFace, dPdyFace); in verifySampleImpl()