Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
DesextcTextureShadowLodFunctionsTest.cpp292 : 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 …]
/third_party/vk-gl-cts/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()
/third_party/vk-gl-cts/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 …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureFunctionTests.cpp698 …alFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) … in TexLookupEvaluator()
701 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); } in evaluate()
705 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon5a8db67a0111::TexLookupEvaluator
751 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon5a8db67a0111::ShaderTextureFunctionInstance
766 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
852 …addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.scale.getP… in setupUniforms()
853 …addUniform(2u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.bias.getPt… in setupUniforms()
1185 const_cast<TexLookupParams&>(m_lookupParams) = lookupParams; in initTexture()
1206 const TexLookupParams m_lookupParams; member in vkt::sr::__anon5a8db67a0111::ShaderTextureFunctionCase
1218 … (testCtx, name, desc, isVertexCase, new TexLookupEvaluator(evalFunc, m_lookupParams), NULL, NULL) in ShaderTextureFunctionCase()
[all …]