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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_threaded_context.c2410 struct tc_texture_unmap { struct
2418 struct tc_texture_unmap *p = (struct tc_texture_unmap *) call;
2421 return call_size(tc_texture_unmap);
2425 tc_texture_unmap(struct pipe_context *_pipe, struct pipe_transfer *transfer) function in typeref:typename:void
2430 tc_add_call(tc, TC_CALL_texture_unmap, tc_texture_unmap)->transfer = transfer;
2432 /* tc_texture_map directly maps the textures, but tc_texture_unmap

Completed in 8 milliseconds