Searched refs:hasBothCoordsOutOfBounds (Results 1 – 1 of 1) sorted by relevance
2589 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local2596 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() local2786 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()2788 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()2805 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()