Searched defs:gridCoord (Results 1 – 2 of 2) sorted by relevance
546 const IVec3 gridCoord[2] = {gridCoordHi, gridCoordLo}; in verifySampleTexelGridCoords() local682 IVec3 gridCoord[2] = {gridCoordMin[0], gridCoordMin[1]}; in verifySampleMipmapLevel() local
189 void calcTexelBaseOffset(const IVec3 &gridCoord, const int coordBits, IVec3 &baseTexel, IVec3 &texe… in calcTexelBaseOffset()