Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp3128 bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both u and v are out of bounds. variable
3135 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST;
3136 if (!hasBothCoordsOutOfBounds[i])
3149 if (hasBothCoordsOutOfBounds[i])
3366 bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both u and v are out of bounds.
3373 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST;
3375 if (!hasBothCoordsOutOfBounds[i])
3392 if (hasBothCoordsOutOfBounds[i])

Completed in 7 milliseconds