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.cpp2938 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both … in getCubeLinearSamples() local
2945 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in getCubeLinearSamples()
2946 if (!hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
2959 if (hasBothCoordsOutOfBounds[i]) in getCubeLinearSamples()
3128 …bool hasBothCoordsOutOfBounds[4]; //!< Whether correctCubeFace() returns CUBEFACE_LAST, i.e. both… in sampleCubeSeamlessLinearCompare() local
3135 hasBothCoordsOutOfBounds[i] = coords.face == CUBEFACE_LAST; in sampleCubeSeamlessLinearCompare()
3137 if (!hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()
3154 if (hasBothCoordsOutOfBounds[i]) in sampleCubeSeamlessLinearCompare()