Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
SkOpts_hsw.cpp File Reference
#include "src/core/SkOpts.h"
#include "src/opts/SkRasterPipeline_opts.h"

Go to the source code of this file.

Namespaces

namespace  SkOpts
 

Macros

#define SK_OPTS_NS   hsw
 
#define M(st)   ops_highp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::st;
 
#define M(st)   ops_lowp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::lowp::st;
 

Functions

void SkOpts::Init_hsw ()
 

Macro Definition Documentation

◆ M [1/2]

#define M (   st)    ops_highp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::st;

◆ M [2/2]

#define M (   st)    ops_lowp[(int)SkRasterPipelineOp::st] = (StageFn)SK_OPTS_NS::lowp::st;

◆ SK_OPTS_NS

#define SK_OPTS_NS   hsw

Definition at line 12 of file SkOpts_hsw.cpp.