Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTexLookupVerifier.cpp645 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
646 …float searchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilinearSea… in isLinearSampleResultValid()
647texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT ? computeBilinearSearchStepForSnorm(prec) : in isLinearSampleResultValid()
671 if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT) in isLinearSampleResultValid()
704 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
705 …float searchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilinearSea… in isLinearSampleResultValid()
706texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT ? computeBilinearSearchStepForSnorm(prec) : in isLinearSampleResultValid()
737 if (texClass == TEXTURECHANNELCLASS_FLOATING_POINT) in isLinearSampleResultValid()
922 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); in isLinearMipmapLinearSampleResultValid() local
923 …const float cSearchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilin… in isLinearMipmapLinearSampleResultValid()
[all …]
/external/deqp/modules/gles3/functional/
Des3fFragmentOutputTests.cpp884 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate() local
891 switch (texClass) in iterate()