Lines Matching defs:tex
1666 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1671 tcu::Vec4 p = tex.sample(s, t, 0.0f);
1682 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1688 tcu::Vec4 p = tex.sample(s, t, l);
1698 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1704 tcu::Vec4 p = tex.sample(s/w, t/w, 0.0f);
1715 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1722 tcu::Vec4 p = tex.sample(s/w, t/w, l);
1732 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler);
1738 tcu::Vec4 p = tex.sample(s, t, r, 0.0f);
1749 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler);
1756 tcu::Vec4 p = tex.sample(s, t, r, l);