Searched refs:tc_texture_unmap (Results 1 – 1 of 1) sorted by relevance
2410 struct tc_texture_unmap { struct2418 struct tc_texture_unmap *p = (struct tc_texture_unmap *) call; in tc_call_texture_unmap() argument2421 return call_size(tc_texture_unmap); in tc_call_texture_unmap()2425 tc_texture_unmap(struct pipe_context *_pipe, struct pipe_transfer *transfer) in tc_texture_unmap() function2430 tc_add_call(tc, TC_CALL_texture_unmap, tc_texture_unmap)->transfer = transfer; in tc_texture_unmap()