Home
last modified time | relevance | path

Searched refs:NineSurface9 (Results 1 – 10 of 10) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.h34 struct NineSurface9 struct
58 static inline struct NineSurface9 * argument
59 NineSurface9( void *data ) in NineSurface9() function
61 return (struct NineSurface9 *)data; in NineSurface9()
73 struct NineSurface9 **ppOut );
76 NineSurface9_ctor( struct NineSurface9 *This,
87 NineSurface9_dtor( struct NineSurface9 *This );
92 NineSurface9_MarkContainerDirty( struct NineSurface9 *This );
95 NineSurface9_GetSurface( struct NineSurface9 *This, int sRGB ) in NineSurface9_GetSurface()
102 NineSurface9_GetResource( struct NineSurface9 *This ) in NineSurface9_GetResource()
[all …]
Dsurface9.c49 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This );
52 NineSurface9_ctor( struct NineSurface9 *This, in NineSurface9_ctor()
213 NineSurface9_dtor( struct NineSurface9 *This ) in NineSurface9_dtor()
256 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This ) in NineSurface9_CreatePipeSurfaces()
299 NineSurface9_Dump( struct NineSurface9 *This ) in NineSurface9_Dump()
328 NineSurface9_GetContainer( struct NineSurface9 *This, in NineSurface9_GetContainer()
352 NineSurface9_MarkContainerDirty( struct NineSurface9 *This ) in NineSurface9_MarkContainerDirty()
371 NineSurface9_GetDesc( struct NineSurface9 *This, in NineSurface9_GetDesc()
382 NineSurface9_AddDirtyRect( struct NineSurface9 *This, in NineSurface9_AddDirtyRect()
427 NineSurface9_LockRect( struct NineSurface9 *This, in NineSurface9_LockRect()
[all …]
Dswapchain9.h34 struct NineSurface9;
57 …struct NineSurface9 *buffers[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; /* 0 to BackBufferCount-1 : the …
70 struct NineSurface9 *zsbuf;
Dnine_state.h183 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS];
184 struct NineSurface9 *ds;
239 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS];
240 struct NineSurface9 *ds;
495 struct NineSurface9 *rt);
499 struct NineSurface9 *ds);
565 struct NineSurface9 *surface,
Ddevice9.c137 struct NineSurface9 *refSurf = NULL; in NineDevice9_SetDefaultState()
812 struct NineSurface9 *surf = NineSurface9(pCursorBitmap); in NineDevice9_SetCursorProperties()
1312 struct NineSurface9 *surface; in create_zs_or_rt_surface()
1400 struct NineSurface9 *dst = NineSurface9(pDestinationSurface); in NineDevice9_UpdateSurface()
1401 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_UpdateSurface()
1630 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_GetRenderTargetData()
1631 struct NineSurface9 *src = NineSurface9(pRenderTarget); in NineDevice9_GetRenderTargetData()
1678 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_StretchRect()
1679 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_StretchRect()
1886 struct NineSurface9 *surf = NineSurface9(pSurface); in NineDevice9_ColorFill()
[all …]
Dtexture9.h33 struct NineSurface9 **surfaces;
Dcubetexture9.h33 struct NineSurface9 **surfaces;
Dnine_state.c349 struct NineSurface9 *rt0 = context->rt[0]; in check_multisample()
718 struct NineSurface9 *rt0 = context->rt[0]; in update_framebuffer()
748 struct NineSurface9 *rt = context->rt[i]; in update_framebuffer()
1325 struct NineSurface9 *source = context->ds; in NineDevice9_ResolveZ()
1846 ARG_BIND_REF(struct NineSurface9, rt)) in CSMT_ITEM_NO_WAIT() argument
1868 ARG_BIND_REF(struct NineSurface9, ds)) in CSMT_ITEM_NO_WAIT() argument
2222 struct NineSurface9 *zsbuf_surf = context->ds; in CSMT_ITEM_NO_WAIT()
2223 struct NineSurface9 *rt; in CSMT_ITEM_NO_WAIT()
2505 ARG_BIND_REF(struct NineSurface9, surface), in CSMT_ITEM_NO_WAIT() argument
Dnine_lock.c2671 LockSurface9_GetContainer( struct NineSurface9 *This, in LockSurface9_GetContainer()
2684 LockSurface9_GetDesc( struct NineSurface9 *This,
2696 LockSurface9_LockRect( struct NineSurface9 *This, in LockSurface9_LockRect()
2709 LockSurface9_UnlockRect( struct NineSurface9 *This ) in LockSurface9_UnlockRect()
2719 LockSurface9_GetDC( struct NineSurface9 *This, in LockSurface9_GetDC()
2730 LockSurface9_ReleaseDC( struct NineSurface9 *This, in LockSurface9_ReleaseDC()
Dswapchain9.c1098 struct NineSurface9 *dest_surface = NineSurface9(pDestSurface); in NineSwapChain9_GetFrontBufferData()
1102 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData()