Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dutils.h287 static typename TermT::FuncType GetFunc(bool bArg)
291 return TermT::template GetFunc<ArgsB..., std::true_type>();
294 return TermT::template GetFunc<ArgsB..., std::false_type>();
299 static typename TermT::FuncType GetFunc(bool bArg, TArgsT... remainingArgs)
303 return TemplateArgUnroller<TermT, ArgsB..., std::true_type>::GetFunc(remainingArgs...);
306 return TemplateArgUnroller<TermT, ArgsB..., std::false_type>::GetFunc(remainingArgs...);
315 static typename TermT::FuncType GetFunc(IntArg<TMin, TMax> iArg)
319 return TermT::template GetFunc<ArgsB..., std::integral_constant<uint32_t, TMax>>();
323 return TemplateArgUnroller<TermT, ArgsB...>::GetFunc(IntArg<TMin, TMax-1>{iArg.val});
328 static typename TermT::FuncType GetFunc(IntArg<TVal, TVal> iArg)
[all …]
Dbackend_singlesample.cpp251 static PFN_BACKEND_FUNC GetFunc(SWR_BACKEND_FUNCS tArg) in GetFunc() function
267 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc() function
271 …E_NONE: return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc(remainingArgs...)… in GetFunc()
272 …RMAL: return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NORMAL>::GetFunc(remainingArgs...)… in GetFunc()
273 … BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_INNER_CONSERVATIVE>::GetFunc(remainingArgs...)… in GetFunc()
276 return BEChooserSingleSample<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc(remainingArgs...); in GetFunc()
283 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc() function
287 …TISAMPLE_1X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...)… in GetFunc()
288 …TISAMPLE_2X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remainingArgs...)… in GetFunc()
289 …TISAMPLE_4X: return BEChooserSingleSample<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remainingArgs...)… in GetFunc()
[all …]
Dbackend_sample.cpp269 static PFN_BACKEND_FUNC GetFunc(SWR_BACKEND_FUNCS tArg) in GetFunc() function
288 static PFN_BACKEND_FUNC GetFunc(SWR_INPUT_COVERAGE tArg, TArgsT... remainingArgs) in GetFunc() function
292 …AGE_NONE: return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc(remainingArgs...)… in GetFunc()
293 …NORMAL: return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NORMAL>::GetFunc(remainingArgs...)… in GetFunc()
294 …rn BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_INNER_CONSERVATIVE>::GetFunc(remainingArgs...)… in GetFunc()
297 … return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc(remainingArgs...); in GetFunc()
304 static PFN_BACKEND_FUNC GetFunc(SWR_MULTISAMPLE_COUNT tArg, TArgsT... remainingArgs) in GetFunc() function
308 …case SWR_MULTISAMPLE_1X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remaini… in GetFunc()
309 …case SWR_MULTISAMPLE_2X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_2X>::GetFunc(remaini… in GetFunc()
310 …case SWR_MULTISAMPLE_4X: return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_4X>::GetFunc(remaini… in GetFunc()
[all …]
Dbinner.cpp224 static FuncType GetFunc() in GetFunc() function
232 …return TemplateArgUnroller<ProcessAttributesChooser>::GetFunc(IntArg<1, 3>{NumVerts}, IsSwizzled, … in GetProcessAttributesFunc()
1155 static FuncType GetFunc() in GetFunc() function
1164 return TemplateArgUnroller<FEBinTrianglesChooser>::GetFunc(IsConservative); in GetBinTrianglesFunc()
1173 static FuncType GetFunc() in GetFunc() function
1182 return TemplateArgUnroller<FEBinTrianglesChooser_simd16>::GetFunc(IsConservative); in GetBinTrianglesFunc_simd16()
Dfrontend.cpp2130 static FuncType GetFunc() in GetFunc() function
2146 …return TemplateArgUnroller<FEDrawChooser>::GetFunc(IsIndexed, IsCutIndexEnabled, HasTessellation, … in GetProcessDrawFunc()
/external/protobuf/php/ext/google/protobuf/
Dupb.h3736 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
3739 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
3746 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
3748 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
3755 #define UpbMakeHandlerT(f) upb::MatchFunc(f).template GetFunc<f>()
3758 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4257 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
4265 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
4270 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
4279 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
[all …]
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h4432 #define UpbMakeHandler(f) upb::MatchFunc(f).template GetFunc<f>()
4435 #define UpbBind(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4442 #define UpbMakeHandler(f) upb::MatchFunc(f).GetFunc<f>()
4444 #define UpbBind(f, d) upb::MatchFunc(f).GetFunc<f>((d))
4451 #define UpbMakeHandlerT(f) upb::MatchFunc(f).template GetFunc<f>()
4454 #define UpbBindT(f, d) upb::MatchFunc(f).template GetFunc<f>((d))
4953 Func1<R, P1, F, FuncInfo<P1, R> > GetFunc() {
4961 Func2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc() {
4966 BoundFunc2<R, P1, P2, F, FuncInfo<P1, R> > GetFunc(
4975 Func3<R, P1, P2, P3, F, FuncInfo<P1, R> > GetFunc() {
[all …]
/external/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc195 ValueType (MessageType::*GetFunc)(int) const) { in TestRepeatedFieldRefIterator()
199 EXPECT_EQ((message.*GetFunc)(index), *it); in TestRepeatedFieldRefIterator()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc901 TFE_Op* GetFunc(TFE_Context* ctx, const tensorflow::NameAttrList& func, in GetFunc() function
954 const auto func_op = GetFunc(ctx, default_value.func(), status); in SetOpAttrValueScalar()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc418 TFE_Op* GetFunc(TFE_Context* ctx, const tensorflow::NameAttrList& func, in GetFunc() function
514 funcs[i] = GetFunc(ctx, attr.default_value().list().func(i), status); in SetOpAttrListDefault()