Home
last modified time | relevance | path

Searched refs:bounds_max (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_depth.c117 dsa->depth.bounds_max = ctx->Depth.BoundsMax; in st_update_depth_stencil_alpha()
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h293 float bounds_max; /**< maximum depth bound */ member
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_state.c231 SB_DATA (so, fui(cso->depth.bounds_max)); in nv30_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_state.c383 SB_DATA (so, fui(cso->depth.bounds_max)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c365 SB_DATA (so, fui(cso->depth.bounds_max)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1628 depthBoundsState.depthBoundsTestMaxValue = depth->bounds_max; in swr_update_derived()
/external/mesa3d/src/gallium/docs/source/
Dscreen.rst263 bounds_max states of pipe_depth_stencil_alpha_state behave according
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1229 si_pm4_set_reg(pm4, R_028024_DB_DEPTH_BOUNDS_MAX, fui(state->depth.bounds_max)); in si_create_dsa_state()