Home
last modified time | relevance | path

Searched refs:PIPE_USAGE_DYNAMIC (Results 1 - 17 of 17) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dbitmap.c80 res_tmpl.usage = frequently_accessed ? PIPE_USAGE_DYNAMIC : PIPE_USAGE_DEFAULT; in vlVdpBitmapSurfaceCreate()
171 *frequently_accessed = res->usage == PIPE_USAGE_DYNAMIC; in vlVdpBitmapSurfaceGetParameters()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dsubpicture.c216 tex_temp.usage = PIPE_USAGE_DYNAMIC; in vlVaAssociateSubpicture()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolumetexture9.c97 info->usage = PIPE_USAGE_DYNAMIC; in NineVolumeTexture9_ctor()
H A Dtexture9.c148 info->usage = PIPE_USAGE_DYNAMIC; in NineTexture9_ctor()
H A Dcubetexture9.c107 info->usage = PIPE_USAGE_DYNAMIC; in NineCubeTexture9_ctor()
H A Dbuffer9.c136 info->usage = PIPE_USAGE_DYNAMIC; in NineBuffer9_ctor()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h544 PIPE_USAGE_DYNAMIC, /* uploaded data is used multiple times */ enumerator
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c314 tex_templ.usage = PIPE_USAGE_DYNAMIC; in XvMCCreateSubpicture()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DResource.cpp81 resource_usage = PIPE_USAGE_DYNAMIC; in translate_resource_usage()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c529 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16); in create_blit_texcoord_vertexbuf()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c127 case PIPE_USAGE_DYNAMIC: in r600_init_resource_fields()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c69 case PIPE_USAGE_DYNAMIC: in si_init_resource_fields()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c902 if (templ->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT || templ->usage == PIPE_USAGE_DYNAMIC) in resource_object_create()
1012 if (templ->flags & PIPE_RESOURCE_FLAG_MAP_COHERENT || templ->usage == PIPE_USAGE_DYNAMIC) in resource_object_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c704 case PIPE_USAGE_DYNAMIC: in nouveau_buffer_create()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c460 case PIPE_USAGE_DYNAMIC: in iris_resource_alloc_flags()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp137 case PIPE_USAGE_DYNAMIC: in init_buffer()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c210 * usage hint, return a pipe_resource_usage value (PIPE_USAGE_DYNAMIC,
242 return PIPE_USAGE_DYNAMIC; in buffer_usage()

Completed in 36 milliseconds