/external/deqp/external/openglcts/modules/glesext/texture_shadow_lod/ |
D | esextcTextureShadowLodFunctionsTest.cpp | 292 : m_evalFunc(evalFunc), m_lookupParams(lookupParams) in TexLookupEvaluator() 298 m_evalFunc(ctx, m_lookupParams); in evaluate() 303 const TexLookupParams& m_lookupParams; member in deqp::Functional::TexLookupEvaluator 326 TexLookupParams m_lookupParams; member in deqp::Functional::TextureShadowLodTestCase 342 , m_evaluator(evalFunc, m_lookupParams) in TextureShadowLodTestCase() 509 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 551 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 615 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 695 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 706 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderTextureFunctionTests.cpp | 211 …alFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) … in TexLookupEvaluator() 213 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() 217 const TexLookupParams& m_lookupParams; member in deqp::gles2::Functional::TexLookupEvaluator 239 TexLookupParams m_lookupParams; member in deqp::gles2::Functional::ShaderTextureFunctionCase 250 , m_evaluator (evalFunc, m_lookupParams) in ShaderTextureFunctionCase() 354 …m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_E… in initTexture() 400 …m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_E… in initTexture() 411 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture() 412 m_lookupParams.bias = fmtInfo.lookupBias; in initTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderTextureFunctionTests.cpp | 432 …alFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) … in TexLookupEvaluator() 434 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); } in evaluate() 438 const TexLookupParams& m_lookupParams; member in deqp::gles3::Functional::TexLookupEvaluator 460 TexLookupParams m_lookupParams; member in deqp::gles3::Functional::ShaderTextureFunctionCase 473 , m_evaluator (evalFunc, m_lookupParams) in ShaderTextureFunctionCase() 600 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 659 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 694 m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture() 726 …m_lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, dwdx, 0.0f, dvdy, dwdy); in initTexture() 738 m_lookupParams.scale = fmtInfo.lookupScale; in initTexture() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureFunctionTests.cpp | 697 …alFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) … in TexLookupEvaluator() 700 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); } in evaluate() 704 const TexLookupParams& m_lookupParams; member in vkt::sr::__anona427751b0111::TexLookupEvaluator 737 const TexLookupParams& m_lookupParams; member in vkt::sr::__anona427751b0111::ShaderTextureFunctionInstance 752 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance() 838 …addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.scale.getP… in setupUniforms() 839 …addUniform(2u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.bias.getPt… in setupUniforms() 1171 const_cast<TexLookupParams&>(m_lookupParams) = lookupParams; in initTexture() 1191 const TexLookupParams m_lookupParams; member in vkt::sr::__anona427751b0111::ShaderTextureFunctionCase 1203 … (testCtx, name, desc, isVertexCase, new TexLookupEvaluator(evalFunc, m_lookupParams), NULL, NULL) in ShaderTextureFunctionCase() [all …]
|