Searched refs:hasBothCoordsOutOfBounds (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.cpp2589 bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both u and v are out of bounds. variable
2596 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST;
2597 if (!hasBothCoordsOutOfBounds[i])
2610 if (hasBothCoordsOutOfBounds[i])
2779 bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both u and v are out of bounds.
2786 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST;
2788 if (!hasBothCoordsOutOfBounds[i])
2805 if (hasBothCoordsOutOfBounds[i])

Completed in 69 milliseconds