Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_zsa.h55 fd6_zsa_state(struct fd_context *ctx, bool no_alpha, bool depth_clamp) assert_dt in fd6_zsa_state()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_bld_interp.h88 bool depth_clamp; member
Dlp_state_fs.h86 unsigned depth_clamp:1; member
Dlp_state_fs.c350 bool depth_clamp, in lp_build_depth_clamp()
/external/rust/android-crates-io/crates/vulkano/src/pipeline/graphics/
Dbuilder.rs4207 pub fn depth_clamp(mut self, clamp: bool) -> Self { in depth_clamp() method
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h173 unsigned depth_clamp:1; member
/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs98 pub depth_clamp: bool, field
/external/mesa3d/src/gallium/drivers/zink/
Dzink_types.h330 unsigned depth_clamp:1; member
/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs8651 pub depth_clamp: Bool32, field
8777 pub fn depth_clamp(mut self, depth_clamp: bool) -> Self { in depth_clamp() method