Searched refs:computeLodFromGrad3D (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 322 inline float computeLodFromGrad3D (const gls::ShaderEvalContext& c) in computeLodFromGrad3D() function 440 …) { c.color = texture3D(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad3D(c))*p.scale… in evalTexture3DGrad() 448 …color = texture3DOffset(c, c.in[0].x(), c.in[0].y(), c.in[0].z(), computeLodFromGrad3D(c), p.offse… in evalTexture3DGradOffset() 458 …()/c.in[0].w(), c.in[0].y()/c.in[0].w(), c.in[0].z()/c.in[0].w(), computeLodFromGrad3D(c))*p.scale… in evalTexture3DProjGrad() 462 …()/c.in[0].w(), c.in[0].y()/c.in[0].w(), c.in[0].z()/c.in[0].w(), computeLodFromGrad3D(c), p.offse… in evalTexture3DProjGradOffset()
|