Searched refs:computeLodFromGrad2DArray (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 315 inline float computeLodFromGrad2DArray (const gls::ShaderEvalContext& c) in computeLodFromGrad2DArray() function 439 …olor = texture2DArray(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad2DArray(c))*p.sc… in evalTexture2DArrayGrad() 444 …ArrayShadow(c, c.in[0].w(), c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad2DArray(c)); } in evalTexture2DArrayShadowGrad() 447 … texture2DArrayOffset(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad2DArray(c), p.of… in evalTexture2DArrayGradOffset() 451 …owOffset(c, c.in[0].w(), c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad2DArray(c), p.of… in evalTexture2DArrayShadowGradOffset()
|