Searched refs:PIPE_TRANSFER_FLUSH_EXPLICIT (Results 1 - 16 of 16) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.c87 PIPE_TRANSFER_FLUSH_EXPLICIT;
110 upload->map_flags & PIPE_TRANSFER_FLUSH_EXPLICIT)
121 upload->map_flags |= PIPE_TRANSFER_FLUSH_EXPLICIT;
130 if (upload->map_flags & PIPE_TRANSFER_FLUSH_EXPLICIT) {
H A Du_transfer_helper.c496 if (!(ptrans->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
H A Du_threaded_context.c1553 PIPE_TRANSFER_FLUSH_EXPLICIT;
1590 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_buffer.c79 if (transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT) {
H A Dvirgl_resource.c59 else if ((usage & (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT)) ==
60 (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT))
H A Dvirgl_texture.c297 (transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT) == 0) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c318 assert(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT);
351 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
H A Dsvga_swtnl_backend.c140 PIPE_TRANSFER_FLUSH_EXPLICIT |
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_buffer_common.c512 PIPE_TRANSFER_FLUSH_EXPLICIT;
529 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c440 if (usage & PIPE_TRANSFER_FLUSH_EXPLICIT &&
602 PIPE_TRANSFER_FLUSH_EXPLICIT;
619 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h309 PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11), enumerator in enum:pipe_transfer_usage
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c449 flags |= PIPE_TRANSFER_FLUSH_EXPLICIT;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/
H A Dswr_context.cpp226 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT) &&
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c538 if (!(tx->base.usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_resource.c1496 if (!(xfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/
H A Dcontext.rst788 ``PIPE_TRANSFER_FLUSH_EXPLICIT``

Completed in 23 milliseconds