Searched defs:TexLookupParams (Results 1 – 3 of 3) sorted by relevance
162 struct TexLookupParams struct164 float lod;165 tcu::Vec4 scale;166 tcu::Vec4 bias;168 TexLookupParams (void) in TexLookupParams() function
218 struct TexLookupParams struct220 float lod;221 tcu::IVec3 offset;222 tcu::Vec4 scale;223 tcu::Vec4 bias;225 TexLookupParams (void) in TexLookupParams() argument357 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()[all …]
239 struct TexLookupParams struct241 float lod;242 float lodClamp;243 tcu::IVec3 offset;244 tcu::Vec4 scale;245 tcu::Vec4 bias;247 TexLookupParams (void) in TexLookupParams() function544 static void evalTexture2DShadowLod (ShaderEvalContext& c, const TexLookupParams&) { c.color.x(… in evalTexture2DShadowLod()546 static void evalTexture1DShadowLod (ShaderEvalContext& c, const TexLookupParams&) { c.color.x(… in evalTexture1DShadowLod()548 static void evalTexture1DArrayShadowLod (ShaderEvalContext& c, const TexLookupParams&) { c.colo… in evalTexture1DArrayShadowLod()[all …]