Home
last modified time | relevance | path

Searched refs:MultiSampleType (Results 1 – 19 of 19) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c419 D3DMULTISAMPLE_TYPE MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType() argument
429 d3dformat_to_string(SurfaceFormat), Windowed, MultiSampleType, in NineAdapter9_CheckDeviceMultiSampleType()
436 user_assert(MultiSampleType <= D3DMULTISAMPLE_16_SAMPLES, D3DERR_INVALIDCALL); in NineAdapter9_CheckDeviceMultiSampleType()
456 MultiSampleType, bind, FALSE, FALSE); in NineAdapter9_CheckDeviceMultiSampleType()
460 d3dformat_to_string(SurfaceFormat), MultiSampleType); in NineAdapter9_CheckDeviceMultiSampleType()
469 &MultiSampleType, D3DMULTISAMPLE_16_SAMPLES, pQualityLevels); in NineAdapter9_CheckDeviceMultiSampleType()
Dswapchain9.c226 pParams->MultiSampleType, pParams->MultiSampleQuality, in NineSwapChain9_Resize()
271 multisample_type = pParams->MultiSampleType; in NineSwapChain9_Resize()
316 desc.MultiSampleType = pParams->MultiSampleType; in NineSwapChain9_Resize()
377 NineSurface9_SetMultiSampleType(This->buffers[i], desc.MultiSampleType); in NineSwapChain9_Resize()
433 NineSurface9_SetMultiSampleType(This->zsbuf, desc.MultiSampleType); in NineSwapChain9_Resize()
441 pParams->MultiSampleType, in NineSwapChain9_Resize()
1126 desc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineSwapChain9_GetFrontBufferData()
Dadapter9.h102 D3DMULTISAMPLE_TYPE MultiSampleType,
Dsurface9.c86 multisample_type = pDesc->MultiSampleType; in NineSurface9_ctor()
459 user_assert(This->desc.MultiSampleType == D3DMULTISAMPLE_NONE, in NineSurface9_LockRect()
838 This->desc.MultiSampleType = mst; in NineSurface9_SetMultiSampleType()
Dcubetexture9.c141 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineCubeTexture9_ctor()
Dtexture9.c189 sfdesc.MultiSampleType = D3DMULTISAMPLE_NONE; in NineTexture9_ctor()
Ddevice9.c1332 desc.MultiSampleType = MultiSample; in create_zs_or_rt_surface()
1420 user_assert(dst->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1421 user_assert(src->desc.MultiSampleType == D3DMULTISAMPLE_NONE, D3DERR_INVALIDCALL); in NineDevice9_UpdateSurface()
1641 user_assert(dst->desc.MultiSampleType < 2, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1642 user_assert(src->desc.MultiSampleType < 2, D3DERR_INVALIDCALL); in NineDevice9_GetRenderTargetData()
1841 ms = (dst->desc.MultiSampleType != src->desc.MultiSampleType) || in NineDevice9_StretchRect()
Dnine_state.c353 multisampled_target = rt0 && rt0->desc.MultiSampleType >= 1; in check_multisample()
355 multisampled_target = context->ds->desc.MultiSampleType >= 1; in check_multisample()
1298 if (context->rt[0]->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE) { in nine_update_state()
1855 (context->rt[0]->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE) != in CSMT_ITEM_NO_WAIT()
1856 (rt->desc.MultiSampleType <= D3DMULTISAMPLE_NONMASKABLE)) in CSMT_ITEM_NO_WAIT()
/third_party/mesa3d/include/d3dadapter/
Dd3dadapter9.h43 …iceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQual…
78 …iceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQual…
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp196 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; // FIXME: Unimplemented in reset()
DFramebuffer9.cpp103 if (desc.MultiSampleType != D3DMULTISAMPLE_NONE) in readPixelsImpl()
DRenderer9.cpp434 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; in getDefaultPresentParameters()
769 GLsizei sampleCount = d3d9_gl::GetSamplesCount(desc.MultiSampleType); in getD3DTextureInfo()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DSwapChain9.cpp196 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; // FIXME: Unimplemented in reset()
DFramebuffer9.cpp102 if (desc.MultiSampleType != D3DMULTISAMPLE_NONE) in readPixelsImpl()
DRenderer9.cpp420 presentParameters.MultiSampleType = D3DMULTISAMPLE_NONE; in getDefaultPresentParameters()
752 GLsizei sampleCount = d3d9_gl::GetSamplesCount(desc.MultiSampleType); in getD3DTextureInfo()
/third_party/mesa3d/include/D3D9/
Dd3d9types.h1684 D3DMULTISAMPLE_TYPE MultiSampleType; member
1728 D3DMULTISAMPLE_TYPE MultiSampleType; member
Dd3d9.h93 …iceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQual…
454 …iceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQual…
501 …iceType, D3DFORMAT SurfaceFormat, BOOL Windowed, D3DMULTISAMPLE_TYPE MultiSampleType, DWORD *pQual…
/third_party/gstreamer/gstplugins_bad/sys/winscreencap/
Dgstdx9screencapsrc.c395 d3dpp.MultiSampleType = D3DMULTISAMPLE_NONE; in gst_dx9screencapsrc_start()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c2613 device->present_params.MultiSampleType = D3DMULTISAMPLE_NONE; in d3d_class_display_device_create()