Home
last modified time | relevance | path

Searched refs:bothOutOfBoundsNdx (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuTexture.cpp2607 int bothOutOfBoundsNdx = -1; in getCubeLinearSamples() local
2612 DE_ASSERT(bothOutOfBoundsNdx < 0); // Only one sample can be out of bounds in both u and v. in getCubeLinearSamples()
2613 bothOutOfBoundsNdx = i; in getCubeLinearSamples()
2616 if (bothOutOfBoundsNdx != -1) in getCubeLinearSamples()
2618 sampleColors[bothOutOfBoundsNdx] = Vec4(0.0f); in getCubeLinearSamples()
2620 if (i != bothOutOfBoundsNdx) in getCubeLinearSamples()
2621 sampleColors[bothOutOfBoundsNdx] += sampleColors[i]; in getCubeLinearSamples()
2623 sampleColors[bothOutOfBoundsNdx] = sampleColors[bothOutOfBoundsNdx] * (1.0f/3.0f); in getCubeLinearSamples()
2802 int bothOutOfBoundsNdx = -1; in sampleCubeSeamlessLinearCompare() local
2807 DE_ASSERT(bothOutOfBoundsNdx < 0); // Only one sample can be out of bounds in both u and v. in sampleCubeSeamlessLinearCompare()
[all …]