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