Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2463 struct tc_buffer_unmap { struct
2475 struct tc_buffer_unmap *p = to_call(call, tc_buffer_unmap); in tc_call_buffer_unmap() argument
2487 return call_size(tc_buffer_unmap); in tc_call_buffer_unmap()
2491 tc_buffer_unmap(struct pipe_context *_pipe, struct pipe_transfer *transfer) in tc_buffer_unmap() function
2561 struct tc_buffer_unmap *p = tc_add_call(tc, TC_CALL_buffer_unmap, in tc_buffer_unmap()
2562 tc_buffer_unmap); in tc_buffer_unmap()
2677 tc_buffer_unmap(_pipe, transfer); in tc_buffer_subdata()