Home
last modified time | relevance | path

Searched defs:depth_clamp (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.h65 fd6_zsa_state(struct fd_context *ctx, bool no_alpha, bool depth_clamp) in fd6_zsa_state()
/external/rust/crates/vulkano/src/pipeline/
Draster.rs21 pub depth_clamp: bool, field
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.h89 boolean depth_clamp; member
Dlp_state_fs.h85 unsigned depth_clamp:1; member
Dlp_bld_interp.c679 boolean depth_clamp, in lp_build_interp_soa_init()
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.h47 VkBool32 depth_clamp; member
/external/rust/crates/vulkano/src/pipeline/graphics_pipeline/
Dbuilder.rs1592 pub fn depth_clamp(mut self, clamp: bool) -> Self { in depth_clamp() method
/external/rust/crates/ash/src/vk/
Ddefinitions.rs7756 pub depth_clamp: Bool32, field
7870 pub fn depth_clamp(mut self, depth_clamp: bool) -> Self { in depth_clamp() method