Searched refs:d3dformat_to_string (Results 1 - 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | adapter9.c | 207 d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDeviceType() 208 d3dformat_to_string(BackBufferFormat), bWindowed); in NineAdapter9_CheckDeviceType() 295 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat() 297 d3dformat_to_string(CheckFormat)); in NineAdapter9_CheckDeviceFormat() 311 d3dformat_to_string(AdapterFormat)); in NineAdapter9_CheckDeviceFormat() 429 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType() 451 DBG("%s not available.\n", d3dformat_to_string(SurfaceFormat)); in NineAdapter9_CheckDeviceMultiSampleType() 460 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType() 489 nine_D3DDEVTYPE_to_str(DeviceType), d3dformat_to_string(AdapterFormat), in NineAdapter9_CheckDepthStencilMatch() 490 d3dformat_to_string(RenderTargetForma in NineAdapter9_CheckDepthStencilMatch() [all...] |
H A D | texture9.c | 64 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
|
H A D | nine_pipe.h | 443 d3dformat_to_string(D3DFORMAT fmt) in d3dformat_to_string() function
|
H A D | device9.c | 1135 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateTexture() 1171 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateVolumeTexture() 1204 nine_D3DUSAGE_to_str(Usage), d3dformat_to_string(Format), in NineDevice9_CreateCubeTexture() 1277 d3dformat_to_string(Format), Pool, ppIndexBuffer, pSharedHandle); in NineDevice9_CreateIndexBuffer() 1319 d3dformat_to_string(Format), MultiSample, MultisampleQuality, in create_zs_or_rt_surface() 1957 Width, Height, d3dformat_to_string(Format), Format, Pool, in NineDevice9_CreateOffscreenPlainSurface()
|
H A D | basetexture9.c | 616 d3dformat_to_string(This->format), in NineBaseTexture9_Dump()
|
H A D | swapchain9.c | 224 d3dformat_to_string(pParams->BackBufferFormat), in NineSwapChain9_Resize() 229 d3dformat_to_string(pParams->AutoDepthStencilFormat), in NineSwapChain9_Resize()
|
H A D | surface9.c | 312 d3dformat_to_string(This->desc.Format), This->stride, in NineSurface9_Dump()
|
Completed in 12 milliseconds