Searched refs:D3DFMT_NULL (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
D | d3d_format.cpp | 19 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/ |
D | formatutils9.cpp | 29 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/ |
D | formatutils9.cpp | 29 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/ |
D | surface9.c | 63 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()
|
D | adapter9.c | 346 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()
|
D | nine_pipe.h | 299 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()
|
D | basetexture9.c | 50 (format != D3DFMT_NULL); in NineBaseTexture9_ctor() 500 if (unlikely(This->format == D3DFMT_NULL)) in NineBaseTexture9_UpdateSamplerView()
|
D | texture9.c | 115 if (Format != D3DFMT_NULL && pf == PIPE_FORMAT_NONE) in NineTexture9_ctor()
|
D | nine_state.c | 354 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()
|
D | device9.c | 1647 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/ |
D | d3d9types.h | 662 D3DFMT_NULL = MAKEFOURCC('N', 'U', 'L', 'L'), enumerator
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 885 - st/nine: Handle D3DFMT_NULL multisampling
|