Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A DtcuTexLookupVerifier.cpp682 const TextureChannelClass texClass = getTextureChannelClass(format.type); in isLinearSampleResultValid() local
684 DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in isLinearSampleResultValid()
685 texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT || in isLinearSampleResultValid()
686 texClass == TEXTURECHANNELCLASS_FLOATING_POINT || in isLinearSampleResultValid()
689 DE_UNREF(texClass); in isLinearSampleResultValid()
739 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); in isLinearSampleResultValid() local
740 float searchStep = texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT ? computeBilinearSearchStepForUnorm(prec) : in isLinearSampleResultValid()
741 texClass == TEXTURECHANNELCLASS_SIGNED_FIXED_POINT ? computeBilinearSearchStepForSnorm(prec) : in isLinearSampleResultValid()
744 DE_ASSERT(texClass == TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT || in isLinearSampleResultValid()
745 texClass in isLinearSampleResultValid()
811 const TextureChannelClass texClass = getTextureChannelClass(level.getFormat().type); isLinearSampleResultValid() local
1042 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); isLinearMipmapLinearSampleResultValid() local
1130 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); isLinearMipmapLinearSampleResultValid() local
1240 const TextureChannelClass texClass = getTextureChannelClass(level0.getFormat().type); isLinearMipmapLinearSampleResultValid() local
1536 const TextureChannelClass texClass = getTextureChannelClass(faces[coords.face].getFormat().type); global() variable
1620 const TextureChannelClass texClass = getTextureChannelClass(faces0[coords.face].getFormat().type); global() variable
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp885 tcu::TextureChannelClass texClass = tcu::getTextureChannelClass(format.type); in iterate() local
892 switch (texClass) in iterate()

Completed in 7 milliseconds