Home
last modified time | relevance | path

Searched refs:max_depth_bounds (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.h104 float min_depth_bounds, max_depth_bounds; member
Dzink_pipeline.c171 …depth_stencil_state.maxDepthBounds = state->dyn_state1.depth_stencil_alpha_state->max_depth_bounds; in zink_create_gfx_pipeline()
Dzink_state.c496 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth_bounds_max; in zink_create_depth_stencil_alpha_state()
Dzink_draw.cpp648 dsa_state->hw_state.max_depth_bounds); in zink_draw_vbo()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_context.cpp423 dsa->max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in d3d12_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c1976 …a_dirty |= !DOUBLE_EQ(state->dsa_state.depth_bounds_max, cmd->u.set_depth_bounds.max_depth_bounds); in handle_set_depth_bounds()
1978 state->dsa_state.depth_bounds_max = cmd->u.set_depth_bounds.max_depth_bounds; in handle_set_depth_bounds()