Searched defs:to_surface (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_context.c91 int to_surface, struct xa_box *boxes, unsigned int num_boxes)
99 transfer_direction = (to_surface ? PIPE_TRANSFER_WRITE :
116 if (to_surface) {
126 if (to_surface)
87 xa_surface_dma(struct xa_context *ctx, struct xa_surface *srf, void *data, unsigned int pitch, int to_surface, struct xa_box *boxes, unsigned int num_boxes) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_context.c91 int to_surface, struct xa_box *boxes, unsigned int num_boxes)
99 transfer_direction = (to_surface ? PIPE_TRANSFER_WRITE :
116 if (to_surface) {
126 if (to_surface)
87 xa_surface_dma(struct xa_context *ctx, struct xa_surface *srf, void *data, unsigned int pitch, int to_surface, struct xa_box *boxes, unsigned int num_boxes) argument

Completed in 479 milliseconds