Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/vdpau/
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()
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h408 #define PIPE_USAGE_DYNAMIC 2 /* uploaded data is used multiple times */ macro
/external/mesa3d/src/gallium/frontends/va/
Dsubpicture.c216 tex_temp.usage = PIPE_USAGE_DYNAMIC; in vlVaAssociateSubpicture()
/external/mesa3d/src/gallium/frontends/nine/
Dvolumetexture9.c97 info->usage = PIPE_USAGE_DYNAMIC; in NineVolumeTexture9_ctor()
Dcubetexture9.c104 info->usage = PIPE_USAGE_DYNAMIC; in NineCubeTexture9_ctor()
Dtexture9.c145 info->usage = PIPE_USAGE_DYNAMIC; in NineTexture9_ctor()
Dbuffer9.c102 info->usage = PIPE_USAGE_DYNAMIC; in NineBuffer9_ctor()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c334 PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16); in create_blit_texcoord_vertexbuf()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h527 PIPE_USAGE_DYNAMIC, /* uploaded data is used multiple times */ enumerator
/external/crosvm/gpu_renderer/src/generated/
Dp_defines.rs157 pub const PIPE_USAGE_DYNAMIC: u32 = 2; constant
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c257 return PIPE_USAGE_DYNAMIC; in buffer_usage()
/external/mesa3d/src/gallium/frontends/xvmc/
Dsubpicture.c314 tex_templ.usage = PIPE_USAGE_DYNAMIC; in XvMCCreateSubpicture()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c125 case PIPE_USAGE_DYNAMIC: in r600_init_resource_fields()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c120 case PIPE_USAGE_DYNAMIC: in si_init_resource_fields()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_buffer.c707 case PIPE_USAGE_DYNAMIC: in nouveau_buffer_create()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c1595 PIPE_BIND_CONSTANT_BUFFER, PIPE_USAGE_DYNAMIC, 0); in panfrost_create_context()
/external/mesa3d/docs/gallium/
Dscreen.rst818 * ``PIPE_USAGE_DYNAMIC``: Expect frequent write-only CPU access. What is