Home
last modified time | relevance | path

Searched refs:PIPE_TRANSFER_FLUSH_EXPLICIT (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c49 else if ((usage & (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT)) == in virgl_res_needs_readback()
50 (PIPE_TRANSFER_WRITE | PIPE_TRANSFER_FLUSH_EXPLICIT)) in virgl_res_needs_readback()
Dvirgl_buffer.c107 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in virgl_buffer_transfer_unmap()
Dvirgl_texture.c225 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in virgl_texture_transfer_unmap()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c297 assert(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT); in svga_buffer_transfer_flush_region()
330 if (!(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in svga_buffer_transfer_unmap()
Dsvga_swtnl_backend.c140 PIPE_TRANSFER_FLUSH_EXPLICIT | in svga_vbuf_render_map_vertices()
/external/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c86 PIPE_TRANSFER_FLUSH_EXPLICIT; in u_upload_create()
Du_transfer_helper.c458 if (!(ptrans->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in u_transfer_helper_transfer_unmap()
Du_threaded_context.c1547 PIPE_TRANSFER_FLUSH_EXPLICIT; in tc_transfer_flush_region()
1584 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) in tc_transfer_unmap()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c518 PIPE_TRANSFER_FLUSH_EXPLICIT; in r600_buffer_flush_region()
535 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) in r600_buffer_transfer_unmap()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_buffer_common.c526 PIPE_TRANSFER_FLUSH_EXPLICIT; in r600_buffer_flush_region()
543 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) in r600_buffer_transfer_unmap()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h283 PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11), enumerator
/external/virglrenderer/src/gallium/auxiliary/util/
Du_debug.c493 FLAG(PIPE_TRANSFER_FLUSH_EXPLICIT), in debug_print_transfer_flags()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h309 PIPE_TRANSFER_FLUSH_EXPLICIT = (1 << 11), enumerator
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c432 flags |= PIPE_TRANSFER_FLUSH_EXPLICIT; in st_bufferobj_map_range()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp226 !(transfer->usage & PIPE_TRANSFER_FLUSH_EXPLICIT) && in swr_transfer_unmap()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c540 if (!(tx->base.usage & PIPE_TRANSFER_FLUSH_EXPLICIT)) { in nouveau_buffer_transfer_unmap()
/external/mesa3d/src/gallium/docs/source/
Dcontext.rst733 ``PIPE_TRANSFER_FLUSH_EXPLICIT``