Searched refs:hasBothCoordsOutOfBounds (Results 1 – 1 of 1) sorted by relevance
3008 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local3015 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()3016 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()3029 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()3246 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local3253 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()3255 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()3272 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()