Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_threaded_context.c2582 struct tc_texture_unmap { struct
2590 struct tc_texture_unmap *p = (struct tc_texture_unmap *) call; in tc_call_texture_unmap() argument
2593 return call_size(tc_texture_unmap); in tc_call_texture_unmap()
2597 tc_texture_unmap(struct pipe_context *_pipe, struct pipe_transfer *transfer) in tc_texture_unmap() function
2602 tc_add_call(tc, TC_CALL_texture_unmap, tc_texture_unmap)->transfer = transfer; in tc_texture_unmap()