Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_vX_cs.c753 cfg.multisample_misc.fixed_function_near_discard = !pipeline->rast.clamp_depth; in panvk_per_arch()
754 cfg.multisample_misc.fixed_function_far_discard = !pipeline->rast.clamp_depth; in panvk_per_arch()
Dpanvk_private.h891 bool clamp_depth; member
Dpanvk_vX_pipeline.c687 pipeline->rast.clamp_depth = builder->create_info.gfx->pRasterizationState->depthClampEnable; in panvk_pipeline_builder_parse_rast()