Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h464 struct threaded_context { struct
469 struct threaded_context_options options; argument
470 unsigned map_buffer_alignment;
471 unsigned ubo_alignment;
473 struct list_head unflushed_queries;
476 unsigned num_offloaded_slots;
477 unsigned num_direct_slots;
478 unsigned num_syncs;
480 bool use_forced_staging_uploads;
481 bool add_all_gfx_bindings_to_buffer_list;
[all …]
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.h166 struct threaded_context *threaded_context; member