Lines Matching defs:fboRangeInfo
534 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat);
535 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin;
536 Vec4 fboOutBias = fboRangeInfo.valueMin;
550 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
603 readPixels(context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
1116 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat);
1117 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin;
1118 Vec4 fboOutBias = fboRangeInfo.valueMin;
1137 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
1244 readPixels(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
1272 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat);
1273 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin;
1274 Vec4 fboOutBias = fboRangeInfo.valueMin;
1297 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);
1444 readPixels(ctx, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias);