Home
last modified time | relevance | path

Searched refs:depth_bounds_max (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c96 dsa->depth_bounds_max = ctx->Depth.BoundsMax; in st_update_depth_stencil_alpha()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h340 double depth_bounds_max; /**< maximum depth bound */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c231 SB_DATA (so, fui(cso->depth_bounds_max)); in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c496 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth_bounds_max; in zink_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c771 double max = dsa->depth_bounds_max; in depth_bounds_test_quads()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c384 SB_DATA (so, fui(cso->depth_bounds_max)); in nv50_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c381 SB_DATA (so, fui(cso->depth_bounds_max)); in nvc0_zsa_state_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c624 state->dsa_state.depth_bounds_max = dsa->maxDepthBounds; in handle_graphics_pipeline()
1976 …state->dsa_dirty |= !DOUBLE_EQ(state->dsa_state.depth_bounds_max, cmd->u.set_depth_bounds.max_dept… 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()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1902 depthBoundsState.depthBoundsTestMaxValue = depth->depth_bounds_max; in swr_update_derived()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1315 si_pm4_set_reg(pm4, R_028024_DB_DEPTH_BOUNDS_MAX, fui(state->depth_bounds_max)); in si_create_dsa_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1482 depth_bounds.DepthBoundsTestMaxValue = state->depth_bounds_max; in iris_create_zsa_state()