HomeSort by relevance Sort by last modified time
    Searched refs:evalFunc (Results 26 - 32 of 32) sorted by null

12

  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderOperatorTests.cpp 470 OperatorShaderEvaluator (const ShaderEvalFunc evalFunc, const float scale, const float bias, int resultScalarSize)
471 : m_evalFunc (evalFunc)
627 const ShaderEvalFunc evalFunc,
649 const ShaderEvalFunc evalFunc,
656 new OperatorShaderEvaluator(evalFunc, spec.referenceScale, spec.referenceBias, getDataTypeScalarSize(spec.output)),
    [all...]
vktShaderRenderTextureFunctionTests.cpp 518 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
    [all...]
vktShaderRenderMatrixTests.cpp     [all...]
vktShaderRender.cpp 449 ShaderEvaluator::ShaderEvaluator (ShaderEvalFunc evalFunc)
450 : m_evalFunc(evalFunc)
492 const ShaderEvalFunc evalFunc,
497 , m_evaluator (new ShaderEvaluator(evalFunc))
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp 570 OperatorShaderEvaluator (const glw::Functions& gl, ShaderType shaderType, ShaderEvalFunc evalFunc, const FloatScalar& scale, const FloatScalar& bias, int resultScalarSize)
573 , m_evalFunc (evalFunc)
668 ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const string& shaderOp, const ShaderDataSpec& spec);
683 ShaderOperatorCase::ShaderOperatorCase (Context& context, const char* caseName, const char* description, bool isVertexCase, ShaderEvalFunc evalFunc, const string& shaderOp, const ShaderDataSpec& spec)
687 , m_evaluator (m_renderCtx.getFunctions(), isVertexCase ? SHADERTYPE_VERTEX : SHADERTYPE_FRAGMENT, evalFunc, spec.referenceScale, spec.referenceBias, getDataTypeScalarSize(spec.output))
    [all...]
es3fShaderMatrixTests.cpp     [all...]
es3fShaderTextureFunctionTests.cpp 432 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
444 ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase);
469 ShaderTextureFunctionCase::ShaderTextureFunctionCase (Context& context, const char* name, const char* desc, const TextureLookupSpec& lookup, const TextureSpec& texture, TexEvalFunc evalFunc, bool isVertexCase)
473 , m_evaluator (evalFunc, m_lookupParams)
    [all...]

Completed in 3090 milliseconds

12