Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.h578 struct threaded_context { struct
583 struct threaded_context_options options; argument
584 unsigned map_buffer_alignment;
585 unsigned ubo_alignment;
587 struct list_head unflushed_queries;
590 unsigned num_offloaded_slots;
591 unsigned num_direct_slots;
592 unsigned num_syncs;
594 bool use_forced_staging_uploads;
595 bool add_all_gfx_bindings_to_buffer_list;
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_context.h170 struct threaded_context *threaded_context; member