Lines Matching defs:TexLookupParams
218 struct TexLookupParams struct
220 float lod;
221 tcu::IVec3 offset;
222 tcu::Vec4 scale;
223 tcu::Vec4 bias;
225 TexLookupParams (void) in TexLookupParams() function
357 static void evalTexture2DShadowLod (gls::ShaderEvalContext& c, const TexLookupParams&) { c.colo… in evalTexture2DShadowLod()
363 static void evalTexture2DShadowProjLod (gls::ShaderEvalContext& c, const TexLookupParams&) { c.c… in evalTexture2DShadowProjLod()
379 static void evalTexture2DShadowGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c.col… in evalTexture2DShadowGrad()
380 static void evalTextureCubeShadowGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c.co… in evalTextureCubeShadowGrad()
381 static void evalTexture2DArrayShadowGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c.… in evalTexture2DArrayShadowGrad()
390 static void evalTexture2DShadowProjGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c… in evalTexture2DShadowProjGrad()