Searched refs:D3DFMT_NULL (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | surface9.c | 62 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()
|
D | adapter9.c | 307 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()
|
D | nine_pipe.h | 279 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()
|
D | basetexture9.c | 50 (format != D3DFMT_NULL); in NineBaseTexture9_ctor() 505 if (unlikely(This->format == D3DFMT_NULL)) in NineBaseTexture9_UpdateSamplerView()
|
D | texture9.c | 112 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE) in NineTexture9_ctor()
|
D | nine_state.c | 639 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer() 648 if (rt && rt->desc.Format != D3DFMT_NULL && (mask & (1 << i)) && in update_framebuffer() 2371 if (context->rt[i] && context->rt[i]->desc.Format != D3DFMT_NULL) in CSMT_ITEM_NO_WAIT() 2400 if (!rt || rt->desc.Format == D3DFMT_NULL || in CSMT_ITEM_NO_WAIT()
|
D | device9.c | 1509 user_assert(src->desc.Format != D3DFMT_NULL, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData() 1757 user_assert(surf->desc.Format != D3DFMT_NULL, D3D_OK); in NineDevice9_ColorFill() 2744 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) && in NineAfterDraw()
|
/external/swiftshader/src/D3D9/ |
D | Capabilities.hpp | 31 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator
|
D | Direct3DSurface9.cpp | 347 case D3DFMT_NULL: return sw::FORMAT_NULL; in translateFormat()
|
D | Direct3D9.cpp | 260 …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()
|
D | Capabilities.cpp | 391 case D3DFMT_NULL: in isSRGBwritable()
|
/external/mesa3d/include/D3D9/ |
D | d3d9types.h | 662 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator
|