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

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_threaded_context.h 125 * If the threaded_context does not immediately flush the current batch, the
191 struct threaded_context;
337 struct threaded_context *tc;
349 struct threaded_context { struct
380 struct threaded_context **out);
387 static inline struct threaded_context *
388 threaded_context(struct pipe_context *pipe) function
390 return (struct threaded_context*)pipe;
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_threaded_context.h 126 * If the threaded_context does not immediately flush the current batch, the
205 struct threaded_context;
388 struct threaded_context *tc;
392 struct threaded_context *tc;
428 struct threaded_context { struct
509 void tc_driver_internal_flush_notify(struct threaded_context *tc);
516 struct threaded_context **out);
519 threaded_context_init_bytes_mapped_limit(struct threaded_context *tc, unsigned divisor);
533 static inline struct threaded_context *
534 threaded_context(struct pipe_context *pipe function
    [all...]

Completed in 6 milliseconds