Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c116 dsa->depth.bounds_min = ctx->Depth.BoundsMin; in st_update_depth_stencil_alpha()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h310 float bounds_min; /**< minimum depth bound */ member
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c346 cso->hw_state.min_depth_bounds = depth_stencil_alpha->depth.bounds_min; in zink_create_depth_stencil_alpha_state()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c230 SB_DATA (so, fui(cso->depth.bounds_min)); in nv30_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c383 SB_DATA (so, fui(cso->depth.bounds_min)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c380 SB_DATA (so, fui(cso->depth.bounds_min)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c481 state->dsa_state.depth.bounds_min = dsa->minDepthBounds; in handle_graphics_pipeline()
1368 state->dsa_state.depth.bounds_min = cmd->u.set_depth_bounds.min_depth; in handle_set_depth_bounds()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1882 depthBoundsState.depthBoundsTestMinValue = depth->bounds_min; in swr_update_derived()
/external/mesa3d/docs/gallium/
Dscreen.rst293 * ``PIPE_CAP_DEPTH_BOUNDS_TEST``: Whether bounds_test, bounds_min, and
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1189 si_pm4_set_reg(pm4, R_028020_DB_DEPTH_BOUNDS_MIN, fui(state->depth.bounds_min)); in si_create_dsa_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1420 depth_bounds.DepthBoundsTestMinValue = state->depth.bounds_min; in iris_create_zsa_state()