Home
last modified time | relevance | path

Searched refs:CreateForDepthBuffer (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/video_core/texture_cache/
H A Dsurface_params.h36 static SurfaceParams CreateForDepthBuffer(Tegra::Engines::Maxwell3D& maxwell3d);
H A Dsurface_params.cpp166 SurfaceParams SurfaceParams::CreateForDepthBuffer(Tegra::Engines::Maxwell3D& maxwell3d) { in CreateForDepthBuffer() function in VideoCommon::SurfaceParams
H A Dtexture_cache.h201 const auto depth_params{SurfaceParams::CreateForDepthBuffer(maxwell3d)}; in GetDepthBufferSurface()