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

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

Completed in 142 milliseconds