Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkRasterPipeline_opts.h847 #define STAGE(name, ...) \ macro
860 #define STAGE(name, ...) \ macro
997 STAGE(seed_shader, Ctx::None) { in STAGE() function
1012 STAGE(dither, const float* rate) { in STAGE() function
1045 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1051 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1059 STAGE(black_color, Ctx::None) { in STAGE() function
1064 STAGE(white_color, Ctx::None) { in STAGE() function
1069 STAGE(load_src, const float* ptr) { in STAGE() function
1077 STAGE(store_src, float* ptr) { in STAGE() function
[all …]
/external/skqp/src/opts/
DSkRasterPipeline_opts.h847 #define STAGE(name, ...) \ macro
860 #define STAGE(name, ...) \ macro
997 STAGE(seed_shader, Ctx::None) { in STAGE() function
1012 STAGE(dither, const float* rate) { in STAGE() function
1045 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1051 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1059 STAGE(black_color, Ctx::None) { in STAGE() function
1064 STAGE(white_color, Ctx::None) { in STAGE() function
1069 STAGE(load_rgba, const float* ptr) { in STAGE() function
1077 STAGE(store_rgba, float* ptr) { in STAGE() function
[all …]
/external/mdnsresponder/mDNSShared/
DCommonServices.h1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument