Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:tex

1635 			const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1640 tcu::Vec4 p = tex.sample(s, t, 0.0f);
1651 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1657 tcu::Vec4 p = tex.sample(s, t, l);
1667 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1673 tcu::Vec4 p = tex.sample(s/w, t/w, 0.0f);
1684 const Sampler2D& tex = execCtx.getSampler2D(m_sampler);
1691 tcu::Vec4 p = tex.sample(s/w, t/w, l);
1701 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler);
1707 tcu::Vec4 p = tex.sample(s, t, r, 0.0f);
1718 const SamplerCube& tex = execCtx.getSamplerCube(m_sampler);
1725 tcu::Vec4 p = tex.sample(s, t, r, l);