Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkRasterPipeline_opts.h1201 #define STAGE(name, arg) \ macro
1603 STAGE(seed_shader, NoCtx) { in STAGE() function
1617 STAGE(store_device_xy01, F* dst) { in STAGE() function
1630 STAGE(dither, const float* rate) { in STAGE() function
1663 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1669 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1676 STAGE(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1684 STAGE(black_color, NoCtx) { in STAGE() function
1689 STAGE(white_color, NoCtx) { in STAGE() function
1694 STAGE(load_src, const float* ptr) { in STAGE() function
[all …]
/external/mdnsresponder/mDNSShared/
DCommonServices.h1182 #define NumVersionBuild( MAJOR, MINOR, BUGFIX, STAGE, REV ) \ argument
/external/deqp/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp3342 #define CHECKED_ASSIGN_SHADER(SHADER, STAGE) \ argument