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 primconvert_context *primconvert;172 struct blitter_context *blitter;173 struct u_suballocator query_allocator;[all …]