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

1234

/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...]
/external/mesa3d/src/mesa/main/
H A Deval.c773 ctx->Eval.MapGrid1un = un;
774 ctx->Eval.MapGrid1u1 = u1;
775 ctx->Eval.MapGrid1u2 = u2;
776 ctx->Eval.MapGrid1du = (u2 - u1) / (GLfloat) un;
803 ctx->Eval.MapGrid2un = un;
804 ctx->Eval.MapGrid2u1 = u1;
805 ctx->Eval.MapGrid2u2 = u2;
806 ctx->Eval.MapGrid2du = (u2 - u1) / (GLfloat) un;
807 ctx->Eval.MapGrid2vn = vn;
808 ctx->Eval
[all...]
H A Denable.c302 if (ctx->Eval.AutoNormal == state)
305 ctx->Eval.AutoNormal = state;
463 if (ctx->Eval.Map1Color4 == state)
466 ctx->Eval.Map1Color4 = state;
471 if (ctx->Eval.Map1Index == state)
474 ctx->Eval.Map1Index = state;
479 if (ctx->Eval.Map1Normal == state)
482 ctx->Eval.Map1Normal = state;
487 if (ctx->Eval.Map1TextureCoord1 == state)
490 ctx->Eval
[all...]
H A Dattrib.c324 attr->AutoNormal = ctx->Eval.AutoNormal;
341 attr->Map1Color4 = ctx->Eval.Map1Color4;
342 attr->Map1Index = ctx->Eval.Map1Index;
343 attr->Map1Normal = ctx->Eval.Map1Normal;
344 attr->Map1TextureCoord1 = ctx->Eval.Map1TextureCoord1;
345 attr->Map1TextureCoord2 = ctx->Eval.Map1TextureCoord2;
346 attr->Map1TextureCoord3 = ctx->Eval.Map1TextureCoord3;
347 attr->Map1TextureCoord4 = ctx->Eval.Map1TextureCoord4;
348 attr->Map1Vertex3 = ctx->Eval.Map1Vertex3;
349 attr->Map1Vertex4 = ctx->Eval
[all...]
/external/tensorflow/tensorflow/contrib/lite/kernels/
H A Dl2norm.cc61 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::l2norm
90 l2norm::Eval<l2norm::kReference>};
96 l2norm::Eval<l2norm::kGenericOptimized>};
H A Ddiv.cc82 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::div
103 div::Eval<div::kReference>};
109 div::Eval<div::kGenericOptimized>};
115 div::Eval<div::kNeonOptimized>};
H A Dsub.cc82 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::sub
103 sub::Eval<sub::kReference>};
109 sub::Eval<sub::kGenericOptimized>};
115 sub::Eval<sub::kNeonOptimized>};
H A Dexp.cc54 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::exp
83 exp::Eval<exp::kReference>};
H A Dlocal_response_norm.cc59 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::local_response_norm
92 local_response_norm::Eval<local_response_norm::kReference>};
99 local_response_norm::Eval<local_response_norm::kGenericOptimized>};
H A Dresize_bilinear.cc77 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::resize_bilinear
117 resize_bilinear::Eval<resize_bilinear::kReference>};
124 resize_bilinear::Eval<resize_bilinear::kGenericOptimized>};
131 resize_bilinear::Eval<resize_bilinear::kNeonOptimized>};
H A Dembedding_lookup.cc72 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::embedding_lookup
98 embedding_lookup::Eval};
H A Dreshape.cc72 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::reshape
85 reshape::Eval};
H A Dbatch_to_space_nd.cc113 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::batch_to_space_nd
171 batch_to_space_nd::Eval<batch_to_space_nd::kReference>};
178 batch_to_space_nd::Eval<batch_to_space_nd::kGenericOptimized>};
H A Dconcatenation.cc100 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::concatenation
151 concatenation::Eval<concatenation::kReference>};
158 concatenation::Eval<concatenation::kGenericOptimized>};
H A Dpad.cc50 // is callable from both Prepare() and Eval() as long as the caller ensures the
89 // dynamic so output size can be determined in Eval.
98 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::pad
107 // vector<int> to remove malloc from Eval().
169 pad::Eval<pad::kReference>};
175 pad::Eval<pad::kGenericOptimized>};
H A Dspace_to_batch_nd.cc108 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::space_to_batch_nd
168 space_to_batch_nd::Eval<space_to_batch_nd::kReference>};
175 space_to_batch_nd::Eval<space_to_batch_nd::kGenericOptimized>};
H A Dspace_to_depth.cc75 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::space_to_depth
129 space_to_depth::Eval<space_to_depth::kReference>};
136 space_to_depth::Eval<space_to_depth::kGenericOptimized>};
H A Dskip_gram.cc88 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::__anon25951
154 static TfLiteRegistration r = {nullptr, nullptr, Prepare, Eval};
H A Dsqueeze.cc81 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::squeeze
93 squeeze::Eval};
H A Dadd.cc163 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::add
190 add::Eval<add::kReference>};
196 add::Eval<add::kGenericOptimized>};
202 add::Eval<add::kNeonOptimized>};
H A Dmul.cc148 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::mul
174 mul::Eval<mul::kReference>};
180 mul::Eval<mul::kGenericOptimized>};
186 mul::Eval<mul::kNeonOptimized>};
H A Dfully_connected.cc68 // Eval().
238 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::builtin::fully_connected
267 fully_connected::Eval<fully_connected::kReference>};
274 fully_connected::Eval<fully_connected::kNeonOptimized>};
281 fully_connected::Eval<fully_connected::kGenericOptimized>};
288 fully_connected::Eval<fully_connected::kPie>};
/external/gemmlowp/internal/
H A Doutput.h55 OutputType Eval(InputType input, int, int) const { function in struct:gemmlowp::OutputStageEvalImpl
57 output.buf = buffer_eval_impl.Eval(input.buf);
74 OutputType Eval(InputType input) const { function in struct:gemmlowp::OutputStageEvalBufferImpl
100 OutputType Eval(InputType input, int row, int col) const { function in struct:gemmlowp::OutputStageEvalImpl
131 OutputType Eval(InputType input) const { function in struct:gemmlowp::OutputStageEvalBufferImpl
162 OutputType Eval(InputType input) const { function in struct:gemmlowp::OutputStageEvalBufferImpl
195 OutputType Eval(InputType input) const { function in struct:gemmlowp::OutputStageEvalBufferImpl
218 OutputType Eval(InputType input) const {
237 OutputType Eval(InputType input, int row, int col) const {
256 OutputType Eval(InputTyp
[all...]
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
H A Dnormalize.cc58 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::custom::normalize
102 static TfLiteRegistration r = {nullptr, nullptr, nullptr, normalize::Eval};
H A Dextract_feature.cc78 TfLiteStatus Eval(TfLiteContext* context, TfLiteNode* node) { function in namespace:tflite::ops::custom::extract
112 extract::Eval};

Completed in 419 milliseconds

1234