Home
last modified time | relevance | path

Searched defs:wg (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dwaitgroup_test.cpp20 marl::WaitGroup wg(2); // Should not require a scheduler. in TEST_F() local
27 marl::WaitGroup wg(2); // Should not require a scheduler. in TEST_F() local
35 marl::WaitGroup wg(1); in TEST_P() local
46 marl::WaitGroup wg(10); in TEST_P() local
Dblockingcall_test.cpp27 marl::WaitGroup wg(100); in TEST_P() local
46 marl::WaitGroup wg(100); in TEST_P() local
66 marl::WaitGroup wg(1); in TEST_P() local
Dscheduler_test.cpp71 marl::WaitGroup wg(1); in TEST_P() local
99 marl::WaitGroup wg(1); in TEST_P() local
113 marl::WaitGroup wg(1000); in TEST_P() local
135 marl::WaitGroup wg(num_threads); in TEST_P() local
169 marl::WaitGroup wg; in TEST_F() local
191 marl::WaitGroup wg; in TEST_F() local
Devent_test.cpp88 auto wg = marl::WaitGroup(3); in TEST_P() local
132 auto wg = marl::WaitGroup(1000); in TEST_P() local
146 auto wg = marl::WaitGroup(1000); in TEST_P() local
163 auto wg = marl::WaitGroup(1000); in TEST_P() local
178 auto wg = marl::WaitGroup(1000); in TEST_P() local
202 auto wg = marl::WaitGroup(100); in TEST_P() local
Dscheduler_bench.cpp36 marl::WaitGroup wg; in BENCHMARK_DEFINE_F() local
57 marl::WaitGroup wg; in BENCHMARK_DEFINE_F() local
Dwaitgroup_bench.cpp22 marl::WaitGroup wg; in BENCHMARK_DEFINE_F() local
Dpool_test.cpp49 marl::WaitGroup wg(iterations); in TEST_P() local
69 marl::WaitGroup wg(iterations); in TEST_P() local
Dconditionvariable_test.cpp118 auto wg = marl::WaitGroup(100); in TEST_P() local
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dparallelize.h28 MARL_NO_EXPORT inline void parallelizeChain(WaitGroup& wg, F&& f, L&&... l) { in parallelizeChain()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkQueryPool.hpp79 marl::WaitGroup wg; member in vk::Query
/third_party/skia/third_party/externals/swiftshader/src/System/
DSynchronization.hpp102 const marl::WaitGroup wg; member in sw::CountedEvent
/third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/
Dfractal.cpp165 marl::WaitGroup wg(imageHeight); in main() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_utils.cpp766 GroupScope wg(json, "State"); in SerializeRenderbufferState() local
779 GroupScope wg(json, "Renderbuffer", renderbuffer->id().value); in SerializeRenderbuffer() local
824 GroupScope wg(json, "workGroupSize"); in SerializeWorkGroupSize() local
832 GroupScope wg(json, "ShaderVariable"); in SerializeShaderVariable() local
/third_party/nghttp2/src/
Dshrpx_worker.h114 WeightGroup *wg; member
183 WeightGroup *wg; member
Dshrpx_worker.cc213 WeightGroup *wg, DownstreamAddr *addr) { in ensure_enqueue_addr()
381 auto &wg = wgs[addr.group]; in replace_downstream_config() local
Dshrpx_client_handler.cc842 WeightGroup *wg) { in reschedule_wg()
935 auto wg = wgpq.top().wg; in get_downstream_addr() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.cpp242 marl::WaitGroup wg; in run() local
/third_party/skia/third_party/externals/tint/src/resolver/
Ddependency_graph.cc399 if (auto* wg = deco->As<ast::WorkgroupDecoration>()) { in TraverseDecoration() local
/third_party/ffmpeg/libavfilter/
Dvf_paletteuse.c631 int wa, wr, wg, wb; in get_next_color() local