Searched refs:triWx (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluTextureTestUtil.cpp | 490 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 496 …float lod = computeProjectedTriLod(params.lodMode, triU[triNdx], triW[triNdx], triWx, triWy, (flo… in sampleTextureProjected() 533 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 540 …ProjectedTriLod(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triWx, triWy, (float)dst… in sampleTextureProjected() 835 float triWx = triNdx ? dstW - wx : wx; in sampleTextureProjected() local 843 …d(params.lodMode, triU[triNdx], triV[triNdx], triW[triNdx], triP[triNdx], triWx, triWy, (float)dst… in sampleTextureProjected() 1286 const float triWx = triNdx ? dstW - wx : wx; in computeTextureLookupDiff() local 1300 const float wxo = triWx + lodOffsets[lodOffsNdx].x(); in computeTextureLookupDiff() 1402 const float triWx = triNdx ? dstW - wx : wx; in computeTextureLookupDiff() local 1419 const float wxo = triWx + lodOffsets[lodOffsNdx].x(); in computeTextureLookupDiff() [all …]
|