Home
last modified time | relevance | path

Searched refs:PIPE_RESOURCE_FLAG_MAP_PERSISTENT (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c89 resource.flags = PIPE_RESOURCE_FLAG_MAP_PERSISTENT | in nine_upload_create_buffer_group()
222 resource.flags = PIPE_RESOURCE_FLAG_MAP_PERSISTENT | in nine_upload_create_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_resource.c44 if (nv30->vtxbuf[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in nv30_memory_barrier()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h172 if (pflags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in pipe_to_virgl_flags()
Dvirgl_resource.c505 if (resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in virgl_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c76 if (template->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in svga_buffer_needs_hw_storage()
188 !(resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT)) { in svga_buffer_transfer_map()
Dsvga_resource_buffer_upload.c205 if (sbuf->b.flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) { in svga_buffer_create_host_surface()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_context.c69 if (nv50->vtxbuf[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in nv50_memory_barrier()
88 if (res->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in nv50_memory_barrier()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c204 buffer.flags |= PIPE_RESOURCE_FLAG_MAP_PERSISTENT | in u_upload_alloc_buffer()
Du_threaded_context.c723 !(res->flags & (PIPE_RESOURCE_FLAG_MAP_PERSISTENT | in threaded_resource_init()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_context.c117 if (nvc0->vtxbuf[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in nvc0_memory_barrier()
136 if (res->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) in nvc0_memory_barrier()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h525 #define PIPE_RESOURCE_FLAG_MAP_PERSISTENT (1 << 0) macro
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c80 if (res->b.b.target == PIPE_BUFFER && res->b.b.flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) { in si_init_resource_fields()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_resource.c251 !(prsc->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) && in v3d_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c117 !(prsc->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) && in vc4_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c694 if (buffer->base.flags & (PIPE_RESOURCE_FLAG_MAP_PERSISTENT | in nouveau_buffer_create()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_resource.c1023 !(resource->flags & PIPE_RESOURCE_FLAG_MAP_PERSISTENT) && in panfrost_ptr_map()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c471 PIPE_RESOURCE_FLAG_MAP_PERSISTENT)) in iris_resource_alloc_flags()
/third_party/mesa3d/docs/gallium/
Dcontext.rst822 PIPE_RESOURCE_FLAG_MAP_PERSISTENT must be set when creating
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c199 flags |= PIPE_RESOURCE_FLAG_MAP_PERSISTENT; in storage_flags_to_buffer_flags()