Home
last modified time | relevance | path

Searched refs:pop_front (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/skia/src/gpu/
H A DGrFinishCallbacks.cpp32 fCallbacks.pop_front(); in check()
42 fCallbacks.pop_front(); in callAll()
/third_party/skia/infra/bots/recipe_modules/builder_name_schema/
H A Dbuilder_name_schema.py143 def pop_front(items): function
161 value, parts = pop_front(parts)
168 value, parts = pop_front(parts)
/third_party/skia/tests/
H A DDequeTest.cpp115 deq.pop_front(); in TestSub()
122 deq.pop_front(); in TestSub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanPredicator.cpp94 Worklist.pop_front(); in genPredicateTree()
96 Worklist.pop_front(); in genPredicateTree()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DFindPreciseNodes.cpp53 void pop_front(size_t n);
113 void AccessChain::pop_front(size_t n) in pop_front() function in sh::__anon19885::AccessChain
134 pop_front(commonSize); in removePrefix()
591 mCurrentAccessChain.pop_front(1);
/third_party/glslang/StandAlone/
H A DWorklist.h73 worklist.pop_front(); in remove()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp54 recommended_passes_.pop_front(); in ChoosePass()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp54 recommended_passes_.pop_front(); in ChoosePass()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DPooledResourceMemoryAllocator.cpp42 mPool.pop_front(); in AllocateResourceHeap()
/third_party/skia/experimental/graphite/src/
H A DGpu.cpp73 fOutstandingSubmissions.pop_front(); in checkForFinishedWork()
/third_party/spirv-tools/source/fuzz/pass_management/
H A Drepeated_pass_manager_random_with_recommendations.cpp54 recommended_passes_.pop_front(); in ChoosePass()
/third_party/mesa3d/src/amd/compiler/
H A Daco_statistics.cpp374 lgkm.pop_front(); in add()
376 exp.pop_front(); in add()
378 vm.pop_front(); in add()
380 vs.pop_front(); in add()
/third_party/nghttp2/src/
H A Dshrpx_memcached_connection.cc555 recvq_.pop_front(); in parse_packet()
640 sendq_.pop_front(); in drain_send_queue()
654 sendbufv_.pop_front(); in drain_send_queue()
656 sendq_.pop_front(); in drain_send_queue()
/third_party/backends/testsuite/backend/genesys/
H A Dtests_row_buffer.cpp50 buf.pop_front(); in test_row_buffer_push_pop_forward()
/third_party/skia/include/private/
H A DSkDeque.h58 void pop_front();
/third_party/glslang/glslang/Include/
H A Darrays.h141 void pop_front() in pop_front() function
317 void dereference() { sizes.pop_front(); } in dereference()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLPlatform.cpp85 createFuncs.pop_front(); in Initialize()
275 createDatas.pop_front(); in createDevices()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DRDFDeadCode.cpp34 T pop_front() { in pop_front() function
133 NodeId N = WorkQ.pop_front(); in collect()
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp163 fUnresolvedBlocks.pop_front(); in finish()
474 fUnresolvedBlocks.pop_front();
738 fUnresolvedBlocks.pop_front();
769 fUnresolvedBlocks.pop_front();
/third_party/backends/backend/genesys/
H A Drow_buffer.h84 void pop_front() in pop_front() function in genesys::RowBuffer
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dqueue.cpp110 queued_events.pop_front(); in flush_unlocked()
/third_party/skia/src/core/
H A DSkExecutor.cpp60 list->pop_front(); in pop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTaskQueue.h118 Tasks.pop_front(); in completeTask()
/third_party/node/src/quic/
H A Dlogstream.cc146 buffer_.pop_front(); in ensure_space()
/third_party/rust/crates/unicode-ident/generate/src/
H A Dmain.rs122 while let Some(next) = halfchunkmap.get_mut(&back).and_then(VecDeque::pop_front) { in main()

Completed in 12 milliseconds

1234