Home
last modified time | relevance | path

Searched refs:D3DRTYPE_SURFACE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dresource9.c148 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE) in NineResource9_SetPriority()
159 if (This->pool != D3DPOOL_MANAGED || This->type == D3DRTYPE_SURFACE) in NineResource9_GetPriority()
Dadapter9.c318 case D3DRTYPE_SURFACE: target = PIPE_TEXTURE_2D; break; in NineAdapter9_CheckDeviceFormat()
347 (RType == D3DRTYPE_SURFACE || in NineAdapter9_CheckDeviceFormat()
353 RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
358 if (CheckFormat == D3DFMT_ATOC && RType == D3DRTYPE_SURFACE) in NineAdapter9_CheckDeviceFormat()
376 case D3DRTYPE_SURFACE: in NineAdapter9_CheckDeviceFormat()
Dcubetexture9.c138 sfdesc.Type = D3DRTYPE_SURFACE; in NineCubeTexture9_ctor()
Dtexture9.c186 sfdesc.Type = D3DRTYPE_SURFACE; in NineTexture9_ctor()
Dswapchain9.c314 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_Resize()
1124 desc.Type = D3DRTYPE_SURFACE; in NineSwapChain9_GetFrontBufferData()
Dnine_dump.c134 case D3DRTYPE_SURFACE: return "SURFACE"; in nine_D3DRTYPE_to_str()
Dsurface9.c182 D3DRTYPE_SURFACE, pDesc->Pool, pDesc->Usage); in NineSurface9_ctor()
Ddevice9.c1329 desc.Type = D3DRTYPE_SURFACE; in create_zs_or_rt_surface()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h855 D3DRTYPE_SURFACE = 1, enumerator