Searched refs:triWx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.cpp | 527 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 533 …float lod = computeProjectedTriLod(params.lodMode, triU[triNdx], triW[triNdx], triWx, triWy, (flo… in sampleTextureProjected() 570 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 577 …ProjectedTriLod(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triWx, triWy, (float)dst… in sampleTextureProjected() 872 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 880 …d(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triP[triNdx], triWx, triWy, (float)dst… in sampleTextureProjected() 1752 const float triWx = triNdx ? dstW - wx : wx; in computeTextureLookupDiff() local 1766 const float wxo = triWx + lodOffsets[lodOffsNdx].x(); in computeTextureLookupDiff() 1857 const float triWx = triNdx ? dstW - wx : wx; in computeTextureLookupDiff() local 1874 const float wxo = triWx + lodOffsets[lodOffsNdx].x(); in computeTextureLookupDiff() [all …]
|