Searched refs:NineSurface9 (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | surface9.h | 33 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 …]
|
D | surface9.c | 48 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This ); 51 NineSurface9_ctor( struct NineSurface9 *This, in NineSurface9_ctor() 203 NineSurface9_dtor( struct NineSurface9 *This ) in NineSurface9_dtor() 231 NineSurface9_CreatePipeSurfaces( struct NineSurface9 *This ) in NineSurface9_CreatePipeSurfaces() 274 NineSurface9_Dump( struct NineSurface9 *This ) in NineSurface9_Dump() 303 NineSurface9_GetContainer( struct NineSurface9 *This, in NineSurface9_GetContainer() 332 NineSurface9_MarkContainerDirty( struct NineSurface9 *This ) in NineSurface9_MarkContainerDirty() 351 NineSurface9_GetDesc( struct NineSurface9 *This, in NineSurface9_GetDesc() 361 NineSurface9_AddDirtyRect( struct NineSurface9 *This, in NineSurface9_AddDirtyRect() 395 NineSurface9_GetSystemMemPointer(struct NineSurface9 *This, int x, int y) in NineSurface9_GetSystemMemPointer() [all …]
|
D | swapchain9.h | 34 struct NineSurface9; 57 …struct NineSurface9 *buffers[D3DPRESENT_BACK_BUFFERS_MAX_EX + 1]; /* 0 to BackBufferCount-1 : the … 69 struct NineSurface9 *zsbuf;
|
D | nine_state.h | 180 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS]; 181 struct NineSurface9 *ds; 236 struct NineSurface9 *rt[NINE_MAX_SIMULTANEOUS_RENDERTARGETS]; 237 struct NineSurface9 *ds; 466 struct NineSurface9 *rt); 470 struct NineSurface9 *ds); 539 struct NineSurface9 *surface,
|
D | texture9.h | 32 struct NineSurface9 **surfaces;
|
D | cubetexture9.h | 32 struct NineSurface9 **surfaces;
|
D | device9.c | 88 struct NineSurface9 *refSurf = NULL; in NineDevice9_SetDefaultState() 736 struct NineSurface9 *surf = NineSurface9(pCursorBitmap); in NineDevice9_SetCursorProperties() 1214 struct NineSurface9 *surface; in create_zs_or_rt_surface() 1300 struct NineSurface9 *dst = NineSurface9(pDestinationSurface); in NineDevice9_UpdateSurface() 1301 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_UpdateSurface() 1530 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_GetRenderTargetData() 1531 struct NineSurface9 *src = NineSurface9(pRenderTarget); in NineDevice9_GetRenderTargetData() 1578 struct NineSurface9 *dst = NineSurface9(pDestSurface); in NineDevice9_StretchRect() 1579 struct NineSurface9 *src = NineSurface9(pSourceSurface); in NineDevice9_StretchRect() 1781 struct NineSurface9 *surf = NineSurface9(pSurface); in NineDevice9_ColorFill() [all …]
|
D | swapchain9.c | 917 struct NineSurface9 *dest_surface = NineSurface9(pDestSurface); in NineSwapChain9_GetFrontBufferData() 921 struct NineSurface9 *temp_surface; in NineSwapChain9_GetFrontBufferData()
|
D | nine_lock.c | 2671 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()
|
D | nine_state.c | 690 struct NineSurface9 *rt0 = context->rt[0]; in update_framebuffer() 720 struct NineSurface9 *rt = context->rt[i]; in update_framebuffer() 1315 struct NineSurface9 *source = context->ds; in NineDevice9_ResolveZ() 1810 ARG_BIND_REF(struct NineSurface9, rt)) in CSMT_ITEM_NO_WAIT() argument 1844 ARG_BIND_REF(struct NineSurface9, ds)) in CSMT_ITEM_NO_WAIT() argument 2415 struct NineSurface9 *zsbuf_surf = context->ds; in CSMT_ITEM_NO_WAIT() 2416 struct NineSurface9 *rt; in CSMT_ITEM_NO_WAIT() 2691 ARG_BIND_REF(struct NineSurface9, surface), in CSMT_ITEM_NO_WAIT() argument
|