Home
last modified time | relevance | path

Searched refs:GetFunc (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_singlesample.cpp326 static PFN_BACKEND_FUNC GetFunc(SWR_BACKEND_FUNCS tArg) in GetFunc() function
344 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc() function
349 return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc( in GetFunc()
353 return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NORMAL>::GetFunc( in GetFunc()
357 return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_INNER_CONSERVATIVE>::GetFunc( in GetFunc()
362 return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc( in GetFunc()
370 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc() function
375 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
378 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
381 return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remainingArgs...); in GetFunc()
[all …]
Dutils.h289 static typename TermT::FuncType GetFunc(bool bArg)
293 return TermT::template GetFunc<ArgsB..., std::true_type>();
296 return TermT::template GetFunc<ArgsB..., std::false_type>();
301 static typename TermT::FuncType GetFunc(bool bArg, TArgsT... remainingArgs)
305 return TemplateArgUnroller<TermT, ArgsB..., std::true_type>::GetFunc(remainingArgs...);
308 return TemplateArgUnroller<TermT, ArgsB..., std::false_type>::GetFunc(remainingArgs...);
317 static typename TermT::FuncType GetFunc(RangedArg<T, TMin, TMax> iArg)
321 return TermT::template GetFunc<ArgsB..., std::integral_constant<T, TMax>>();
325 return TemplateArgUnroller<TermT, ArgsB...>::GetFunc(
332 static typename TermT::FuncType GetFunc(RangedArg<T, TVal, TVal> iArg)
[all …]
Dbackend_sample.cpp343 static PFN_BACKEND_FUNC GetFunc(SWR_BACKEND_FUNCS tArg) in GetFunc() function
364 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc() function
369 return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc( in GetFunc()
373 return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NORMAL>::GetFunc( in GetFunc()
377 return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_INNER_CONSERVATIVE>::GetFunc( in GetFunc()
382 return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc( in GetFunc()
390 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc() function
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc()
398 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...); in GetFunc()
401 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remainingArgs...); in GetFunc()
[all …]
Dbinner.cpp218 static FuncType GetFunc() in GetFunc() function
229 return TemplateArgUnroller<ProcessAttributesChooser>::GetFunc( in GetProcessAttributesFunc()
1248 static FuncType GetFunc() in GetFunc() function
1257 return TemplateArgUnroller<FEBinTrianglesChooser>::GetFunc(IsConservative); in GetBinTrianglesFunc()
1266 static FuncType GetFunc() in GetFunc() function
1275 return TemplateArgUnroller<FEBinTrianglesChooser_simd16>::GetFunc(IsConservative); in GetBinTrianglesFunc_simd16()
Dfrontend.cpp2363 static FuncType GetFunc() in GetFunc() function
2377 return TemplateArgUnroller<FEDrawChooser>::GetFunc(IsIndexed, in GetProcessDrawFunc()
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dhandlers-inl.h268 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
276 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
281 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
290 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
295 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc(
304 Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc() {
309 BoundFunc4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc(
318 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
323 BoundFunc5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc(
397 Func1<R, C *, CallMethod0<R, C, F>, FuncInfo<C *, R> > GetFunc() {
[all …]
Dhandlers.h286 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
289 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
/external/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc192 ValueType (MessageType::*GetFunc)(int) const) { in TestRepeatedFieldRefIteratorForPrimitive()
196 EXPECT_EQ((message.*GetFunc)(index), *it); in TestRepeatedFieldRefIteratorForPrimitive()
205 ValueType (MessageType::*GetFunc)(int) const) { in TestRepeatedFieldRefIteratorForString()
211 EXPECT_EQ((message.*GetFunc)(index), *it); in TestRepeatedFieldRefIteratorForString()
212 EXPECT_EQ((message.*GetFunc)(index).size(), it->size()); in TestRepeatedFieldRefIteratorForString()
/external/protobuf/php/ext/google/protobuf/
Dupb.h4274 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4277 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4983 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
4991 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
4996 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
5005 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
5010 BoundFunc3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc(
5019 Func4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc() {
5024 BoundFunc4<R, P1, P2, P3, P4, F, FuncInfo<P1, R> > GetFunc(
5033 Func5<R, P1, P2, P3, P4, P5, F, FuncInfo<P1, R> > GetFunc() {
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4673 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4676 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4683 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
4685 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
4692 #define UpbMakeHandlerT(f) upb::MatchFunc(f).template GetFunc<f>()
4695 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
5226 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
5234 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
5239 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
5248 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
[all …]
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc978 TFE_Op* GetFunc(TFE_Context* ctx, const tensorflow::NameAttrList& func, in GetFunc() function
1050 const auto func_op = GetFunc(ctx, default_value.func(), status); in SetOpAttrValueScalar()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc527 TFE_Op* GetFunc(TFE_Context* ctx, const tensorflow::NameAttrList& func, in GetFunc() function
623 funcs[i] = GetFunc(ctx, attr.default_value().list().func(i), status); in SetOpAttrListDefault()