Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexture.cpp2385 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local
2392 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()
2393 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
2406 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
2575 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local
2582 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()
2584 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()
2601 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()