Searched refs:NineAdapter9 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | adapter9.h | 49 struct NineAdapter9 struct 55 static inline struct NineAdapter9 * argument 56 NineAdapter9( void *data ) in NineAdapter9() function 58 return (struct NineAdapter9 *)data; in NineAdapter9() 63 struct NineAdapter9 **ppOut ); 66 NineAdapter9_ctor( struct NineAdapter9 *This, 71 NineAdapter9_dtor( struct NineAdapter9 *This ); 74 NineAdapter9_GetAdapterIdentifier( struct NineAdapter9 *This, 79 NineAdapter9_CheckDeviceType( struct NineAdapter9 *This, 86 NineAdapter9_CheckDeviceFormat( struct NineAdapter9 *This, [all …]
|
D | adapter9.c | 38 NineAdapter9_ctor( struct NineAdapter9 *This, in NineAdapter9_ctor() 100 NineAdapter9_dtor( struct NineAdapter9 *This ) in NineAdapter9_dtor() 116 NineAdapter9_GetScreen( struct NineAdapter9 *This, in NineAdapter9_GetScreen() 150 NineAdapter9_GetAdapterIdentifier( struct NineAdapter9 *This, in NineAdapter9_GetAdapterIdentifier() 186 NineAdapter9_CheckDeviceType( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceType() 249 NineAdapter9_CheckDeviceFormat( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceFormat() 375 NineAdapter9_CheckDeviceMultiSampleType( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceMultiSampleType() 437 NineAdapter9_CheckDepthStencilMatch( struct NineAdapter9 *This, in NineAdapter9_CheckDepthStencilMatch() 480 NineAdapter9_CheckDeviceFormatConversion( struct NineAdapter9 *This, in NineAdapter9_CheckDeviceFormatConversion() 518 NineAdapter9_GetDeviceCaps( struct NineAdapter9 *This, in NineAdapter9_GetDeviceCaps() [all …]
|
/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | drm.c | 326 hr = NineAdapter9_new(&ctx->base, (struct NineAdapter9 **)ppAdapter); in drm_create_adapter()
|