HomeSort by: relevance | last modified time | path
    Searched defs:threaded_transfer (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_threaded_context.h 47 * - threaded_transfer for pipe_transfer (zero memory)
285 struct threaded_transfer { struct
405 static inline struct threaded_transfer *
406 threaded_transfer(struct pipe_transfer *transfer) function
408 return (struct threaded_transfer*)transfer;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_threaded_context.h 47 * - threaded_transfer for pipe_transfer (zero memory)
350 struct threaded_transfer { struct
551 static inline struct threaded_transfer *
552 threaded_transfer(struct pipe_transfer *transfer) function
554 return (struct threaded_transfer*)transfer;

Completed in 40 milliseconds