Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp305 … const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(stencilAccess.getFormat()); in genDummyTexture() local
308 …llWithComponentGradients(tcu::flipYAccess(stencilAccess), texFormatInfo.valueMax, texFormatInfo.va… in genDummyTexture()
325 …const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texture->getRefTexture().ge… in genDummyTexture() local
326 const tcu::Vec4 rampLow = texFormatInfo.valueMin; in genDummyTexture()
327 const tcu::Vec4 rampHigh = texFormatInfo.valueMax; in genDummyTexture()
394 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat); in mapToFormatColorUnits() local
400 …LCLASS_FLOATING_POINT: return rr::GenericVec4(texFormatInfo.valueMin + normalizedRange * texForm… in mapToFormatColorUnits()
401 …ELCLASS_SIGNED_INTEGER: return rr::GenericVec4(tcu::mix(texFormatInfo.valueMin, texFormatInfo.va… in mapToFormatColorUnits()
402 …CLASS_UNSIGNED_INTEGER: return rr::GenericVec4(tcu::mix(texFormatInfo.valueMin, texFormatInfo.va… in mapToFormatColorUnits()
1423 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat); in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fTextureWrapTests.cpp302 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat); in iterate() local
322 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f); in iterate()
323 refParams.colorBias = useDefaultColorScaleAndBias ? texFormatInfo.lookupBias : tcu::Vec4(0.0f); in iterate()