HomeSort by relevance Sort by last modified time
    Searched defs:m_evalFunc (Results 1 - 10 of 10) sorted by null

  /external/deqp/modules/gles3/functional/
es3fFragDepthTests.cpp 107 EvalFragDepthFunc m_evalFunc;
114 , m_evalFunc (evalFunc)
245 float d = m_evalFunc(Vec2(xf, yf));
257 float d = m_evalFunc(Vec2(xf, yf));
280 EvalFragDepthFunc m_evalFunc;
286 , m_evalFunc (evalFunc)
408 float d = m_evalFunc(Vec2(xf, yf));
es3fShaderPrecisionTests.cpp 198 EvalFunc m_evalFunc;
218 , m_evalFunc (evalFunc)
367 const double refD = m_evalFunc((double)in0, (double)in1);
449 EvalFunc m_evalFunc;
470 , m_evalFunc (evalFunc)
583 int refMasked = m_evalFunc(in0, in1) & mask;
643 EvalFunc m_evalFunc;
664 , m_evalFunc (evalFunc)
777 deUint32 refOut = m_evalFunc(in0, in1) & mask;
    [all...]
es3fShaderTextureFunctionTests.cpp 432 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
434 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); }
437 TexEvalFunc m_evalFunc;
    [all...]
es3fShaderOperatorTests.cpp 573 , m_evalFunc (evalFunc)
590 m_evalFunc(ctx);
607 ShaderEvalFunc m_evalFunc;
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.hpp 199 ShaderEvalFunc m_evalFunc;
  /external/deqp/modules/gles2/functional/
es2fShaderTextureFunctionTests.cpp 211 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
213 virtual void evaluate (gls::ShaderEvalContext& ctx) { m_evalFunc(ctx, m_lookupParams); }
216 TexEvalFunc m_evalFunc;
es2fShaderOperatorTests.cpp 343 m_evalFunc = evalFunc;
354 m_evalFunc(ctx);
359 ShaderEvalFunc m_evalFunc;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.hpp 249 const ShaderEvalFunc m_evalFunc;
vktShaderRenderTextureFunctionTests.cpp 518 TexLookupEvaluator (TexEvalFunc evalFunc, const TexLookupParams& lookupParams) : m_evalFunc(evalFunc), m_lookupParams(lookupParams) {}
521 virtual void evaluate (ShaderEvalContext& ctx) const { m_evalFunc(ctx, m_lookupParams); }
524 TexEvalFunc m_evalFunc;
    [all...]
vktShaderRenderOperatorTests.cpp 471 : m_evalFunc (evalFunc)
485 m_evalFunc(ctx);
493 const ShaderEvalFunc m_evalFunc;
    [all...]

Completed in 178 milliseconds