Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuTexture.cpp3008 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local
3015 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()
3016 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
3029 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
3246 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local
3253 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()
3255 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()
3272 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()