Searched defs:d3d12_context (Results 1 – 1 of 1) sorted by relevance
163 struct d3d12_context { struct164 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 …]