Searched refs:glu (Results 1 - 25 of 563) sorted by relevance

1234567891011>>

/external/deqp/modules/gles2/functional/
H A Des2fShaderConstExprTests.cpp55 const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numCases, glu::GLSL_VERSION_100_ES);
74 {"radians", "radians(${T} (90.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatRadians(90.0f) },
75 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
76 {"sin", "sin(${T} (3.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSin(3.0f) },
77 {"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) },
78 {"tan", "tan(${T} (1.5))", glu
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fShaderConstExprTests.cpp56 const std::vector<tcu::TestNode*> children = createTests(m_testCtx, m_context.getRenderContext(), m_context.getContextInfo(), cases, numCases, glu::GLSL_VERSION_300_ES);
75 {"radians", "radians(${T} (90.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatRadians(90.0f) },
76 {"degrees", "degrees(${T} (2.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatDegrees(2.0f) },
77 {"sin", "sin(${T} (3.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatSin(3.0f) },
78 {"cos", "cos(${T} (3.2))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatCos(3.2f) },
79 {"tan", "tan(${T} (1.5))", glu
[all...]
/external/deqp/framework/platform/null/
H A DtcuNullContextFactory.cpp33 : glu::ContextFactory("null", "Null Render Context")
37 glu::RenderContext* NullGLContextFactory::createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const
H A DtcuNullContextFactory.hpp34 class NullGLContextFactory : public glu::ContextFactory
38 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine&) const;
H A DtcuNullRenderContext.hpp31 namespace glu namespace
37 } // glu
53 class RenderContext : public glu::RenderContext
56 RenderContext (const glu::RenderConfig& config);
59 virtual glu::ContextType getType (void) const { return m_ctxType; }
67 const glu::ContextType m_ctxType;
/external/deqp/framework/platform/osx/
H A DtcuOSXPlatform.hpp33 class OSXPlatform : public tcu::Platform, private glu::Platform
39 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_pruneL.h49 * \param glu Global LU data
53 void SparseLUImpl<Scalar,Index>::pruneL(const Index jcol, const IndexVector& perm_r, const Index pivrow, const Index nseg, const IndexVector& segrep, BlockIndexVector repfnz, IndexVector& xprune, GlobalLU_t& glu) argument
56 Index jsupno = glu.supno(jcol);
72 if (glu.supno(irep) == glu.supno(irep1) ) continue; // don't prune
75 if (glu.supno(irep) != jsupno )
77 if ( xprune (irep) >= glu.xlsub(irep1) )
79 kmin = glu.xlsub(irep);
80 kmax = glu.xlsub(irep1) - 1;
83 if (glu
[all...]
H A DSparseLU_Utils.h21 void SparseLUImpl<Scalar,Index>::countnz(const Index n, Index& nnzL, Index& nnzU, GlobalLU_t& glu) argument
24 nnzU = (glu.xusub)(n);
25 Index nsuper = (glu.supno)(n);
32 fsupc = glu.xsup(i);
33 jlen = glu.xlsub(fsupc+1) - glu.xlsub(fsupc);
35 for (j = fsupc; j < glu.xsup(i+1); j++)
52 void SparseLUImpl<Scalar,Index>::fixupL(const Index n, const IndexVector& perm_r, GlobalLU_t& glu) argument
57 Index nsuper = (glu.supno)(n);
62 fsupc = glu
[all...]
H A DSparseLU_copy_to_ucol.h44 * \param glu Global LU data.
50 Index SparseLUImpl<Scalar,Index>::copy_to_ucol(const Index jcol, const Index nseg, IndexVector& segrep, BlockIndexVector repfnz ,IndexVector& perm_r, BlockScalarVector dense, GlobalLU_t& glu) argument
54 Index jsupno = glu.supno(jcol);
58 Index nextu = glu.xusub(jcol);
65 ksupno = glu.supno(krep);
71 fsupc = glu.xsup(ksupno);
72 isub = glu.xlsub(fsupc) + kfnz - fsupc;
75 while (new_next > glu.nzumax)
77 mem = memXpand<ScalarVector>(glu.ucol, glu
[all...]
/external/deqp/framework/egl/
H A DegluGLContextFactory.hpp39 class GLRenderContext : public glu::RenderContext
46 class GLContextFactory : public glu::ContextFactory
50 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
/external/deqp/framework/opengl/
H A DgluPlatform.cpp31 namespace glu namespace
42 } // glu
H A DgluStateReset.hpp28 namespace glu namespace
36 } // glu
/external/deqp/modules/glshared/
H A DglsShaderLibraryCase.hpp30 namespace glu namespace
48 glu::RenderContext& renderCtx,
49 const glu::ContextInfo& contextInfo,
52 const glu::sl::ShaderCaseSpecification& specification);
64 glu::RenderContext& m_renderCtx;
65 const glu::ContextInfo& m_contextInfo;
66 const glu::sl::ShaderCaseSpecification m_spec;
H A DglsShaderConstExprTests.cpp40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output)
42 dst->outputs.push_back(glu::sl::Value());
45 glu::sl::Value& value = dst->outputs.back();
48 value.type = glu::VarType(type, glu::PRECISION_LAST);
53 case glu::TYPE_INT:
57 case glu::TYPE_UINT:
61 case glu::TYPE_BOOL:
65 case glu
[all...]
H A DglsShaderLibrary.hpp41 ShaderLibrary (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& contextInfo);
51 glu::RenderContext& m_renderCtx;
52 const glu::ContextInfo& m_contextInfo;
H A DglsShaderConstExprTests.hpp37 namespace glu namespace
48 using glu::DataType;
71 glu::RenderContext& renderContext,
72 const glu::ContextInfo& contextInfo,
75 glu::GLSLVersion version,
/external/deqp/modules/gles2/
H A Dtes2Context.hpp29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;
/external/deqp/modules/gles3/
H A Dtes3Context.hpp29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
58 glu::RenderContext* m_renderCtx;
59 glu::ContextInfo* m_contextInfo;
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkGlslToSpirV.hpp48 bool compileGlslToSpirV (const glu::ProgramSources& src, std::vector<deUint32>* dst, glu::ShaderProgramInfo* buildInfo);
/external/deqp/framework/platform/raspi/
H A DtcuRaspiPlatform.hpp38 class Platform : public tcu::Platform, private eglu::Platform, private glu::Platform
44 virtual const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&> (*this); }
/external/deqp/framework/platform/win32/
H A DtcuWGLContextFactory.hpp35 class ContextFactory : public glu::ContextFactory
39 virtual glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
H A DtcuWin32Platform.hpp38 class Platform : public tcu::Platform, private glu::Platform, private eglu::Platform
46 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderFunctionTests.cpp91 glu::DataType samplerDataType;
92 glu::DataType pDataType;
93 glu::DataType offsetsDataType;
94 glu::DataType fourthArgument;
99 static const glu::DataType s_floatTypes[] =
101 glu::TYPE_FLOAT,
102 glu::TYPE_FLOAT_VEC2,
103 glu::TYPE_FLOAT_VEC3,
104 glu::TYPE_FLOAT_VEC4
107 static const glu
[all...]
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh62 class ContextFactory : public glu::ContextFactory
68 glu::RenderContext* createContext (const glu::RenderConfig& config, const tcu::CommandLine& cmdLine) const;
74 class Platform : public tcu::Platform, private glu::Platform
80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
84 class RawContext : public glu::RenderContext
87 RawContext (glu::ContextType type);
90 virtual glu::ContextType getType (void) const { return m_type; }
100 glu
[all...]
/external/deqp/modules/gles31/
H A Dtes31Context.hpp29 namespace glu namespace
52 glu::RenderContext& getRenderContext (void) { return *m_renderCtx; }
53 const glu::ContextInfo& getContextInfo (void) const { return *m_contextInfo; }
64 glu::RenderContext* m_renderCtx;
65 glu::ContextInfo* m_contextInfo;

Completed in 2936 milliseconds

1234567891011>>