Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fTextureBorderClampTests.cpp305 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(stencilAccess.getFormat()); in genDefaultTexture() local
308 tcu::fillWithComponentGradients(tcu::flipYAccess(stencilAccess), texFormatInfo.valueMax, texFormatInfo.valueMin); in genDefaultTexture()
325 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texture->getRefTexture().getFormat()); in genDefaultTexture() local
326 const tcu::Vec4 rampLow = texFormatInfo.valueMin; in genDefaultTexture()
327 const tcu::Vec4 rampHigh = texFormatInfo.valueMax; in genDefaultTexture()
394 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat);
400 case tcu::TEXTURECHANNELCLASS_FLOATING_POINT: return rr::GenericVec4(texFormatInfo.valueMin + normalizedRange * texFormatInfo.valueMax);
401 case tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER: return rr::GenericVec4(tcu::mix(texFormatInfo
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTextureWrapTests.cpp317 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat); in iterate() local
337 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f); in iterate()
338 refParams.colorBias = useDefaultColorScaleAndBias ? texFormatInfo.lookupBias : tcu::Vec4(0.0f); in iterate()

Completed in 3 milliseconds