Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.h55 fd6_zsa_state(struct fd_context *ctx, bool no_alpha, bool depth_clamp) assert_dt in fd6_zsa_state()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_interp.h88 bool depth_clamp; member
H A Dlp_state_fs.h86 unsigned depth_clamp:1; member
H A Dlp_state_fs.c350 bool depth_clamp, in lp_build_depth_clamp()
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/gallium/include/pipe/
H A Dp_state.h171 unsigned depth_clamp:1; member
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dfeatures.rs98 pub depth_clamp: bool, field
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h330 unsigned depth_clamp:1; member
/aosp_15_r20/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