Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dsurface9.h33 struct NineSurface9 struct
57 static inline struct NineSurface9 * argument
58 NineSurface9( void *data ) in NineSurface9() function
60 return (struct NineSurface9 *)data; in NineSurface9()
72 struct NineSurface9 **ppOut );
75 NineSurface9_ctor( struct NineSurface9 *This,
86 NineSurface9_dtor( struct NineSurface9 *This );
91 NineSurface9_MarkContainerDirty( struct NineSurface9 *This );
94 NineSurface9_GetSurface( struct NineSurface9 *This, int sRGB ) in NineSurface9_GetSurface()
101 NineSurface9_GetResource( struct NineSurface9 *This ) in NineSurface9_GetResource()
[all …]
Dsurface9.c48 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This );
51 NineSurface9_ctor( struct NineSurface9 *This, in NineSurface9_ctor()
210 NineSurface9_dtor( struct NineSurface9 *This ) in NineSurface9_dtor()
238 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This ) in NineSurface9_CreatePipeSurfaces()
281 NineSurface9_Dump( struct NineSurface9 *This ) in NineSurface9_Dump()
310 NineSurface9_GetContainer( struct NineSurface9 *This, in NineSurface9_GetContainer()
339 NineSurface9_MarkContainerDirty( struct NineSurface9 *This ) in NineSurface9_MarkContainerDirty()
358 NineSurface9_GetDesc( struct NineSurface9 *This, in NineSurface9_GetDesc()
368 NineSurface9_AddDirtyRect( struct NineSurface9 *This, in NineSurface9_AddDirtyRect()
413 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.h181 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS];
182 struct NineSurface9 *ds;
237 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS];
238 struct NineSurface9 *ds;
475 struct NineSurface9 *rt);
479 struct NineSurface9 *ds);
551 struct NineSurface9 *surface,
Dtexture9.h32 struct NineSurface9 **surfaces;
Dcubetexture9.h32 struct NineSurface9 **surfaces;
Ddevice9.c111 struct NineSurface9 *refSurf = NULL; in NineDevice9_SetDefaultState()
764 struct NineSurface9 *surf = NineSurface9(pCursorBitmap); in NineDevice9_SetCursorProperties()
1266 struct NineSurface9 *surface; in create_zs_or_rt_surface()
1354 struct NineSurface9 *dst = NineSurface9(pDestinationSurface); in NineDevice9_UpdateSurface()
1355 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_UpdateSurface()
1584 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_GetRenderTargetData()
1585 struct NineSurface9 *src = NineSurface9(pRenderTarget); in NineDevice9_GetRenderTargetData()
1632 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_StretchRect()
1633 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_StretchRect()
1840 struct NineSurface9 *surf = NineSurface9(pSurface); in NineDevice9_ColorFill()
[all …]
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()
Dnine_state.c692 struct NineSurface9 *rt0 = context->rt[0]; in update_framebuffer()
722 struct NineSurface9 *rt = context->rt[i]; in update_framebuffer()
1303 struct NineSurface9 *source = context->ds; in NineDevice9_ResolveZ()
1794 ARG_BIND_REF(struct NineSurface9, rt)) in CSMT_ITEM_NO_WAIT() argument
1828 ARG_BIND_REF(struct NineSurface9, ds)) in CSMT_ITEM_NO_WAIT() argument
2176 struct NineSurface9 *zsbuf_surf = context->ds; in CSMT_ITEM_NO_WAIT()
2177 struct NineSurface9 *rt; in CSMT_ITEM_NO_WAIT()
2463 ARG_BIND_REF(struct NineSurface9, surface), in CSMT_ITEM_NO_WAIT() argument
Dswapchain9.c1091 struct NineSurface9 *dest_surface = NineSurface9(pDestSurface); in NineSwapChain9_GetFrontBufferData()
1095 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData()