Home
last modified time | relevance | path

Searched defs:BEChooserSampleRate (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dbackend_sample.cpp340 struct BEChooserSampleRate struct
343 static PFN_BACKEND_FUNC GetFunc(SWR_BACKEND_FUNCS tArg) in GetFunc()
369 return BEChooserSampleRate<ArgsT..., SWR_INPUT_COVERAGE_NONE>::GetFunc( in GetFunc() argument
395 return BEChooserSampleRate<ArgsT..., SWR_MULTISAMPLE_1X>::GetFunc(remainingArgs...); in GetFunc() argument
422 return BEChooserSampleRate<ArgsT..., 1>::GetFunc(remainingArgs...); in GetFunc() argument