Searched refs:D3DUSAGE_DYNAMIC (Results 1 – 17 of 17) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | buffer9.c | 89 Usage |= D3DUSAGE_DYNAMIC; in NineBuffer9_ctor() 101 Usage |= D3DUSAGE_DYNAMIC; in NineBuffer9_ctor() 120 if (Pool == D3DPOOL_SYSTEMMEM && Usage & D3DUSAGE_DYNAMIC) in NineBuffer9_ctor() 124 else if (Usage & D3DUSAGE_DYNAMIC && Usage & D3DUSAGE_WRITEONLY) in NineBuffer9_ctor() 133 else if (Usage & D3DUSAGE_DYNAMIC) in NineBuffer9_ctor() 272 if (!(This->base.usage & D3DUSAGE_DYNAMIC) && This->base.pool == D3DPOOL_DEFAULT) in NineBuffer9_Lock() 360 if (Flags & D3DLOCK_DONOTWAIT && !(This->base.usage & D3DUSAGE_DYNAMIC)) in NineBuffer9_Lock() 573 if (This->base.pool == D3DPOOL_SYSTEMMEM && This->base.usage & D3DUSAGE_DYNAMIC) { in NineBuffer9_Upload()
|
D | volume9.c | 69 user_assert(!(pDesc->Usage & D3DUSAGE_DYNAMIC) || in NineVolume9_ctor() 124 pDesc->Pool == D3DPOOL_DEFAULT && pDesc->Usage & D3DUSAGE_DYNAMIC)) { in NineVolume9_ctor() 276 (This->desc.Usage & D3DUSAGE_DYNAMIC), D3DERR_INVALIDCALL); in NineVolume9_LockBox()
|
D | volumetexture9.c | 96 if (Usage & D3DUSAGE_DYNAMIC) { in NineVolumeTexture9_ctor()
|
D | cubetexture9.c | 106 if (Usage & D3DUSAGE_DYNAMIC) { in NineCubeTexture9_ctor()
|
D | texture9.c | 147 if (Usage & D3DUSAGE_DYNAMIC) { in NineTexture9_ctor()
|
D | surface9.c | 156 pDesc->Pool == D3DPOOL_DEFAULT && pDesc->Usage & D3DUSAGE_DYNAMIC)) { in NineSurface9_ctor() 197 if (This->base.resource && (pDesc->Usage & D3DUSAGE_DYNAMIC)) in NineSurface9_ctor()
|
D | device9.c | 1141 D3DUSAGE_DYNAMIC | D3DUSAGE_NONSECURE | D3DUSAGE_RENDERTARGET | in NineDevice9_CreateTexture() 1176 Usage &= D3DUSAGE_DYNAMIC | D3DUSAGE_NONSECURE | in NineDevice9_CreateVolumeTexture() 1209 Usage &= D3DUSAGE_AUTOGENMIPMAP | D3DUSAGE_DEPTHSTENCIL | D3DUSAGE_DYNAMIC | in NineDevice9_CreateCubeTexture() 1245 (D3DUSAGE_DONOTCLIP | D3DUSAGE_DYNAMIC | D3DUSAGE_NONSECURE | in NineDevice9_CreateVertexBuffer() 1285 (D3DUSAGE_DONOTCLIP | D3DUSAGE_DYNAMIC | D3DUSAGE_NONSECURE | in NineDevice9_CreateIndexBuffer() 2974 …EMMEM_DYNAMIC(t) ((t) && (t)->base.pool == D3DPOOL_SYSTEMMEM && (t)->base.usage & D3DUSAGE_DYNAMIC)
|
D | basetexture9.c | 58 user_assert(!(Usage & D3DUSAGE_DYNAMIC) || in NineBaseTexture9_ctor()
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_dx9.cpp | 56 …vice->CreateVertexBuffer(g_VertexBufferSize * sizeof(CUSTOMVERTEX), D3DUSAGE_DYNAMIC | D3DUSAGE_WR… in ImGui_ImplDX9_RenderDrawData() 63 …if (g_pd3dDevice->CreateIndexBuffer(g_IndexBufferSize * sizeof(ImDrawIdx), D3DUSAGE_DYNAMIC | D3DU… in ImGui_ImplDX9_RenderDrawData() 226 …if (g_pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEFAU… in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_dx9.cpp | 156 …ce->CreateVertexBuffer(bd->VertexBufferSize * sizeof(CUSTOMVERTEX), D3DUSAGE_DYNAMIC | D3DUSAGE_WR… in ImGui_ImplDX9_RenderDrawData() 163 …dDevice->CreateIndexBuffer(bd->IndexBufferSize * sizeof(ImDrawIdx), D3DUSAGE_DYNAMIC | D3DUSAGE_WR… in ImGui_ImplDX9_RenderDrawData() 331 …if (bd->pd3dDevice->CreateTexture(width, height, 1, D3DUSAGE_DYNAMIC, D3DFMT_A8R8G8B8, D3DPOOL_DEF… in ImGui_ImplDX9_CreateFontsTexture()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | VertexBuffer9.cpp | 47 flags |= D3DUSAGE_DYNAMIC; in initialize()
|
D | IndexBuffer9.cpp | 58 usageFlags |= D3DUSAGE_DYNAMIC; in initialize()
|
D | Renderer9.cpp | 2396 if (!(usage & D3DUSAGE_DYNAMIC)) in getBufferPool()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
D | IndexBuffer9.cpp | 58 usageFlags |= D3DUSAGE_DYNAMIC; in initialize()
|
D | VertexBuffer9.cpp | 47 flags |= D3DUSAGE_DYNAMIC; in initialize()
|
D | Renderer9.cpp | 2437 if (!(usage & D3DUSAGE_DYNAMIC)) in getBufferPool()
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9types.h | 250 #define D3DUSAGE_DYNAMIC 0x00000200 macro
|