Searched refs:threaded_context (Results 1 – 7 of 7) sorted by relevance
82 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 …]
193 struct threaded_context;340 struct threaded_context *tc;352 struct threaded_context { struct389 struct threaded_context **out); argument396 static inline struct threaded_context *397 threaded_context(struct pipe_context *pipe) in threaded_context() function399 return (struct threaded_context*)pipe; in threaded_context()
510 struct threaded_context *tc;
912 struct threaded_context *tc;
783 ((struct threaded_context *) tc)->bytes_mapped_limit = total_ram / 4; in si_pipe_create_context()
3411 - radeonsi: don't assume ctx is always a threaded_context
3830 - util/threaded_context: use driver's buffer alignment for staging transfers