Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/opts/
DSkRasterPipeline_opts.h1092 #define STAGE(name, ...) \ macro
1105 #define STAGE(name, ...) \ macro
1260 STAGE(seed_shader, Ctx::None) { in STAGE() function
1275 STAGE(dither, const float* rate) { in STAGE() function
1308 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1314 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1321 STAGE(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1329 STAGE(black_color, Ctx::None) { in STAGE() function
1334 STAGE(white_color, Ctx::None) { in STAGE() function
1339 STAGE(load_src, const float* ptr) { in STAGE() function
[all …]
/third_party/skia/src/opts/
DSkRasterPipeline_opts.h1112 #define STAGE(name, ...) \ macro
1125 #define STAGE(name, ...) \ macro
1279 STAGE(seed_shader, Ctx::None) { in STAGE() function
1294 STAGE(dither, const float* rate) { in STAGE() function
1327 STAGE(uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1333 STAGE(unbounded_uniform_color, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1340 STAGE(uniform_color_dst, const SkRasterPipeline_UniformColorCtx* c) { in STAGE() function
1348 STAGE(black_color, Ctx::None) { in STAGE() function
1353 STAGE(white_color, Ctx::None) { in STAGE() function
1358 STAGE(load_src, const float* ptr) { in STAGE() function
[all …]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.cpp2522 #define CHECKED_ASSIGN_SHADER(SHADER, STAGE) \ argument
/third_party/mesa3d/src/intel/compiler/
Dbrw_compiler.h1432 #define DEFINE_PROG_DATA_DOWNCAST(STAGE, CHECK) \ argument