Searched refs:tc_texture_unmap (Results 1 – 1 of 1) sorted by relevance
2582 struct tc_texture_unmap { struct2590 struct tc_texture_unmap *p = (struct tc_texture_unmap *) call; in tc_call_texture_unmap() argument2593 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() function2602 tc_add_call(tc, TC_CALL_texture_unmap, tc_texture_unmap)->transfer = transfer; in tc_texture_unmap()