Searched refs:depth_bounds_min (Results 1 – 11 of 11) sorted by relevance
95 dsa->depth_bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
339 double depth_bounds_min; /**< minimum depth bound */ member
230 SB_DATA (so, fui(cso->depth_bounds_min)); in nv30_zsa_state_create()
495 cso->hw_state.min_depth_bounds = depth_stencil_alpha->depth_bounds_min; in zink_create_depth_stencil_alpha_state()
770 double min = dsa->depth_bounds_min; in depth_bounds_test_quads()
383 SB_DATA (so, fui(cso->depth_bounds_min)); in nv50_zsa_state_create()
380 SB_DATA (so, fui(cso->depth_bounds_min)); in nvc0_zsa_state_create()
623 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()
1901 depthBoundsState.depthBoundsTestMinValue = depth->depth_bounds_min; in swr_update_derived()
1314 si_pm4_set_reg(pm4, R_028020_DB_DEPTH_BOUNDS_MIN, fui(state->depth_bounds_min)); in si_create_dsa_state()
1481 depth_bounds.DepthBoundsTestMinValue = state->depth_bounds_min; in iris_create_zsa_state()