Searched defs:lookupScale (Results 1 – 4 of 4) sorted by relevance
90 Vec4 lookupScale; member
179 …TextureType& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const … in SamplerFragmentShader()273 …TextureType& texture, const tcu::Sampler& sampler, float lod, const tcu::Vec4& lookupScale, const … in SamplerProgram()
191 tcu::Vec4 lookupScale (1.0f); in createRefProgram() local
513 tcu::Vec4 lookupScale; member1618 const tcu::Vec4 lookupScale = (isSigned) ? (tcu::Vec4(0.25f)) : (tcu::Vec4(0.5f)); in init() local