Home
last modified time | relevance | path

Searched defs:TexLookupParams (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp161 struct TexLookupParams struct
163 float lod;
164 tcu::Vec4 scale;
165 tcu::Vec4 bias;
167 TexLookupParams (void) in TexLookupParams() argument
/external/deqp/modules/gles3/functional/
Des3fShaderTextureFunctionTests.cpp215 struct TexLookupParams struct
217 float lod;
218 tcu::IVec3 offset;
219 tcu::Vec4 scale;
220 tcu::Vec4 bias;
222 TexLookupParams (void) in TexLookupParams() function
420 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 …]