OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transfer_pool_unsync
(Results
1 - 12
of
12
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_context.c
203
slab_destroy_child(&ice->
transfer_pool_unsync
);
284
slab_create_child(&ice->
transfer_pool_unsync
, &screen->transfer_pool);
crocus_context.h
454
struct slab_child_pool
transfer_pool_unsync
;
member in struct:crocus_context
crocus_resource.c
1635
map = slab_alloc(&ice->
transfer_pool_unsync
);
1791
* use transfer_pool, not
transfer_pool_unsync
. Freeing an object into a
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_context.c
248
slab_destroy_child(&ice->
transfer_pool_unsync
);
333
slab_create_child(&ice->
transfer_pool_unsync
, &screen->transfer_pool);
iris_context.h
607
struct slab_child_pool
transfer_pool_unsync
;
member in struct:iris_context
iris_resource.c
2241
map = slab_alloc(&ice->
transfer_pool_unsync
);
2401
* use transfer_pool, not
transfer_pool_unsync
. Freeing an object into a
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_context.c
373
slab_destroy_child(&ctx->
transfer_pool_unsync
);
643
slab_create_child(&ctx->
transfer_pool_unsync
, &screen->transfer_pool);
freedreno_context.h
225
struct slab_child_pool
transfer_pool_unsync
; /* for threaded_context */
member in struct:fd_context
freedreno_resource.c
959
ptrans = slab_alloc(&ctx->
transfer_pool_unsync
);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_context.h
190
struct slab_child_pool
transfer_pool_unsync
;
member in struct:zink_context
zink_resource.c
1131
trans = slab_alloc(&ctx->
transfer_pool_unsync
);
zink_context.c
153
slab_destroy_child(&ctx->
transfer_pool_unsync
);
4119
slab_create_child(&ctx->
transfer_pool_unsync
, &screen->transfer_pool);
Completed in 25 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026