Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexture.cpp2855 int bothOutOfBoundsNdx = -1; in getCubeLinearSamples() local
2861 bothOutOfBoundsNdx = i; in getCubeLinearSamples()
2864 if (bothOutOfBoundsNdx != -1) in getCubeLinearSamples()
2868 if (i != bothOutOfBoundsNdx) in getCubeLinearSamples()
2871 sampleColors[bothOutOfBoundsNdx] = sampleColors[bothOutOfBoundsNdx] * (1.0f/3.0f); in getCubeLinearSamples()
3050 int bothOutOfBoundsNdx = -1; in sampleCubeSeamlessLinearCompare() local
3056 bothOutOfBoundsNdx = i; in sampleCubeSeamlessLinearCompare()
3059 if (bothOutOfBoundsNdx != -1) in sampleCubeSeamlessLinearCompare()
3061 sampleRes[bothOutOfBoundsNdx] = 0.0f; in sampleCubeSeamlessLinearCompare()
3063 if (i != bothOutOfBoundsNdx) in sampleCubeSeamlessLinearCompare()
[all …]