Searched defs:STAGE (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 1092 #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/ |
D | SkRasterPipeline_opts.h | 1112 #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/ |
D | vkRayTracingUtil.cpp | 2522 #define CHECKED_ASSIGN_SHADER(SHADER, STAGE) \ argument
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_compiler.h | 1432 #define DEFINE_PROG_DATA_DOWNCAST(STAGE, CHECK) \ argument
|