Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c95 dsa->depth_bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h339 double depth_bounds_min; /**< minimum depth bound */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c230 SB_DATA (so, fui(cso->depth_bounds_min)); in nv30_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_state.c495 cso->hw_state.min_depth_bounds = depth_stencil_alpha->depth_bounds_min; in zink_create_depth_stencil_alpha_state()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_quad_depth_test.c770 double min = dsa->depth_bounds_min; in depth_bounds_test_quads()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c383 SB_DATA (so, fui(cso->depth_bounds_min)); in nv50_zsa_state_create()
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c380 SB_DATA (so, fui(cso->depth_bounds_min)); in nvc0_zsa_state_create()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c623 state->dsa_state.depth_bounds_min = dsa->minDepthBounds; in handle_graphics_pipeline()
1975 …state->dsa_dirty |= !DOUBLE_EQ(state->dsa_state.depth_bounds_min, cmd->u.set_depth_bounds.min_dept… in handle_set_depth_bounds()
1977 state->dsa_state.depth_bounds_min = cmd->u.set_depth_bounds.min_depth_bounds; in handle_set_depth_bounds()
/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1901 depthBoundsState.depthBoundsTestMinValue = depth->depth_bounds_min; in swr_update_derived()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1314 si_pm4_set_reg(pm4, R_028020_DB_DEPTH_BOUNDS_MIN, fui(state->depth_bounds_min)); in si_create_dsa_state()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c1481 depth_bounds.DepthBoundsTestMinValue = state->depth_bounds_min; in iris_create_zsa_state()