Searched refs:nine_D3DPOOL_to_str (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | nine_dump.h | 12 const char *nine_D3DPOOL_to_str(D3DPOOL);
|
D | texture9.c | 64 d3dformat_to_string(Format), nine_D3DPOOL_to_str(Pool), pSharedHandle); in NineTexture9_ctor()
|
D | basetexture9.c | 613 nine_D3DPOOL_to_str(This->base.pool), in NineBaseTexture9_Dump()
|
D | nine_dump.c | 27 const char *nine_D3DPOOL_to_str(D3DPOOL pool) in nine_D3DPOOL_to_str() function
|
D | device9.c | 1136 nine_D3DPOOL_to_str(Pool), ppTexture, pSharedHandle); in NineDevice9_CreateTexture() 1172 nine_D3DPOOL_to_str(Pool), ppVolumeTexture, pSharedHandle); in NineDevice9_CreateVolumeTexture() 1205 nine_D3DPOOL_to_str(Pool), ppCubeTexture, pSharedHandle); in NineDevice9_CreateCubeTexture() 1318 This, type, nine_D3DPOOL_to_str(Pool), Width, Height, in create_zs_or_rt_surface()
|
D | surface9.c | 308 nine_D3DPOOL_to_str(This->desc.Pool), in NineSurface9_Dump()
|