Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h163 struct d3d12_context { struct
164 struct pipe_context base;
166 unsigned id;
167 struct slab_child_pool transfer_pool;
168 struct slab_child_pool transfer_pool_unsync;
169 struct list_head context_list_entry;
170 struct threaded_context *threaded_context;
171 struct d3d12_batch batches[8];
172 unsigned current_batch_idx;
173 struct util_dynarray recently_destroyed_bos;
[all …]