Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c82 tc_debug_check(struct threaded_context *tc) in tc_debug_check()
172 tc_batch_flush(struct threaded_context *tc) in tc_batch_flush()
198 tc_add_sized_call(struct threaded_context *tc, enum tc_call_id id, in tc_add_sized_call()
236 tc_add_small_call(struct threaded_context *tc, enum tc_call_id id) in tc_add_small_call()
242 tc_is_sync(struct threaded_context *tc) in tc_is_sync()
252 _tc_sync(struct threaded_context *tc, UNUSED const char *info, UNUSED const char *func) in _tc_sync()
307 struct threaded_context *tc = threaded_context(_pipe); in threaded_context_flush()
358 tc_sync(threaded_context(pipe)); in threaded_context_unwrap_sync()
377 struct threaded_context *tc = threaded_context(_pipe); \
403 struct threaded_context *tc = threaded_context(_pipe); in tc_create_query()
[all …]
Du_threaded_context.h193 struct threaded_context;
340 struct threaded_context *tc;
352 struct threaded_context { struct
389 struct threaded_context **out); argument
396 static inline struct threaded_context *
397 threaded_context(struct pipe_context *pipe) in threaded_context() function
399 return (struct threaded_context*)pipe; in threaded_context()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h510 struct threaded_context *tc;
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.h912 struct threaded_context *tc;
Dsi_pipe.c783 ((struct threaded_context *) tc)->bytes_mapped_limit = total_ram / 4; in si_pipe_create_context()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3411 - radeonsi: don't assume ctx is always a threaded_context
D20.3.0.rst3830 - util/threaded_context: use driver's buffer alignment for staging transfers