Searched defs:TexLookupParams (Results 1 – 2 of 2) sorted by relevance
161 struct TexLookupParams struct163 float lod;164 tcu::Vec4 scale;165 tcu::Vec4 bias;167 TexLookupParams (void) in TexLookupParams() argument
215 struct TexLookupParams struct217 float lod;218 tcu::IVec3 offset;219 tcu::Vec4 scale;220 tcu::Vec4 bias;222 TexLookupParams (void) in TexLookupParams() function420 static void evalTexture2DShadowLod (gls::ShaderEvalContext& c, const TexLookupParams&) { c.colo… in evalTexture2DShadowLod()426 static void evalTexture2DShadowProjLod (gls::ShaderEvalContext& c, const TexLookupParams&) { c.c… in evalTexture2DShadowProjLod()442 static void evalTexture2DShadowGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c.col… in evalTexture2DShadowGrad()443 static void evalTextureCubeShadowGrad (gls::ShaderEvalContext& c, const TexLookupParams&) { c.co… in evalTextureCubeShadowGrad()[all …]