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

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c59 /* The pipe_transfer ptr could either be the driver's, or u_transfer,
63 struct u_transfer { struct
66 * we end up with stacked u_transfer's. The MSAA resolve case doesn't call
77 static inline struct u_transfer *
78 u_transfer(struct pipe_transfer *ptrans) function in typeref:struct:u_transfer *
81 return (struct u_transfer *)ptrans;
167 struct u_transfer *trans = calloc(1, sizeof(*trans));
236 struct u_transfer *trans;
355 struct u_transfer *trans = (struct u_transfer *)ptran
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_transfer_helper.c59 /* The pipe_transfer ptr could either be the driver's, or u_transfer,
63 struct u_transfer { struct
66 * we end up with stacked u_transfer's. The MSAA resolve case doesn't call
77 static inline struct u_transfer *
78 u_transfer(struct pipe_transfer *ptrans) function in typeref:struct:u_transfer *
81 return (struct u_transfer *)ptrans;
167 struct u_transfer *trans = calloc(1, sizeof(*trans));
236 struct u_transfer *trans;
353 struct u_transfer *trans = u_transfer(ptran
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/
H A DMakefile.sources326 util/u_transfer.c \
327 util/u_transfer.h \
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst2746 - iris: use u_transfer helpers for now

Completed in 8 milliseconds