Searched refs:hasBothCoordsOutOfBounds (Results 1 – 1 of 1) sorted by relevance
2938 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local2945 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()2946 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()2959 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()3128 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local3135 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()3137 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()3154 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()