Home
last modified time | relevance | path

Searched refs:SetDepthStencil (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.h41 void SetDepthStencil(wgpu::TextureFormat format,
H A DRenderPassCache.cpp50 void RenderPassCacheQuery::SetDepthStencil(wgpu::TextureFormat format, in SetDepthStencil() function in dawn_native::vulkan::RenderPassCacheQuery
H A DRenderPipelineVk.cpp473 query.SetDepthStencil(GetDepthStencilFormat(), wgpu::LoadOp::Load, in Initialize()
H A DCommandBufferVk.cpp196 query.SetDepthStencil(attachmentInfo.view->GetTexture()->GetFormat().format, in RecordBeginRenderPass()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/vulkan/
H A DRenderPassCache.h44 void SetDepthStencil(wgpu::TextureFormat format,
H A DRenderPassCache.cpp48 void RenderPassCacheQuery::SetDepthStencil(wgpu::TextureFormat format, in SetDepthStencil() function in dawn_native::vulkan::RenderPassCacheQuery
H A DRenderPipelineVk.cpp458 query.SetDepthStencil(GetDepthStencilFormat(), wgpu::LoadOp::Load, in Initialize()
H A DCommandBufferVk.cpp286 query.SetDepthStencil(attachmentInfo.view->GetTexture()->GetFormat().format, in RecordBeginRenderPass()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/
H A DGraphics.h214 void SetDepthStencil(RenderSurface* depthStencil);
216 void SetDepthStencil(Texture2D* texture);
H A DView.cpp666 …graphics_->SetDepthStencil(lastCustomDepthSurface_ ? lastCustomDepthSurface_ : GetDepthStencil(cur… in Render()
1779 graphics_->SetDepthStencil(GetRenderSurfaceFromTexture(texture)); in SetRenderTargets()
1801 graphics_->SetDepthStencil(lastCustomDepthSurface_); in SetRenderTargets()
1812 graphics_->SetDepthStencil(GetDepthStencil(graphics_->GetRenderTarget(0))); in SetRenderTargets()
2146 graphics_->SetDepthStencil(GetDepthStencil(destination)); in BlitFramebuffer()
3086 graphics_->SetDepthStencil(shadowMap); in RenderShadowMap()
3101 …graphics_->SetDepthStencil(renderer_->GetDepthStencil(shadowMap->GetWidth(), shadowMap->GetHeight(… in RenderShadowMap()
H A DRenderer.cpp1073 graphics_->SetDepthStencil((RenderSurface*)0); in GetScreenBuffer()
2002 …graphics_->SetDepthStencil(GetDepthStencil(shadowMap->GetWidth(), shadowMap->GetHeight(), shadowMa… in BlurShadowMap()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D11/
H A DD3D11Graphics.cpp1385 SetDepthStencil((RenderSurface*)0); in ResetRenderTargets()
1396 SetDepthStencil((RenderSurface*)0); in ResetDepthStencil()
1443 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1452 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
1458 SetDepthStencil(depthStencil); in SetDepthStencil()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/Direct3D9/
H A DD3D9Graphics.cpp1554 SetDepthStencil((RenderSurface*)0); in ResetRenderTargets()
1565 SetDepthStencil((RenderSurface*)0); in ResetDepthStencil()
1641 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1661 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
1667 SetDepthStencil(depthStencil); in SetDepthStencil()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp1668 SetDepthStencil((RenderSurface*)0); in ResetRenderTargets()
1679 SetDepthStencil((RenderSurface*)0); in ResetDepthStencil()
1727 void Graphics::SetDepthStencil(RenderSurface* depthStencil) in SetDepthStencil() function in Urho3D::Graphics
1763 void Graphics::SetDepthStencil(Texture2D* texture) in SetDepthStencil() function in Urho3D::Graphics
1769 SetDepthStencil(depthStencil); in SetDepthStencil()
/dports/graphics/vulkan-extension-layer/Vulkan-ExtensionLayer-1.2.203/tests/
H A Dvkrenderframework.h638 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
H A Dvkrenderframework.cpp1857 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/vulkan-validation-layers/src/tests/
H A Dvkrenderframework.h626 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
H A Dvkrenderframework.cpp1839 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/graphics/vulkan-validation-layers/Vulkan-ValidationLayers-1.2.203/tests/
H A Dvkrenderframework.h772 void SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *);
H A Dvkrenderframework.cpp2187 void VkPipelineObj::SetDepthStencil(const VkPipelineDepthStencilStateCreateInfo *ds_state) { m_ds_s… function in VkPipelineObj
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/inc/
H A Dd3dx11effect.h613 STDMETHOD(SetDepthStencil)(THIS_ _In_ ID3D11DepthStencilView *pResource) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10effect.h537 STDMETHOD(SetDepthStencil)(THIS_ ID3D10DepthStencilView *view) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3d10effect.h537 STDMETHOD(SetDepthStencil)(THIS_ ID3D10DepthStencilView *view) PURE; in DECLARE_INTERFACE_() local
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/
H A DEffectVariable.inl305 …STDMETHOD(SetDepthStencil)(_In_ ID3D11DepthStencilView *pResource) override { UNREFERENCED_PARAMET…
3976 STDMETHOD(SetDepthStencil)(_In_ ID3D11DepthStencilView *pResource) override;
3986 HRESULT TDepthStencilViewVariable<IBaseInterface>::SetDepthStencil(ID3D11DepthStencilView *pResourc… function in TDepthStencilViewVariable
3991 static LPCSTR pFuncName = "ID3D11DepthStencilViewVariable::SetDepthStencil";
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Dd3d10effect.h810 STDMETHOD(SetDepthStencil)(THIS_ _In_opt_ ID3D10DepthStencilView *pResource) PURE; in DECLARE_INTERFACE_() local

12