Searched refs:bothOutOfBoundsNdx (Results 1 – 1 of 1) sorted by relevance
2551 int bothOutOfBoundsNdx = -1; in getCubeLinearSamples() local2556 DE_ASSERT(bothOutOfBoundsNdx < 0); // Only one sample can be out of bounds in both u and v. in getCubeLinearSamples()2557 bothOutOfBoundsNdx = i; in getCubeLinearSamples()2560 if (bothOutOfBoundsNdx != -1) in getCubeLinearSamples()2562 sampleColors[bothOutOfBoundsNdx] = Vec4(0.0f); in getCubeLinearSamples()2564 if (i != bothOutOfBoundsNdx) in getCubeLinearSamples()2565 sampleColors[bothOutOfBoundsNdx] += sampleColors[i]; in getCubeLinearSamples()2567 sampleColors[bothOutOfBoundsNdx] = sampleColors[bothOutOfBoundsNdx] * (1.0f/3.0f); in getCubeLinearSamples()2746 int bothOutOfBoundsNdx = -1; in sampleCubeSeamlessLinearCompare() local2751 DE_ASSERT(bothOutOfBoundsNdx < 0); // Only one sample can be out of bounds in both u and v. in sampleCubeSeamlessLinearCompare()[all …]