HomeSort by relevance Sort by last modified time
    Searched full:ilo_transfer (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/drivers/ilo/
ilo_transfer.h 55 struct ilo_transfer { struct
68 static inline struct ilo_transfer *
69 ilo_transfer(struct pipe_transfer *transfer) function
71 return (struct ilo_transfer *) transfer;
Makefile.sources 85 ilo_transfer.c \
86 ilo_transfer.h \
ilo_transfer.c 38 #include "ilo_transfer.h"
157 xfer_alloc_staging_res(struct ilo_transfer *xfer)
204 xfer_unblock(struct ilo_transfer *xfer, bool *resource_renamed)
245 xfer_alloc_staging_sys(struct ilo_transfer *xfer)
268 xfer_map(struct ilo_transfer *xfer)
328 xfer_unmap(struct ilo_transfer *xfer)
569 const struct ilo_transfer *xfer)
696 const struct ilo_transfer *xfer)
823 const struct ilo_transfer *xfer)
879 tex_staging_sys_writeback(struct ilo_transfer *xfer
    [all...]
ilo_context.c 41 #include "ilo_transfer.h"
155 sizeof(struct ilo_transfer), 64);
ilo_screen.c 39 #include "ilo_transfer.h" /* for ILO_TRANSFER_MAP_BUFFER_ALIGNMENT */

Completed in 202 milliseconds