Home
last modified time | relevance | path

Searched refs:m_lookupParams (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderTextureFunctionTests.cpp211 …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()
354m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_E… in initTexture()
400m_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/
Des3fShaderTextureFunctionTests.cpp432 …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()
726m_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/
DvktShaderRenderTextureFunctionTests.cpp518 …alFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) … in TexLookupEvaluator()
521 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); } in evaluate()
525 const TexLookupParams& m_lookupParams; member in vkt::sr::__anona427751b0111::TexLookupEvaluator
547 const TexLookupParams& m_lookupParams; member in vkt::sr::__anona427751b0111::ShaderTextureFunctionInstance
561 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
637 …addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.scale.getP… in setupUniforms()
638 …addUniform(2u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.bias.getPt… in setupUniforms()
835 const_cast<TexLookupParams&>(m_lookupParams) = lookupParams; in initTexture()
855 const TexLookupParams m_lookupParams; member in vkt::sr::__anona427751b0111::ShaderTextureFunctionCase
867 … (testCtx, name, desc, isVertexCase, new TexLookupEvaluator(evalFunc, m_lookupParams), NULL, NULL) in ShaderTextureFunctionCase()
[all …]