Searched refs:colorbufferClass (Results 1 – 2 of 2) sorted by relevance
813 …tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(msColorBuffer.raw().getFo… in render() local814 … fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVE… in render()910 if (colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_FIXED_POINT) in render()915 else if (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_FIXED_POINT) in render()990 if (colorbufferClass != tcu::TEXTURECHANNELCLASS_FLOATING_POINT) in render()
1588 …const tcu::TextureChannelClass colorbufferClass = tcu::getTextureChannelClass(command.renderTarget… in isValidCommand() local1589 …ype colorType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVE… in isValidCommand()