Home
last modified time | relevance | path

Searched refs:set_depth_bounds (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_private.h921 struct lvp_cmd_set_depth_bounds set_depth_bounds; member
Dlvp_cmd_buffer.c605 cmd->u.set_depth_bounds.min_depth = minDepthBounds; in lvp_CmdSetDepthBounds()
606 cmd->u.set_depth_bounds.max_depth = maxDepthBounds; in lvp_CmdSetDepthBounds()
Dlvp_execute.c1368 state->dsa_state.depth.bounds_min = cmd->u.set_depth_bounds.min_depth; in handle_set_depth_bounds()
1369 state->dsa_state.depth.bounds_max = cmd->u.set_depth_bounds.max_depth; in handle_set_depth_bounds()