Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexture.cpp3146 int bothOutOfBoundsNdx = -1; variable
3151 DE_ASSERT(bothOutOfBoundsNdx < 0); // Only one sample can be out of bounds in both u and v.
3152 bothOutOfBoundsNdx = i;
3155 if (bothOutOfBoundsNdx != -1)
3157 sampleColors[bothOutOfBoundsNdx] = Vec4(0.0f);
3159 if (i != bothOutOfBoundsNdx)
3160 sampleColors[bothOutOfBoundsNdx] += sampleColors[i];
3162 sampleColors[bothOutOfBoundsNdx] = sampleColors[bothOutOfBoundsNdx] * (1.0f/3.0f);
3389 int bothOutOfBoundsNdx
[all...]

Completed in 6 milliseconds