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

  /external/mesa3d/src/gallium/drivers/virgl/
virgl_resource.c 49 else if ((usage & (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT)) ==
50 (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT))
virgl_buffer.c 107 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
virgl_texture.c 225 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.c 297 assert(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT);
327 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
svga_swtnl_backend.c 138 PIPE_TRANSFER_FLUSH_EXPLICIT |
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 83 PIPE_TRANSFER_FLUSH_EXPLICIT;
u_debug.c 494 DEBUG_NAMED_VALUE(PIPE_TRANSFER_FLUSH_EXPLICIT),
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_transfer.c 51 * - When PIPE_TRANSFER_FLUSH_EXPLICIT is set, there is no reading and only
144 PIPE_TRANSFER_FLUSH_EXPLICIT);
184 if (xfer->base.usage & PIPE_TRANSFER_FLUSH_EXPLICIT) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_buffer_common.c 451 PIPE_TRANSFER_FLUSH_EXPLICIT)) {
466 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT))
  /external/mesa3d/src/gallium/include/pipe/
p_defines.h 308 PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11),
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 399 flags |= PIPE_TRANSFER_FLUSH_EXPLICIT;
  /external/mesa3d/src/gallium/drivers/swr/
swr_context.cpp 227 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT) &&
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 540 if (!(tx->base.usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
    [all...]
  /external/mesa3d/src/gallium/drivers/freedreno/
freedreno_resource.c 414 if (trans->staging && !(ptrans->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
    [all...]

Completed in 321 milliseconds