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

  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 142 PIPE_TRANSFER_FLUSH_EXPLICIT,
189 PIPE_TRANSFER_FLUSH_EXPLICIT |
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 239 assert(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT);
267 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
svga_swtnl_backend.c 128 PIPE_TRANSFER_FLUSH_EXPLICIT |
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 271 PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11),
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 265 flags |= PIPE_TRANSFER_FLUSH_EXPLICIT;

Completed in 55 milliseconds