Searched refs:depth_bounds_max (Results 1 – 11 of 11) sorted by relevance
96 dsa->depth_bounds_max = ctx->Depth.BoundsMax; in st_update_depth_stencil_alpha()
340 double depth_bounds_max; /**< maximum depth bound */ member
231 SB_DATA (so, fui(cso->depth_bounds_max)); in nv30_zsa_state_create()
496 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth_bounds_max; in zink_create_depth_stencil_alpha_state()
771 double max = dsa->depth_bounds_max; in depth_bounds_test_quads()
384 SB_DATA (so, fui(cso->depth_bounds_max)); in nv50_zsa_state_create()
381 SB_DATA (so, fui(cso->depth_bounds_max)); in nvc0_zsa_state_create()
624 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()
1902 depthBoundsState.depthBoundsTestMaxValue = depth->depth_bounds_max; in swr_update_derived()
1315 si_pm4_set_reg(pm4, R_028024_DB_DEPTH_BOUNDS_MAX, fui(state->depth_bounds_max)); in si_create_dsa_state()
1482 depth_bounds.DepthBoundsTestMaxValue = state->depth_bounds_max; in iris_create_zsa_state()