Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.h352 struct threaded_context { struct
353 struct pipe_context base;
354 struct pipe_context *pipe;
355 struct slab_child_pool pool_transfers;
356 tc_replace_buffer_storage_func replace_buffer_storage;
357 tc_create_fence_func create_fence;
358 unsigned map_buffer_alignment;
382 struct pipe_context *threaded_context_unwrap_sync(struct pipe_context *pipe); argument
389 struct threaded_context **out); argument
397 threaded_context(struct pipe_context *pipe) in threaded_context() function