Home
last modified time | relevance | path

Searched refs:m_lookupParams (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A 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 in initTexture()
[all...]
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp211 TexLookupEvaluator (TexEvalFunc evalFunc, 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_EXACT, dudx, 0.0f, 0.0f, dvdy); in initTexture()
400 m_lookupParams.lod = glu::TextureTestUtil::computeLodFromDerivates(glu::TextureTestUtil::LODMODE_EXACT, dudx, 0.0f, 0.0f, dvdy); 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/
H A Des3fShaderTextureFunctionTests.cpp432 TexLookupEvaluator (TexEvalFunc evalFunc, 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 in initTexture()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp702 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator()
705 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); } in evaluate()
709 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon28720::TexLookupEvaluator
760 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon28720::ShaderTextureFunctionInstance
775 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
861 addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.scale.getPtr()); in setupUniforms()
862 addUniform(2u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.bias.getPtr()); in setupUniforms()
1194 const_cast<TexLookupParams&>(m_lookupParams) = lookupParams; in initTexture()
1214 const TexLookupParams m_lookupParams; member in vkt::sr::__anon28720::ShaderTextureFunctionCase
1225 : ShaderRenderCase (testCtx, name, isVertexCase, new TexLookupEvaluator(evalFunc, m_lookupParams), NUL in ShaderTextureFunctionCase()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp699 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator()
702 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); } in evaluate()
706 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon29869::TexLookupEvaluator
757 const TexLookupParams& m_lookupParams; member in vkt::sr::__anon29869::ShaderTextureFunctionInstance
772 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
858 addUniform(1u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.scale.getPtr()); in setupUniforms()
859 addUniform(2u, vk::VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, sizeof(tcu::Vec4), m_lookupParams.bias.getPtr()); in setupUniforms()
1191 const_cast<TexLookupParams&>(m_lookupParams) = lookupParams; in initTexture()
1212 const TexLookupParams m_lookupParams; member in vkt::sr::__anon29869::ShaderTextureFunctionCase
1224 : ShaderRenderCase (testCtx, name, desc, isVertexCase, new TexLookupEvaluator(evalFunc, m_lookupParams), NUL in ShaderTextureFunctionCase()
[all...]

Completed in 20 milliseconds