Searched refs:fboRangeInfo (Results 1 – 1 of 1) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 534 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat); in render() local 535 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 536 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 550 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 603 …readPixels(context, dst, 0, 0, width, height, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.… in render() 1116 tcu::TextureFormatInfo fboRangeInfo = tcu::getTextureFormatInfo(colorFormat); in render() local 1117 Vec4 fboOutScale = fboRangeInfo.valueMax - fboRangeInfo.valueMin; in render() 1118 Vec4 fboOutBias = fboRangeInfo.valueMin; in render() 1137 texFromFboShader.setTexScaleBias(0, fboRangeInfo.lookupScale, fboRangeInfo.lookupBias); in render() 1244 …ls(context, dst, 0, 0, newWidth, newHeight, colorFormat, fboRangeInfo.lookupScale, fboRangeInfo.lo… in render() [all …]
|