Home
last modified time | relevance | path

Searched defs:DepthStencilFormat (Results 1 – 23 of 23) sorted by relevance

/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_core-0.8.3/src/
H A Dformat.rs247 pub trait DepthStencilFormat: DepthFormat + StencilFormat {} trait
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/d3d8/
H A Dd3dx8core.h227 D3DFORMAT DepthStencilFormat; member
310 D3DFORMAT DepthStencilFormat; member
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/3rd-party/dx8sdk/include/
H A Dd3dx8core.h246 D3DFORMAT DepthStencilFormat; member
335 D3DFORMAT DepthStencilFormat; member
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/d3d9/
H A Dd3dx9core.h287 D3DFORMAT DepthStencilFormat; member
343 D3DFORMAT DepthStencilFormat; member
/dports/emulators/mess/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9core.h466 D3DFORMAT DepthStencilFormat; member
556 D3DFORMAT DepthStencilFormat; member
/dports/emulators/mame/mame-mame0226/3rdparty/dxsdk/Include/
H A Dd3dx9core.h466 D3DFORMAT DepthStencilFormat; member
556 D3DFORMAT DepthStencilFormat; member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/dep/mingw/include/directx9/
H A Dd3dx9core.h466 D3DFORMAT DepthStencilFormat; member
556 D3DFORMAT DepthStencilFormat; member
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/dep/mingw/include/directx9/
H A Dd3dx9core.h466 D3DFORMAT DepthStencilFormat; member
556 D3DFORMAT DepthStencilFormat; member
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/nine/
H A Dadapter9.c478 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/nine/
H A Dadapter9.c473 D3DFORMAT DepthStencilFormat ) in NineAdapter9_CheckDepthStencilMatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp76 struct DepthStencilFormat struct
78 vk::VkFormat imageFormat;
79 float depthThreshold;
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9core.h296 D3DFORMAT DepthStencilFormat; member
364 D3DFORMAT DepthStencilFormat; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dd3dx9core.h296 D3DFORMAT DepthStencilFormat; member
364 D3DFORMAT DepthStencilFormat; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/
H A Dcapability_info.ts234 export type DepthStencilFormat = keyof typeof kDepthStencilFormatInfo; alias