Searched refs:Eval (Results 1 - 25 of 36) sorted by relevance

12

/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_eval.c80 if (ctx->Eval.Map1Color4)
83 if (ctx->Eval.Map2Color4)
86 if (ctx->Eval.Map1TextureCoord4)
88 else if (ctx->Eval.Map1TextureCoord3)
90 else if (ctx->Eval.Map1TextureCoord2)
92 else if (ctx->Eval.Map1TextureCoord1)
95 if (ctx->Eval.Map2TextureCoord4)
97 else if (ctx->Eval.Map2TextureCoord3)
99 else if (ctx->Eval.Map2TextureCoord2)
101 else if (ctx->Eval
[all...]
H A Dvbo_exec_api.c614 if (ctx->Eval.AutoNormal)
641 GLfloat du = ((ctx->Eval.MapGrid1u2 - ctx->Eval.MapGrid1u1) /
642 (GLfloat) ctx->Eval.MapGrid1un);
643 GLfloat u = i * du + ctx->Eval.MapGrid1u1;
652 GLfloat du = ((ctx->Eval.MapGrid2u2 - ctx->Eval.MapGrid2u1) /
653 (GLfloat) ctx->Eval.MapGrid2un);
654 GLfloat dv = ((ctx->Eval.MapGrid2v2 - ctx->Eval
[all...]
/external/mesa3d/src/mesa/main/
H A Deval.c838 ctx->Eval.MapGrid1un = un;
839 ctx->Eval.MapGrid1u1 = u1;
840 ctx->Eval.MapGrid1u2 = u2;
841 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un;
869 ctx->Eval.MapGrid2un = un;
870 ctx->Eval.MapGrid2u1 = u1;
871 ctx->Eval.MapGrid2u2 = u2;
872 ctx->Eval.MapGrid2du = (u2 - u1) / (GLfloat) un;
873 ctx->Eval.MapGrid2vn = vn;
874 ctx->Eval
[all...]
H A Denable.c286 if (ctx->Eval.AutoNormal == state)
289 ctx->Eval.AutoNormal = state;
447 if (ctx->Eval.Map1Color4 == state)
450 ctx->Eval.Map1Color4 = state;
455 if (ctx->Eval.Map1Index == state)
458 ctx->Eval.Map1Index = state;
463 if (ctx->Eval.Map1Normal == state)
466 ctx->Eval.Map1Normal = state;
471 if (ctx->Eval.Map1TextureCoord1 == state)
474 ctx->Eval
[all...]
H A Dattrib.c265 attr->AutoNormal = ctx->Eval.AutoNormal;
282 attr->Map1Color4 = ctx->Eval.Map1Color4;
283 attr->Map1Index = ctx->Eval.Map1Index;
284 attr->Map1Normal = ctx->Eval.Map1Normal;
285 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1;
286 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
287 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3;
288 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4;
289 attr->Map1Vertex3 = ctx->Eval.Map1Vertex3;
290 attr->Map1Vertex4 = ctx->Eval
[all...]
H A Dget.c826 { GL_AUTO_NORMAL, CONTEXT_BOOL(Eval.AutoNormal), NO_EXTRA },
872 { GL_MAP1_COLOR_4, CONTEXT_BOOL(Eval.Map1Color4), NO_EXTRA },
873 { GL_MAP1_GRID_DOMAIN, CONTEXT_FLOAT2(Eval.MapGrid1u1), NO_EXTRA },
874 { GL_MAP1_GRID_SEGMENTS, CONTEXT_INT(Eval.MapGrid1un), NO_EXTRA },
875 { GL_MAP1_INDEX, CONTEXT_BOOL(Eval.Map1Index), NO_EXTRA },
876 { GL_MAP1_NORMAL, CONTEXT_BOOL(Eval.Map1Normal), NO_EXTRA },
877 { GL_MAP1_TEXTURE_COORD_1, CONTEXT_BOOL(Eval.Map1TextureCoord1), NO_EXTRA },
878 { GL_MAP1_TEXTURE_COORD_2, CONTEXT_BOOL(Eval.Map1TextureCoord2), NO_EXTRA },
879 { GL_MAP1_TEXTURE_COORD_3, CONTEXT_BOOL(Eval.Map1TextureCoord3), NO_EXTRA },
880 { GL_MAP1_TEXTURE_COORD_4, CONTEXT_BOOL(Eval
[all...]
H A Dcontext.c1228 dst->Eval = src->Eval;
/external/gemmlowp/internal/
H A Doutput_neon.h50 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
55 impl_int32x4.Eval(input.data.val[i], row + 4 * i, col);
74 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
102 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
132 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
159 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
180 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
200 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
222 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
H A Doutput.h76 // Each specialization provides a OutputType typedef and an Eval function
111 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
135 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
159 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
182 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
198 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
218 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
264 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageTanhEvalImpl
356 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputPipelineEvalImpl
358 FirstStageOutputType first_stage_output = head_impl.Eval(inpu
374 InputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputPipelineEvalImpl
[all...]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorConversion.h166 template <bool SameType, typename Eval, typename Scalar> struct ConversionSubExprEval {
167 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool run(Eval& impl, Scalar*) {
173 template <typename Eval, typename Scalar> struct ConversionSubExprEval<true, Eval, Scalar> {
174 static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool run(Eval& impl, Scalar* data) {
180 // Eval as rvalue
/external/clang/lib/AST/
H A DDecl.cpp2082 if (auto *Eval = Init.dyn_cast<EvaluatedStmt *>()) {
2083 Eval->~EvaluatedStmt();
2084 getASTContext().Deallocate(Eval);
2121 auto *Eval = Init.dyn_cast<EvaluatedStmt *>(); local
2122 if (!Eval) {
2127 Eval = new (getASTContext()) EvaluatedStmt;
2128 Eval->Value = Init.get<Stmt *>();
2129 Init = Eval;
2131 return Eval;
2148 EvaluatedStmt *Eval local
[all...]
/external/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h107 Eval(DominatorTreeBase<typename GraphT::NodeType> &DT, function in namespace:llvm
198 typename GraphT::NodeType* U = Eval<GraphT>(DT, V, i + 1);
212 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
H A DGenericDomTree.h631 Eval(DominatorTreeBase<typename GraphT::NodeType> &DT,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DDominatorInternals.h108 Eval(DominatorTreeBase<typename GraphT::NodeType>& DT, function in namespace:llvm
199 typename GraphT::NodeType* U = Eval<GraphT>(DT, V, i + 1);
213 unsigned SemiU = DT.Info[Eval<GraphT>(DT, N, i + 1)].Semi;
/external/clang/test/CodeGen/
H A Dstdcall-fastcall.c76 enum Enum {Eval}; enumerator in enum:Enum
/external/valgrind/drd/tests/
H A Dtsan_thread_wrappers_pthread.h170 bool Eval() { return func_(arg_); } function in class:Condition
229 while(cond.Eval() == false) {
243 while (cond.Eval() == false && retcode == 0) {
249 return cond.Eval();
/external/v8/src/inspector/
H A Ddebugger_script_externs.js111 Eval: 1,
/external/v8/src/parsing/
H A Dpreparser.cc61 return PreParserIdentifier::Eval();
/external/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp839 bool Eval = ME.evaluate(MI, Map, ResMap);
841 if (Trace && Eval) {
872 if (!Eval || ResMap.count(RD.Reg) == 0) {
923 bool Eval = ME.evaluate(MI, Map, BTs, FallsThrough);
924 if (!Eval) {
/external/llvm/lib/Transforms/IPO/
H A DWholeProgramDevirt.cpp429 Evaluator Eval(M.getDataLayout(), nullptr);
435 if (!Eval.EvaluateFunction(Target.Fn, RetVal, EvalArgs) ||
H A DGlobalOpt.cpp2165 Evaluator Eval(DL, TLI);
2167 bool EvalSuccess = Eval.EvaluateFunction(F, RetValDummy,
2175 << F->getName() << "' to " << Eval.getMutatedMemory().size()
2177 for (const auto &I : Eval.getMutatedMemory())
2179 for (GlobalVariable *GV : Eval.getInvariants())
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp295 {"Eval", CXFA_FM2JSContext::Eval},
2935 void CXFA_FM2JSContext::Eval(CFXJSE_Value* pThis, function in class:CXFA_FM2JSContext
2940 pContext->ThrowParamCountMismatchException(L"Eval");
5640 pContext->ThrowParamCountMismatchException(L"Eval");
H A Dxfa_fm2jscontext.h220 static void Eval(CFXJSE_Value* pThis,
/external/opencv/ml/src/
H A Dmlann_mlp.cpp1253 double Eval = dEdwk[j]; local
1256 int s = CV_SIGN(Eval);
/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp346 EnterExpressionEvaluationContext Eval(Actions,

Completed in 570 milliseconds

12