Home
last modified time | relevance | path

Searched refs:PIPE_RESOURCE_FLAG_MAP_COHERENT (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c90 PIPE_RESOURCE_FLAG_MAP_COHERENT; in nine_upload_create_buffer_group()
223 PIPE_RESOURCE_FLAG_MAP_COHERENT; in nine_upload_create_buffer()
/third_party/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h170 if (pflags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in pipe_to_virgl_flags()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c205 PIPE_RESOURCE_FLAG_MAP_COHERENT; in u_upload_alloc_buffer()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_vbo.c606 if (nv30->vtxbuf[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT)
611 info->index.resource->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT)
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c679 (res->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT)) in nv50_stage_set_sampler_views()
928 if (res && res->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in nv50_set_constant_buffer()
1116 vb[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in nv50_set_vertex_buffers()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h523 #define PIPE_RESOURCE_FLAG_MAP_COHERENT (1 << 1) macro
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c538 (res->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT)) in nvc0_stage_set_sampler_views()
835 if (res && res->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in nvc0_set_constant_buffer()
1060 vb[i].buffer.resource->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in nvc0_set_vertex_buffers()
Dnvc0_vbo.c1101 info->index.resource->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT) in nvc0_draw_vbo()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c237 flags |= PIPE_RESOURCE_FLAG_MAP_COHERENT; in storage_flags_to_buffer_flags()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c148 PIPE_RESOURCE_FLAG_MAP_COHERENT)) { in r600_init_resource_fields()
/third_party/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c695 PIPE_RESOURCE_FLAG_MAP_COHERENT)) { in nouveau_buffer_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c597 if (templ->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT || templ->usage == PIPE_USAGE_DYNAMIC) in resource_object_create()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_resource.c439 if (templ->flags & (PIPE_RESOURCE_FLAG_MAP_COHERENT | in iris_resource_alloc_flags()
/third_party/mesa3d/docs/gallium/
Dcontext.rst830 PIPE_RESOURCE_FLAG_MAP_COHERENT must be set when creating