Home
last modified time | relevance | path

Searched refs:evict (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DCFLAliasAnalysisUtils.h39 Result->evict(cast<Function>(Val)); in removeSelfFromCache()
H A DCFLAndersAliasAnalysis.h57 void evict(const Function *Fn);
H A DCFLSteensAliasAnalysis.h61 void evict(Function *Fn);
/third_party/skia/src/gpu/ops/
H A DSmallPathAtlasMgr.h81 void evict(GrDrawOpAtlas::PlotLocator) override;
H A DSmallPathAtlasMgr.cpp130 void SmallPathAtlasMgr::evict(GrDrawOpAtlas::PlotLocator plotLocator) { in evict() function in skgpu::v1::SmallPathAtlasMgr
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c97 struct nouveau_heap **evict = heap->next->priv; in nv30_vertprog_validate() local
98 nouveau_heap_free(evict); in nv30_vertprog_validate()
H A Dnv30_draw.c297 struct nouveau_heap **evict = heap->next->priv; in nv30_render_validate() local
298 nouveau_heap_free(evict); in nv30_render_validate()
H A Dnv30_transfer.c80 struct nouveau_heap **evict = heap->next->priv; in nv30_transfer_rect_vertprog() local
81 nouveau_heap_free(evict); in nv30_transfer_rect_vertprog()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_program.c491 /* Out of space: evict everything to compactify the code segment, hoping in nv50_program_upload_code()
495 struct nv50_program *evict = heap->next->priv; in nv50_program_upload_code() local
496 if (evict) in nv50_program_upload_code()
497 nouveau_heap_free(&evict->mem); in nv50_program_upload_code()
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js527 this.#evict(true);
858 ? this.#evict(false)
940 this.#evict(true);
961 #evict(free) {
970 this.#dispose?.(v, k, 'evict');
973 this.#disposed?.push([v, k, 'evict']);
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/
H A Dindex.js524 this.#evict(true);
855 ? this.#evict(false)
937 this.#evict(true);
958 #evict(free) {
967 this.#dispose?.(v, k, 'evict');
970 this.#disposed?.push([v, k, 'evict']);
/third_party/skia/tests/
H A DDrawOpAtlasTest.cpp76 void evict(GrDrawOpAtlas::PlotLocator) override {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCFLSteensAliasAnalysis.cpp242 void CFLSteensAAResult::evict(Function *Fn) { Cache.erase(Fn); } in evict() function in CFLSteensAAResult
H A DCFLAndersAliasAnalysis.cpp826 void CFLAndersAAResult::evict(const Function *Fn) { Cache.erase(Fn); } in evict() function in CFLAndersAAResult
/third_party/skia/src/gpu/
H A DGrDrawOpAtlas.h220 virtual void evict(PlotLocator) = 0;
306 /** To ensure the atlas does not evict a given entry, the client must set the last use token. */
445 * use lastUse to determine when we can evict a plot from the cache, i.e. if the last use
H A DGrDrawOpAtlas.cpp253 evictor->evict(plotLocator); in processEviction()
535 // Count recently used plots in the last page and evict any that are no longer in use. in compact()
560 // otherwise if aged out just evict it. in compact()
572 // to evict them if there's available space in earlier pages. Since we prioritize uploading in compact()
580 // See if there's room in an earlier page and if so evict. in compact()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c899 struct nvc0_program *evict = heap->next->priv; in nvc0_program_upload() local
900 nouveau_heap_free(&evict->mem); in nvc0_program_upload()

Completed in 15 milliseconds