Home
last modified time | relevance | path

Searched refs:bounds_max (Results 1 – 12 of 12) 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.h311 float bounds_max; /**< maximum depth bound */ member
/external/mesa3d/src/gallium/drivers/zink/
Dzink_state.c347 cso->hw_state.max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in zink_create_depth_stencil_alpha_state()
/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.c384 SB_DATA (so, fui(cso->depth.bounds_max)); in nv50_zsa_state_create()
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_state.c381 SB_DATA (so, fui(cso->depth.bounds_max)); in nvc0_zsa_state_create()
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c482 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()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp1883 depthBoundsState.depthBoundsTestMaxValue = depth->bounds_max; in swr_update_derived()
/external/deqp-deps/amber/docs/
Damber_script.md449 BOUNDS min {bound_min} max {bounds_max}
/external/mesa3d/docs/gallium/
Dscreen.rst294 bounds_max states of pipe_depth_stencil_alpha_state behave according
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state.c1190 si_pm4_set_reg(pm4, R_028024_DB_DEPTH_BOUNDS_MAX, fui(state->depth.bounds_max)); in si_create_dsa_state()
/external/mesa3d/src/gallium/drivers/iris/
Diris_state.c1421 depth_bounds.DepthBoundsTestMaxValue = state->depth.bounds_max; in iris_create_zsa_state()