Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dd3d_format.cpp19 constexpr D3DFORMAT D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))); variable
62 if (format == D3DFMT_NULL) in GetD3DFormatInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp29 constexpr D3DFORMAT D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))); variable
74 if (format == D3DFMT_NULL) in GetD3DFormatInfo()
289 …rtD3D9FormatInfo(&map, GL_NONE, D3DFMT_NULL, D3DFMT_NULL, … in BuildD3D9FormatMap()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
Dformatutils9.cpp29 constexpr D3DFORMAT D3DFMT_NULL = ((D3DFORMAT)(MAKEFOURCC('N', 'U', 'L', 'L'))); variable
105 …rtD3D9FormatInfo(&map, GL_NONE, D3DFMT_NULL, D3DFMT_NULL, … in BuildD3D9FormatMap()
/third_party/mesa3d/src/gallium/frontends/nine/
Dsurface9.c63 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL; in NineSurface9_ctor()
76 pDesc->Format == D3DFMT_NULL); in NineSurface9_ctor()
132 if (This->base.info.format == PIPE_FORMAT_NONE && pDesc->Format != D3DFMT_NULL) in NineSurface9_ctor()
168 if ((allocate && pDesc->Pool != D3DPOOL_DEFAULT) || pDesc->Format == D3DFMT_NULL) { in NineSurface9_ctor()
491 user_warn(This->desc.Format == D3DFMT_NULL); in NineSurface9_LockRect()
Dadapter9.c346 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET && in NineAdapter9_CheckDeviceFormat()
450 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
458 if (pf == PIPE_FORMAT_NONE && SurfaceFormat != D3DFMT_NULL) { in NineAdapter9_CheckDeviceMultiSampleType()
507 if (RenderTargetFormat == D3DFMT_NULL) in NineAdapter9_CheckDepthStencilMatch()
Dnine_pipe.h299 case D3DFMT_NULL: /* special cased, only for surfaces */ in d3d9_to_pipe_format_internal()
518 case D3DFMT_NULL: return "D3DFMT_NULL"; in d3dformat_to_string()
Dbasetexture9.c50 (format != D3DFMT_NULL); in NineBaseTexture9_ctor()
500 if (unlikely(This->format == D3DFMT_NULL)) in NineBaseTexture9_UpdateSamplerView()
Dtexture9.c115 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE) in NineTexture9_ctor()
Dnine_state.c354 if (rt0 && rt0->desc.Format == D3DFMT_NULL && context->ds) in check_multisample()
741 if (rt0->desc.Format == D3DFMT_NULL && context->ds) { in update_framebuffer()
750 if (rt && rt->desc.Format != D3DFMT_NULL && (mask & (1 << i)) && in update_framebuffer()
2269 if (context->rt[i] && context->rt[i]->desc.Format != D3DFMT_NULL) in CSMT_ITEM_NO_WAIT()
2298 if (!rt || rt->desc.Format == D3DFMT_NULL || in CSMT_ITEM_NO_WAIT()
Ddevice9.c1647 user_assert(src->desc.Format != D3DFMT_NULL, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1902 user_assert(surf->desc.Format != D3DFMT_NULL, D3D_OK); in NineDevice9_ColorFill()
2965 if (rt && rt->desc.Format != D3DFMT_NULL && (ps_mask & (1 << i)) && in NineAfterDraw()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h662 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst885 - st/nine: Handle D3DFMT_NULL multisampling