Searched refs:bounds_max (Results 1 – 12 of 12) sorted by relevance
117 dsa->depth.bounds_max = ctx->Depth.BoundsMax; in st_update_depth_stencil_alpha()
311 float bounds_max; /**< maximum depth bound */ member
347 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in zink_create_depth_stencil_alpha_state()
231 SB_DATA (so, fui(cso->depth.bounds_max)); in nv30_zsa_state_create()
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()
482 state->dsa_state.depth.bounds_max = dsa->maxDepthBounds; in handle_graphics_pipeline()1369 state->dsa_state.depth.bounds_max = cmd->u.set_depth_bounds.max_depth; in handle_set_depth_bounds()
1883 depthBoundsState.depthBoundsTestMaxValue = depth->bounds_max; in swr_update_derived()
449 BOUNDS min {bound_min} max {bounds_max}
294 bounds_max states of pipe_depth_stencil_alpha_state behave according
1190 si_pm4_set_reg(pm4, R_028024_DB_DEPTH_BOUNDS_MAX, fui(state->depth.bounds_max)); in si_create_dsa_state()
1421 depth_bounds.DepthBoundsTestMaxValue = state->depth.bounds_max; in iris_create_zsa_state()