Searched refs:NineAdapter9 (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | adapter9.h | 53 struct NineAdapter9 struct 59 static inline struct NineAdapter9 * argument 60 NineAdapter9( void *data ) in NineAdapter9() function 62 return (struct NineAdapter9 *)data; in NineAdapter9() 67 struct NineAdapter9 **ppOut ); 70 NineAdapter9_ctor( struct NineAdapter9 *This, 75 NineAdapter9_dtor( struct NineAdapter9 *This ); 78 NineAdapter9_GetAdapterIdentifier( struct NineAdapter9 *This, 83 NineAdapter9_CheckDeviceType( struct NineAdapter9 *This, 90 NineAdapter9_CheckDeviceFormat( struct NineAdapter9 *This, [all …]
|
D | adapter9.c | 46 NineAdapter9_ctor( struct NineAdapter9 *This, in NineAdapter9_ctor() 110 NineAdapter9_dtor( struct NineAdapter9 *This ) in NineAdapter9_dtor() 126 NineAdapter9_GetScreen( struct NineAdapter9 *This, in NineAdapter9_GetScreen() 160 NineAdapter9_GetAdapterIdentifier( struct NineAdapter9 *This, in NineAdapter9_GetAdapterIdentifier() 196 NineAdapter9_CheckDeviceType( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceType() 279 NineAdapter9_CheckDeviceFormat( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceFormat() 412 NineAdapter9_CheckDeviceMultiSampleType( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceMultiSampleType() 474 NineAdapter9_CheckDepthStencilMatch( struct NineAdapter9 *This, in NineAdapter9_CheckDepthStencilMatch() 520 NineAdapter9_CheckDeviceFormatConversion( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceFormatConversion() 558 NineAdapter9_GetDeviceCaps( struct NineAdapter9 *This, in NineAdapter9_GetDeviceCaps() [all …]
|
/third_party/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 306 hr = NineAdapter9_new(&ctx->base, (struct NineAdapter9 **)ppAdapter); in drm_create_adapter()
|