Home
last modified time | relevance | path

Searched refs:d3dformat_to_string (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dadapter9.c208 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType()
209 d3dformat_to_string(BackBufferFormat), bWindowed); in NineAdapter9_CheckDeviceType()
296 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
298 d3dformat_to_string(CheckFormat)); in NineAdapter9_CheckDeviceFormat()
312 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat()
421 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
443 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType()
452 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
481 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDepthStencilMatch()
482 d3dformat_to_string(RenderTargetFormat), in NineAdapter9_CheckDepthStencilMatch()
[all …]
Dtexture9.c61 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
Dnine_pipe.h409 d3dformat_to_string(D3DFORMAT fmt) in d3dformat_to_string() function
Ddevice9.c1089 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateTexture()
1125 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateVolumeTexture()
1158 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateCubeTexture()
1231 d3dformat_to_string(Format), Pool, ppIndexBuffer, pSharedHandle); in NineDevice9_CreateIndexBuffer()
1273 d3dformat_to_string(Format), MultiSample, MultisampleQuality, in create_zs_or_rt_surface()
1911 Width, Height, d3dformat_to_string(Format), Format, Pool, in NineDevice9_CreateOffscreenPlainSurface()
Dswapchain9.c221 d3dformat_to_string(pParams->BackBufferFormat), in NineSwapChain9_Resize()
226 d3dformat_to_string(pParams->AutoDepthStencilFormat), in NineSwapChain9_Resize()
Dbasetexture9.c619 d3dformat_to_string(This->format), in NineBaseTexture9_Dump()
Dsurface9.c294 d3dformat_to_string(This->desc.Format), This->stride, in NineSurface9_Dump()