Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp185 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams);
211 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_shadow_lod/
H A DesextcTextureShadowLodFunctionsTest.cpp198 typedef void (*TexEvalFunc)(ShaderEvalContext& c, const TexLookupParams& lookupParams);
291 TexLookupEvaluator(TexEvalFunc evalFunc, const TexLookupParams& lookupParams) in TexLookupEvaluator() argument
292 : m_evalFunc(evalFunc), m_lookupParams(lookupParams) in TexLookupEvaluator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp413 typedef void (*TexEvalFunc) (ShaderEvalContext& c, const TexLookupParams& lookupParams);
702 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() argument
750 const TexLookupParams& lookupParams,
769 const TexLookupParams& lookupParams, in ShaderTextureFunctionInstance()
775 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
885 TexLookupParams lookupParams; in initTexture() local
913 lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
972 lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
1009 lookupParams in initTexture()
763 ShaderTextureFunctionInstance(Context& context, const bool isVertexCase, const ShaderEvaluator& evaluator, const UniformSetup& uniformSetup, const TextureLookupSpec& lookupSpec, const TextureSpec& textureSpec, const TexLookupParams& lookupParams, const ImageBackingMode imageBackingMode) ShaderTextureFunctionInstance() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderTextureFunctionTests.cpp410 typedef void (*TexEvalFunc) (ShaderEvalContext& c, const TexLookupParams& lookupParams);
699 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() argument
747 const TexLookupParams& lookupParams,
766 const TexLookupParams& lookupParams, in ShaderTextureFunctionInstance()
772 , m_lookupParams (lookupParams) in ShaderTextureFunctionInstance()
882 TexLookupParams lookupParams; in initTexture() local
910 lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
969 lookupParams.lod = computeLodFromDerivates(DEFAULT_LOD_MODE, dudx, 0.0f, 0.0f, dvdy); in initTexture()
1006 lookupParams in initTexture()
760 ShaderTextureFunctionInstance(Context& context, const bool isVertexCase, const ShaderEvaluator& evaluator, const UniformSetup& uniformSetup, const TextureLookupSpec& lookupSpec, const TextureSpec& textureSpec, const TexLookupParams& lookupParams, const ImageBackingMode imageBackingMode) ShaderTextureFunctionInstance() argument
[all...]
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderTextureFunctionTests.cpp277 typedef void (*TexEvalFunc) (gls::ShaderEvalContext& c, const TexLookupParams& lookupParams);
432 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {} in TexLookupEvaluator() argument

Completed in 21 milliseconds