Searched refs:texFormatInfo (Results 1 – 2 of 2) sorted by relevance
305 … const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(stencilAccess.getFormat()); in genDummyTexture() local308 …llWithComponentGradients(tcu::flipYAccess(stencilAccess), texFormatInfo.valueMax, texFormatInfo.va… in genDummyTexture()325 …const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texture->getRefTexture().ge… in genDummyTexture() local326 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() local400 …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 …]
302 const tcu::TextureFormatInfo texFormatInfo = tcu::getTextureFormatInfo(texFormat); in iterate() local322 refParams.colorScale = useDefaultColorScaleAndBias ? texFormatInfo.lookupScale : tcu::Vec4(1.0f); in iterate()323 refParams.colorBias = useDefaultColorScaleAndBias ? texFormatInfo.lookupBias : tcu::Vec4(0.0f); in iterate()