Home
last modified time | relevance | path

Searched refs:D3DFMT_NULL (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/nine/
Dsurface9.c62 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL; in NineSurface9_ctor()
74 pDesc->Format == D3DFMT_NULL); in NineSurface9_ctor()
127 if (This->base.info.format == PIPE_FORMAT_NONE && pDesc->Format != D3DFMT_NULL) in NineSurface9_ctor()
158 if ((allocate && pDesc->Pool != D3DPOOL_DEFAULT) || pDesc->Format == D3DFMT_NULL) { in NineSurface9_ctor()
476 user_warn(This->desc.Format == D3DFMT_NULL); in NineSurface9_LockRect()
Dadapter9.c307 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
410 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
418 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
464 if (RenderTargetFormat == D3DFMT_NULL) in NineAdapter9_CheckDepthStencilMatch()
Dnine_pipe.h279 case D3DFMT_NULL: /* special cased, only for surfaces */ in d3d9_to_pipe_format_internal()
480 case D3DFMT_NULL: return "D3DFMT_NULL"; in d3dformat_to_string()
Dbasetexture9.c50 (format != D3DFMT_NULL); in NineBaseTexture9_ctor()
505 if (unlikely(This->format == D3DFMT_NULL)) in NineBaseTexture9_UpdateSamplerView()
Dtexture9.c112 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE) in NineTexture9_ctor()
Dnine_state.c713 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer()
722 if (rt && rt->desc.Format != D3DFMT_NULL && (mask & (1 << i)) && in update_framebuffer()
2462 if (context->rt[i] && context->rt[i]->desc.Format != D3DFMT_NULL) in CSMT_ITEM_NO_WAIT()
2491 if (!rt || rt->desc.Format == D3DFMT_NULL || in CSMT_ITEM_NO_WAIT()
Ddevice9.c1547 user_assert(src->desc.Format != D3DFMT_NULL, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1795 user_assert(surf->desc.Format != D3DFMT_NULL, D3D_OK); in NineDevice9_ColorFill()
2782 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) && in NineAfterDraw()
/external/swiftshader/src/D3D9/
DCapabilities.hpp31 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator
DDirect3DSurface9.cpp347 case D3DFMT_NULL: return sw::FORMAT_NULL; in translateFormat()
DDirect3D9.cpp260 …case D3DFMT_NULL: if(!Capabilities::Surface::RenderTarget::NULL_) return NOTAVAILABLE(); else … in CheckDeviceFormat()
427 …case D3DFMT_NULL: if(!Capabilities::CubeMap::RenderTarget::NULL_) return NOTAVAILABLE(); else … in CheckDeviceFormat()
590 …case D3DFMT_NULL: if(!Capabilities::Texture::RenderTarget::NULL_) return NOTAVAILABLE(); else … in CheckDeviceFormat()
640 …case D3DFMT_NULL: if(!Capabilities::Texture::NULL_) return NOTAVAILABLE(); else return D3D_… in CheckDeviceFormat()
DCapabilities.cpp391 case D3DFMT_NULL: in isSRGBwritable()
/external/mesa3d/include/D3D9/
Dd3d9types.h662 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator