Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c74 tc_debug_check(struct threaded_context *tc) in tc_debug_check()
104 tc_batch_flush(struct threaded_context *tc) in tc_batch_flush()
129 tc_add_sized_call(struct threaded_context *tc, enum tc_call_id id, in tc_add_sized_call()
167 tc_add_small_call(struct threaded_context *tc, enum tc_call_id id) in tc_add_small_call()
173 tc_is_sync(struct threaded_context *tc) in tc_is_sync()
183 _tc_sync(struct threaded_context *tc, MAYBE_UNUSED const char *info, MAYBE_UNUSED const char *func) in _tc_sync()
237 struct threaded_context *tc = threaded_context(_pipe); in threaded_context_flush()
288 tc_sync(threaded_context(pipe)); in threaded_context_unwrap_sync()
307 struct threaded_context *tc = threaded_context(_pipe); \
333 struct threaded_context *tc = threaded_context(_pipe); in tc_create_query()
[all …]
Du_threaded_context.h191 struct threaded_context;
337 struct threaded_context *tc;
349 struct threaded_context { struct
380 struct threaded_context **out); argument
387 static inline struct threaded_context *
388 threaded_context(struct pipe_context *pipe) in threaded_context() function
390 return (struct threaded_context*)pipe; in threaded_context()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.h406 struct threaded_context *tc;
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h525 struct threaded_context *tc;