Searched refs:effectiveView (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fTextureBorderClampTests.cpp | 1053 …const tcu::Texture2DView effectiveView = tcu::getEffectiveTextureView(m_texture->getRefTextu… in verifyTextureCompareResult() local 1058 …eTexture(gls::TextureTestUtil::SurfaceAccess(reference, pixelFormat), effectiveView, texCoord, sam… in verifyTextureCompareResult() 1060 …mputeTextureCompareDiff(renderedFrame, reference.getAccess(), errorMask.getAccess(), effectiveView, in verifyTextureCompareResult() 1069 …mputeTextureCompareDiff(renderedFrame, reference.getAccess(), errorMask.getAccess(), effectiveView, in verifyTextureCompareResult() 1118 …const tcu::Texture2DView effectiveView = tcu::getEffectiveTextureView(m_texture->getRefTextur… in verifyTextureGatherResult() local 1131 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsets(samplerParams.sampler, texCoord.x()… in verifyTextureGatherResult() 1142 …if (!tcu::isGatherOffsetsResultValid(effectiveView, samplerParams.sampler, lookupPrecision, texCoo… in verifyTextureGatherResult() 1179 …const tcu::Texture2DView effectiveView = tcu::getEffectiveTextureView(m_texture->getRefTextur… in verifyTextureGatherCmpResult() local 1197 …const tcu::Vec4 referenceValue = effectiveView.gatherOffsetsCompare(samplerParams.sampler, refZ,… in verifyTextureGatherCmpResult() 1204 …if (!tcu::isGatherOffsetsCompareResultValid(effectiveView, samplerParams.sampler, texComparePrecis… in verifyTextureGatherCmpResult() [all …]
|