Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2589 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local
2596 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()
2597 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
2610 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
2779 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local
2786 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()
2788 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()
2805 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()