Home
last modified time | relevance | path

Searched defs:new_pool (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c162 struct zink_query_pool *new_pool = CALLOC_STRUCT(zink_query_pool); in find_or_allocate_qp() local
/third_party/rust/crates/regex/src/
Dexec.rs1453 fn new_pool(ro: &Arc<ExecReadOnly>) -> Box<Pool<ProgramCache>> { in new_pool() method